Home
last modified time | relevance | path

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

/linux-4.4.14/fs/nfsd/
Dnfs3acl.c60 if (resp->mask & (NFS_DFACL|NFS_DFACLCNT)) { in nfsd3_proc_getacl()
161 (args->mask & NFS_DFACL) ? in nfs3svc_decode_setaclargs()
191 (resp->mask & NFS_DFACL) ? resp->acl_default : NULL); in nfs3svc_encode_getaclres()
204 resp->mask & NFS_DFACL, in nfs3svc_encode_getaclres()
Dnfs2acl.c67 if (resp->mask & (NFS_DFACL|NFS_DFACLCNT)) { in nfsacld_proc_getacl()
215 (argp->mask & NFS_DFACL) ? in nfsaclsvc_decode_setaclargs()
281 (resp->mask & NFS_DFACL) ? resp->acl_default : NULL); in nfsaclsvc_encode_getaclres()
294 resp->mask & NFS_DFACL, in nfsaclsvc_encode_getaclres()
/linux-4.4.14/include/uapi/linux/
Dnfsacl.h23 #define NFS_DFACL 0x0004 macro
/linux-4.4.14/fs/nfs/
Dnfs3acl.c48 args.mask |= NFS_DFACLCNT|NFS_DFACL; in nfs3_get_acl()
96 if (res.mask & NFS_DFACL) in nfs3_get_acl()
150 args.mask |= NFS_DFACL; in __nfs3_proc_setacls()
Dnfs3xdr.c1326 if (args->mask & (NFS_ACL | NFS_DFACL)) in nfs3_xdr_enc_getacl3args()
1354 (args->mask & NFS_DFACL) ? in nfs3_xdr_enc_setacl3args()
2361 if (result->mask & ~(NFS_ACL|NFS_ACLCNT|NFS_DFACL|NFS_DFACLCNT)) in decode_getacl3resok()
2377 if (result->mask & NFS_DFACL) in decode_getacl3resok()