Searched refs:S_IRWXO (Results 1 - 13 of 13) sorted by relevance

/linux-master/include/linux/
H A Dstat.h9 #define S_IRWXUGO (S_IRWXU|S_IRWXG|S_IRWXO)
/linux-master/tools/perf/trace/beauty/
H A Dmode_t.c8 #define S_IRWXUGO (S_IRWXU|S_IRWXG|S_IRWXO)
/linux-master/fs/f2fs/
H A Dacl.c321 pa->e_perm &= (mode >> 6) | ~S_IRWXO;
335 pa->e_perm &= mode | ~S_IRWXO;
336 mode &= pa->e_perm | ~S_IRWXO;
350 mask_obj->e_perm &= (mode >> 3) | ~S_IRWXO;
355 group_obj->e_perm &= (mode >> 3) | ~S_IRWXO;
/linux-master/fs/
H A Dposix_acl.c321 mode |= (pa->e_perm & S_IRWXO) << 6;
324 mode |= (pa->e_perm & S_IRWXO) << 3;
327 mode |= pa->e_perm & S_IRWXO;
331 ((pa->e_perm & S_IRWXO) << 3);
365 acl->a_entries[2].e_perm = (mode & S_IRWXO);
465 pa->e_perm &= (mode >> 6) | ~S_IRWXO;
479 pa->e_perm &= mode | ~S_IRWXO;
480 mode &= pa->e_perm | ~S_IRWXO;
494 mask_obj->e_perm &= (mode >> 3) | ~S_IRWXO;
499 group_obj->e_perm &= (mode >> 3) | ~S_IRWXO;
[all...]
H A Dopen.c472 if (mode & ~S_IRWXO) /* where's F_OK, X_OK, W_OK, R_OK? */
/linux-master/fs/nfs_common/
H A Dnfsacl.c76 *p++ = htonl(entry->e_perm & S_IRWXO);
253 if (entry->e_perm & ~S_IRWXO)
258 entry->e_perm &= S_IRWXO;
/linux-master/include/uapi/linux/
H A Dstat.h39 #define S_IRWXO 00007 macro
/linux-master/tools/include/uapi/linux/
H A Dstat.h39 #define S_IRWXO 00007 macro
/linux-master/tools/include/nolibc/
H A Dtypes.h56 #define S_IRWXO 00007 macro
/linux-master/fs/adfs/
H A Dsuper.c23 #define ADFS_DEFAULT_OTHER_MASK (S_IRWXG | S_IRWXO)
/linux-master/fs/smb/client/
H A Dlink.c236 fattr->cf_mode |= S_IFLNK | S_IRWXU | S_IRWXG | S_IRWXO;
/linux-master/scripts/
H A Dunifdef.c352 fchmod(ofd, ist.st_mode & (S_IRWXU|S_IRWXG|S_IRWXO));
/linux-master/include/trace/events/
H A Df2fs.h175 S_IRWXU | S_IRWXG | S_IRWXO)

Completed in 185 milliseconds