Home
last modified time | relevance | path

Searched refs:NFS_DFACLCNT (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()
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()
/linux-3.4.99/include/linux/
Dnfsacl.h24 #define NFS_DFACLCNT 0x0008 macro
/linux-3.4.99/fs/nfs/
Dnfs3acl.c224 args.mask |= NFS_DFACLCNT|NFS_DFACL; in nfs3_proc_getacl()
Dnfs3xdr.c2359 if (result->mask & ~(NFS_ACL|NFS_ACLCNT|NFS_DFACL|NFS_DFACLCNT)) in decode_getacl3resok()
2378 if (result->mask & NFS_DFACLCNT) in decode_getacl3resok()