Home
last modified time | relevance | path

Searched refs:groups (Results 1 – 15 of 15) sorted by relevance

/fs/nfsd/
Dnfs4acl.c177 unsigned short groups; member
209 pas->groups |= pa->e_perm; in summarize_posix_acl()
222 pas->groups &= pas->mask; in summarize_posix_acl()
249 deny &= pas.users | pas.group | pas.groups | pas.other; in _posix_to_nfsv4_one()
269 deny &= pas.groups | pas.group | pas.other; in _posix_to_nfsv4_one()
430 struct posix_ace_state_array *groups; member
450 state->groups = kzalloc(alloc, GFP_KERNEL); in init_state()
451 if (!state->groups) { in init_state()
461 kfree(state->groups); in free_state()
521 nace = 4 + state->users->n + state->groups->n; in posix_state_to_acl()
[all …]
/fs/ocfs2/
DKconfig12 numbers, and has automatically extending metadata groups which may
85 groups beyond the owner/group/world scheme.
/fs/btrfs/
DKconfig26 groups beyond the owner/group/world scheme.
/fs/ext4/
Dmballoc.h218 __u16 groups; /* how many groups have been scanned */ member
DKconfig62 groups beyond the owner/group/world scheme.
Dinode.c4765 int groups, gdpblocks; in ext4_meta_trans_blocks() local
4785 groups = idxblocks; in ext4_meta_trans_blocks()
4787 groups += 1; in ext4_meta_trans_blocks()
4789 groups += nrblocks; in ext4_meta_trans_blocks()
4791 gdpblocks = groups; in ext4_meta_trans_blocks()
4792 if (groups > EXT4_SB(inode->i_sb)->s_groups_count) in ext4_meta_trans_blocks()
4793 groups = EXT4_SB(inode->i_sb)->s_groups_count; in ext4_meta_trans_blocks()
4794 if (groups > EXT4_SB(inode->i_sb)->s_gdb_count) in ext4_meta_trans_blocks()
4798 ret += groups + gdpblocks; in ext4_meta_trans_blocks()
Dmballoc.c2188 hs->found, hs->groups, hs->cr, hs->flags, in ext4_mb_seq_history_show()
2461 h.groups = ac->ac_groups_scanned; in ext4_mb_store_history()
/fs/jfs/
DKconfig16 groups beyond the owner/group/world scheme.
/fs/ext2/
DKconfig27 groups beyond the owner/group/world scheme.
/fs/ext3/
DKconfig50 groups beyond the owner/group/world scheme.
/fs/reiserfs/
DKconfig68 groups beyond the owner/group/world scheme.
/fs/xfs/
DKconfig44 groups beyond the owner/group/world scheme.
/fs/jffs2/
DKconfig83 groups beyond the owner/group/world scheme.
/fs/
DKconfig164 groups beyond the owner/group/world scheme.
/fs/partitions/
Dcheck.c318 .groups = part_attr_groups,