Home
last modified time | relevance | path

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

/linux-4.19.296/fs/nfsd/
Dnfs3acl.c62 if (resp->mask & (NFS_DFACL|NFS_DFACLCNT)) { in nfsd3_proc_getacl()
162 (args->mask & NFS_DFACL) ? in nfs3svc_decode_setaclargs()
192 (resp->mask & NFS_DFACL) ? resp->acl_default : NULL); in nfs3svc_encode_getaclres()
205 resp->mask & NFS_DFACL, in nfs3svc_encode_getaclres()
Dnfs2acl.c69 if (resp->mask & (NFS_DFACL|NFS_DFACLCNT)) { in nfsacld_proc_getacl()
220 (argp->mask & NFS_DFACL) ? in nfsaclsvc_decode_setaclargs()
288 (resp->mask & NFS_DFACL) ? resp->acl_default : NULL); in nfsaclsvc_encode_getaclres()
301 resp->mask & NFS_DFACL, in nfsaclsvc_encode_getaclres()
/linux-4.19.296/fs/nfs/
Dnfs3acl.c81 args.mask |= NFS_DFACLCNT|NFS_DFACL; in nfs3_get_acl()
93 if (args.mask & NFS_DFACL) in nfs3_get_acl()
135 if (res.mask & NFS_DFACL) in nfs3_get_acl()
191 args.mask |= NFS_DFACL; in __nfs3_proc_setacls()
Dnfs3xdr.c1368 if (args->mask & (NFS_ACL | NFS_DFACL)) in nfs3_xdr_enc_getacl3args()
1397 (args->mask & NFS_DFACL) ? in nfs3_xdr_enc_setacl3args()
2423 if (result->mask & ~(NFS_ACL|NFS_ACLCNT|NFS_DFACL|NFS_DFACLCNT)) in decode_getacl3resok()
2439 if (result->mask & NFS_DFACL) in decode_getacl3resok()
/linux-4.19.296/include/uapi/linux/
Dnfsacl.h24 #define NFS_DFACL 0x0004 macro