Home
last modified time | relevance | path

Searched refs:NFSACL_T (Results 1 – 8 of 8) sorted by relevance

/dports/misc/rump/buildrump.sh-b914579/src/sys/fs/nfs/common/
H A Dnfs_var.h246 int nfsrv_dissectacl(struct nfsrv_descript *, NFSACL_T *, int *,
253 struct nfsfsinfo *, NFSACL_T *,
317 struct nfsvattr *, NFSACL_T *, NFSPROC_T *, nfsattrbit_t *,
352 int nfsrv_buildacl(struct nfsrv_descript *, NFSACL_T *, enum vtype,
354 int nfsrv_setacl(vnode_t, NFSACL_T *, struct ucred *,
356 int nfsrv_compareacl(NFSACL_T *, NFSACL_T *);
381 int nfsrpc_setattr(vnode_t, struct vattr *, NFSACL_T *, struct ucred *,
442 int nfsrpc_getacl(vnode_t, struct ucred *, NFSPROC_T *, NFSACL_T *, void *);
615 int, NFSACL_T *, nfsattrbit_t *, struct ucred *, NFSPROC_T *,
623 NFSACL_T *, NFSPROC_T *);
[all …]
H A Dnfs_commonacl.c392 nfsrv_buildacl(struct nfsrv_descript *nd, NFSACL_T *aclp, enum vtype type, in nfsrv_buildacl()
454 nfsrv_setacl(vnode_t vp, NFSACL_T *aclp, struct ucred *cred, in nfsrv_setacl()
485 nfsrv_compareacl(NFSACL_T *aclp1, NFSACL_T *aclp2) in nfsrv_compareacl()
H A Dnfs_commonsubs.c687 nfsrv_dissectacl(struct nfsrv_descript *nd, NFSACL_T *aclp, int *aclerrp, in nfsrv_dissectacl()
802 struct nfsfsinfo *fsp, NFSACL_T *aclp, int compare, int *retcmpp, in nfsv4_loadattr()
1057 NFSACL_T *naclp; in nfsv4_loadattr()
1991 NFSACL_T *saclp, struct vattr *vap, fhandle_t *fhp, int rderror, in nfsv4_fillattr()
2006 NFSACL_T *aclp, *naclp = NULL; in nfsv4_fillattr()
H A Dnfsport.h129 #define NFSACL_T struct acl macro
/dports/misc/rump/buildrump.sh-b914579/src/sys/fs/nfs/server/
H A Dnfs_nfsdserv.c80 NFSACL_T *aclp, NFSPROC_T *p, struct nfsexstuff *exp, char *pathcp,
85 int *diraft_retp, nfsattrbit_t *attrbitp, NFSACL_T *aclp,
303 NFSACL_T *aclp = NULL; in nfsrvd_setattr()
1142 NFSACL_T *aclp = NULL; in nfsrvd_mknod()
1773 NFSACL_T *aclp, NFSPROC_T *p, struct nfsexstuff *exp, char *pathcp, in nfsrvd_symlinksub()
1905 int *diraft_retp, nfsattrbit_t *attrbitp, NFSACL_T *aclp, in nfsrvd_mkdirsub()
2542 NFSACL_T *aclp = NULL; in nfsrvd_open()
H A Dnfs_nfsdport.c1387 NFSACL_T *aclp, nfsattrbit_t *attrbitp, struct ucred *cred, struct thread *p, in nfsvno_open()
2252 nfsattrbit_t *attrbitp, NFSACL_T *aclp, struct thread *p) in nfsrv_sattr()
2346 nfsattrbit_t *attrbitp, NFSACL_T *aclp, struct thread *p) in nfsv4_sattr()
H A Dnfs_nfsdsubs.c1548 struct nfsvattr *nvap, NFSACL_T *aclp, NFSPROC_T *p, nfsattrbit_t *attrbitp, in nfsrv_fixattr()
/dports/misc/rump/buildrump.sh-b914579/src/sys/fs/nfs/client/
H A Dnfs_clrpcops.c1056 nfsrpc_setattr(vnode_t vp, struct vattr *vap, NFSACL_T *aclp, in nfsrpc_setattr()