Searched defs:working_mode (Results 1 - 3 of 3) sorted by relevance
| /illumos-gate/usr/src/cmd/backup/dump/ |
| H A D | dumpmain.c | 1395 int working_mode; local 1430 working_mode = mode & (O_WRONLY|O_RDWR|O_RDONLY); 1431 working_mode |= O_LARGEFILE; 1432 if ((fd = open(filename, working_mode)) < 0) {
|
| /illumos-gate/usr/src/cmd/backup/restore/ |
| H A D | utilities.c | 574 int working_mode; local 621 working_mode = mode & (O_WRONLY|O_RDWR|O_RDONLY); 622 working_mode |= O_LARGEFILE; 624 if ((fd = openat(dfd, filename, working_mode)) < 0) {
|
| /illumos-gate/usr/src/uts/common/fs/zfs/ |
| H A D | zfs_acl.c | 2065 * the working_mode parameter. As each ACE is processed, bits covered 2066 * by that ACE are removed from the working_mode. This removal 2073 * placed into the working_mode, giving the caller a mask of denied 2081 * the working_mode, we immediately short circuit out of the function. 2083 * working_mode is not a denied access mask upon exit if the function 2087 zfs_zaccess_aces_check(znode_t *zp, uint32_t *working_mode, argument 2127 mask_matched = (access_mask & *working_mode); 2184 *working_mode &= ~mask_matched; 2188 if (*working_mode == 0) 2196 *working_mode | 2224 zfs_zaccess_common(znode_t *zp, uint32_t v4_mode, uint32_t *working_mode, boolean_t *check_privs, boolean_t skipaclchk, cred_t *cr) argument 2260 zfs_zaccess_append(znode_t *zp, uint32_t *working_mode, boolean_t *check_privs, cred_t *cr) argument 2346 uint32_t working_mode; local [all...] |
Completed in 112 milliseconds