Home
last modified time | relevance | path

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

/linux-3.4.99/fs/nfsd/
Dnfs3acl.c41 if (argp->mask & ~(NFS_ACL|NFS_ACLCNT|NFS_DFACL|NFS_DFACLCNT)) in nfsd3_proc_getacl()
65 if (resp->mask & (NFS_DFACL|NFS_DFACLCNT)) { in nfsd3_proc_getacl()
145 if (args->mask & ~(NFS_ACL|NFS_ACLCNT|NFS_DFACL|NFS_DFACLCNT) || in nfs3svc_decode_setaclargs()
155 (args->mask & NFS_DFACL) ? in nfs3svc_decode_setaclargs()
185 (resp->mask & NFS_DFACL) ? resp->acl_default : NULL); in nfs3svc_encode_getaclres()
198 resp->mask & NFS_DFACL, in nfs3svc_encode_getaclres()
Dnfs2acl.c44 if (argp->mask & ~(NFS_ACL|NFS_ACLCNT|NFS_DFACL|NFS_DFACLCNT)) in nfsacld_proc_getacl()
68 if (resp->mask & (NFS_DFACL|NFS_DFACLCNT)) { in nfsacld_proc_getacl()
180 if (argp->mask & ~(NFS_ACL|NFS_ACLCNT|NFS_DFACL|NFS_DFACLCNT) || in nfsaclsvc_decode_setaclargs()
190 (argp->mask & NFS_DFACL) ? in nfsaclsvc_decode_setaclargs()
255 (resp->mask & NFS_DFACL) ? resp->acl_default : NULL); in nfsaclsvc_encode_getaclres()
268 resp->mask & NFS_DFACL, in nfsaclsvc_encode_getaclres()
/linux-3.4.99/include/linux/
Dnfsacl.h23 #define NFS_DFACL 0x0004 macro
/linux-3.4.99/fs/nfs/
Dnfs3acl.c224 args.mask |= NFS_DFACLCNT|NFS_DFACL; in nfs3_proc_getacl()
267 (res.mask & NFS_DFACL) ? res.acl_default : ERR_PTR(-EINVAL)); in nfs3_proc_getacl()
322 args.mask |= NFS_DFACL; in nfs3_proc_setacls()
Dnfs3xdr.c1316 if (args->mask & (NFS_ACL | NFS_DFACL)) in nfs3_xdr_enc_getacl3args()
1343 (args->mask & NFS_DFACL) ? in nfs3_xdr_enc_setacl3args()
2359 if (result->mask & ~(NFS_ACL|NFS_ACLCNT|NFS_DFACL|NFS_DFACLCNT)) in decode_getacl3resok()
2375 if (result->mask & NFS_DFACL) in decode_getacl3resok()