Home
last modified time | relevance | path

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

/linux-2.6.39/fs/nfsd/
Dnfs3acl.c41 if (argp->mask & ~(NFS_ACL|NFS_ACLCNT|NFS_DFACL|NFS_DFACLCNT)) in nfsd3_proc_getacl()
45 if (resp->mask & (NFS_ACL|NFS_ACLCNT)) { 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()
48 if (resp->mask & (NFS_ACL|NFS_ACLCNT)) { in nfsacld_proc_getacl()
180 if (argp->mask & ~(NFS_ACL|NFS_ACLCNT|NFS_DFACL|NFS_DFACLCNT) || in nfsaclsvc_decode_setaclargs()
/linux-2.6.39/include/linux/
Dnfsacl.h22 #define NFS_ACLCNT 0x0002 macro
/linux-2.6.39/fs/nfs/
Dnfs3acl.c222 args.mask |= NFS_ACLCNT|NFS_ACL; in nfs3_proc_getacl()
Dnfs3xdr.c2359 if (result->mask & ~(NFS_ACL|NFS_ACLCNT|NFS_DFACL|NFS_DFACLCNT)) in decode_getacl3resok()
2368 if (result->mask & NFS_ACLCNT) in decode_getacl3resok()