Searched refs:S_IRWXO (Results 1 – 10 of 10) sorted by relevance
319 pa->e_perm &= (mode >> 6) | ~S_IRWXO; in f2fs_acl_create_masq()333 pa->e_perm &= mode | ~S_IRWXO; in f2fs_acl_create_masq()334 mode &= pa->e_perm | ~S_IRWXO; in f2fs_acl_create_masq()348 mask_obj->e_perm &= (mode >> 3) | ~S_IRWXO; in f2fs_acl_create_masq()353 group_obj->e_perm &= (mode >> 3) | ~S_IRWXO; in f2fs_acl_create_masq()
8 #define S_IRWXUGO (S_IRWXU|S_IRWXG|S_IRWXO)
39 #define S_IRWXO 00007 macro
57 #define S_IRWXO 00007 macro
24 #define ADFS_DEFAULT_OTHER_MASK (S_IRWXG | S_IRWXO)
214 fattr->cf_mode |= S_IFLNK | S_IRWXU | S_IRWXG | S_IRWXO; in check_mf_symlink()
352 fchmod(ofd, ist.st_mode & (S_IRWXU|S_IRWXG|S_IRWXO)); in main()
179 S_IRWXU | S_IRWXG | S_IRWXO)