Searched refs:NFSACL_T (Results 1 – 8 of 8) sorted by relevance
| /freebsd-9-stable/sys/fs/nfs/ |
| D | nfs_var.h | 241 int nfsrv_dissectacl(struct nfsrv_descript *, NFSACL_T *, int *, 248 struct nfsfsinfo *, NFSACL_T *, 290 int nfsv4_fillattr(struct nfsrv_descript *, struct mount *, vnode_t, NFSACL_T *, 305 struct nfsvattr *, NFSACL_T *, NFSPROC_T *, nfsattrbit_t *, 337 int nfsrv_buildacl(struct nfsrv_descript *, NFSACL_T *, enum vtype, 339 int nfsrv_setacl(vnode_t, NFSACL_T *, struct ucred *, 341 int nfsrv_compareacl(NFSACL_T *, NFSACL_T *); 366 int nfsrpc_setattr(vnode_t, struct vattr *, NFSACL_T *, struct ucred *, 427 int nfsrpc_getacl(vnode_t, struct ucred *, NFSPROC_T *, NFSACL_T *, void *); 428 int nfsrpc_setacl(vnode_t, struct ucred *, NFSPROC_T *, NFSACL_T *, void *); [all …]
|
| D | nfs_commonacl.c | 390 nfsrv_buildacl(struct nfsrv_descript *nd, NFSACL_T *aclp, enum vtype type, in nfsrv_buildacl() 452 nfsrv_setacl(vnode_t vp, NFSACL_T *aclp, struct ucred *cred, in nfsrv_setacl() 483 nfsrv_compareacl(NFSACL_T *aclp1, NFSACL_T *aclp2) in nfsrv_compareacl()
|
| D | nfs_commonsubs.c | 668 nfsrv_dissectacl(struct nfsrv_descript *nd, NFSACL_T *aclp, int *aclerrp, in nfsrv_dissectacl() 783 struct nfsfsinfo *fsp, NFSACL_T *aclp, int compare, int *retcmpp, in nfsv4_loadattr() 1038 NFSACL_T *naclp; in nfsv4_loadattr() 1972 NFSACL_T *saclp, struct vattr *vap, fhandle_t *fhp, int rderror, in nfsv4_fillattr() 1987 NFSACL_T *aclp, *naclp = NULL; in nfsv4_fillattr()
|
| D | nfsport.h | 128 #define NFSACL_T struct acl macro
|
| /freebsd-9-stable/sys/fs/nfsserver/ |
| D | nfs_nfsdserv.c | 78 NFSACL_T *aclp, NFSPROC_T *p, struct nfsexstuff *exp, char *pathcp, 83 int *diraft_retp, nfsattrbit_t *attrbitp, NFSACL_T *aclp, 301 NFSACL_T *aclp = NULL; in nfsrvd_setattr() 1140 NFSACL_T *aclp = NULL; in nfsrvd_mknod() 1779 NFSACL_T *aclp, NFSPROC_T *p, struct nfsexstuff *exp, char *pathcp, in nfsrvd_symlinksub() 1911 int *diraft_retp, nfsattrbit_t *attrbitp, NFSACL_T *aclp, in nfsrvd_mkdirsub() 2548 NFSACL_T *aclp = NULL; in nfsrvd_open()
|
| D | nfs_nfsdport.c | 1396 NFSACL_T *aclp, nfsattrbit_t *attrbitp, struct ucred *cred, struct thread *p, in nfsvno_open() 2315 nfsattrbit_t *attrbitp, NFSACL_T *aclp, struct thread *p) in nfsrv_sattr() 2409 nfsattrbit_t *attrbitp, NFSACL_T *aclp, struct thread *p) in nfsv4_sattr()
|
| D | nfs_nfsdsubs.c | 1547 struct nfsvattr *nvap, NFSACL_T *aclp, NFSPROC_T *p, nfsattrbit_t *attrbitp, in nfsrv_fixattr()
|
| /freebsd-9-stable/sys/fs/nfsclient/ |
| D | nfs_clrpcops.c | 952 nfsrpc_setattr(vnode_t vp, struct vattr *vap, NFSACL_T *aclp, in nfsrpc_setattr()
|