Home
last modified time | relevance | path

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

/Linux-v5.10/fs/nfsd/
Dnfs3acl.c61 if (resp->mask & (NFS_DFACL|NFS_DFACLCNT)) { in nfsd3_proc_getacl()
161 (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()
227 (argp->mask & NFS_DFACL) ? in nfsaclsvc_decode_setaclargs()
299 (resp->mask & NFS_DFACL) ? resp->acl_default : NULL); in nfsaclsvc_encode_getaclres()
312 resp->mask & NFS_DFACL, in nfsaclsvc_encode_getaclres()
/Linux-v5.10/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.c1328 if (args->mask & (NFS_ACL | NFS_DFACL)) { in nfs3_xdr_enc_getacl3args()
1359 (args->mask & NFS_DFACL) ? in nfs3_xdr_enc_setacl3args()
2377 if (result->mask & ~(NFS_ACL|NFS_ACLCNT|NFS_DFACL|NFS_DFACLCNT)) in decode_getacl3resok()
2393 if (result->mask & NFS_DFACL) in decode_getacl3resok()
/Linux-v5.10/include/uapi/linux/
Dnfsacl.h26 #define NFS_DFACL 0x0004 macro