Home
last modified time | relevance | path

Searched refs:aces (Results 1 – 4 of 4) sorted by relevance

/linux-4.19.296/fs/nfsd/
Dnfs4acl.c247 ace = acl->aces + acl->naces; in _posix_to_nfsv4_one()
436 struct posix_user_ace_state aces[]; member
526 low_mode_from_nfs4(state->users->aces[i].perms.allow, in posix_state_to_acl()
528 pace->e_uid = state->users->aces[i].uid; in posix_state_to_acl()
529 add_to_mask(state, &state->users->aces[i].perms); in posix_state_to_acl()
540 low_mode_from_nfs4(state->groups->aces[i].perms.allow, in posix_state_to_acl()
542 pace->e_gid = state->groups->aces[i].gid; in posix_state_to_acl()
543 add_to_mask(state, &state->groups->aces[i].perms); in posix_state_to_acl()
577 if (uid_eq(a->aces[i].uid, uid)) in find_uid()
581 a->aces[i].uid = uid; in find_uid()
[all …]
Dnfs4xdr.c365 for (ace = (*acl)->aces; ace < (*acl)->aces + nace; ace++) { in nfsd4_decode_fattr()
2634 for (ace = acl->aces; ace < acl->aces + acl->naces; ace++) { in nfsd4_encode_fattr()
/linux-4.19.296/include/linux/
Dnfs4.h40 struct nfs4_ace aces[0]; member
/linux-4.19.296/fs/cifs/
Dcifsglob.h166 struct cifs_ace *aces; member