Home
last modified time | relevance | path

Searched refs:NFS_DFACLCNT (Results 1 – 5 of 5) sorted by relevance

/linux-4.19.296/include/uapi/linux/
Dnfsacl.h25 #define NFS_DFACLCNT 0x0008 macro
/linux-4.19.296/fs/nfsd/
Dnfs3acl.c62 if (resp->mask & (NFS_DFACL|NFS_DFACLCNT)) { in nfsd3_proc_getacl()
Dnfs2acl.c69 if (resp->mask & (NFS_DFACL|NFS_DFACLCNT)) { in nfsacld_proc_getacl()
/linux-4.19.296/fs/nfs/
Dnfs3acl.c81 args.mask |= NFS_DFACLCNT|NFS_DFACL; in nfs3_get_acl()
Dnfs3xdr.c2423 if (result->mask & ~(NFS_ACL|NFS_ACLCNT|NFS_DFACL|NFS_DFACLCNT)) in decode_getacl3resok()
2442 if (result->mask & NFS_DFACLCNT) in decode_getacl3resok()