Home
last modified time | relevance | path

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

/freebsd/sys/fs/nfs/
H A Dnfs_var.h336 int nfsrv_dissectacl(struct nfsrv_descript *, NFSACL_T *, bool, bool, int *,
344 struct nfsfsinfo *, NFSACL_T *,
396 int nfsv4_fillattr(struct nfsrv_descript *, struct mount *, vnode_t, NFSACL_T *,
410 struct nfsvattr *, NFSACL_T *, NFSACL_T *, NFSPROC_T *, nfsattrbit_t *,
446 int nfsrv_buildacl(struct nfsrv_descript *, NFSACL_T *, __enum_uint8(vtype),
448 int nfsrv_buildposixacl(struct nfsrv_descript *, NFSACL_T *, acl_type_t);
449 int nfsrv_compareacl(NFSACL_T *, NFSACL_T *);
473 int nfsrpc_setattr(vnode_t, struct vattr *, NFSACL_T *, acl_type_t,
537 NFSACL_T *);
539 NFSACL_T *);
[all …]
H A Dnfs_commonacl.c539 nfsrv_buildacl(struct nfsrv_descript *nd, NFSACL_T *aclp, __enum_uint8(vtype) type, in nfsrv_buildacl()
601 nfsrv_buildposixacl(struct nfsrv_descript *nd, NFSACL_T *aclp, in nfsrv_buildposixacl()
660 nfsrv_compareacl(NFSACL_T *aclp1, NFSACL_T *aclp2) in nfsrv_compareacl()
H A Dnfs_commonsubs.c1167 nfsrv_dissectacl(struct nfsrv_descript *nd, NFSACL_T *aclp, bool server, in nfsrv_dissectacl()
1345 struct nfsfsinfo *fsp, NFSACL_T *aclp, int compare, int *retcmpp, in nfsv4_loadattr()
1665 NFSACL_T *naclp; in nfsv4_loadattr()
2509 NFSACL_T *naclp; in nfsv4_loadattr()
2546 NFSACL_T *naclp; in nfsv4_loadattr()
2832 NFSACL_T *saclp, struct vattr *vap, fhandle_t *fhp, int rderror, in nfsv4_fillattr()
2850 NFSACL_T *aclp, *naclp = NULL, *paclp, *npaclp = NULL, *daclp; in nfsv4_fillattr()
2851 NFSACL_T *ndaclp = NULL; in nfsv4_fillattr()
H A Dnfsport.h127 #define NFSACL_T struct acl macro
/freebsd/sys/fs/nfsserver/
H A Dnfs_nfsdsubs.c1647 struct nfsvattr *nvap, NFSACL_T *aclp, NFSACL_T *daclp, NFSPROC_T *p, in nfsrv_fixattr()
H A Dnfs_nfsdserv.c120 NFSACL_T *aclp, NFSPROC_T *p, struct nfsexstuff *exp, char *pathcp,
125 int *diraft_retp, nfsattrbit_t *attrbitp, NFSACL_T *aclp, NFSACL_T *daclp,
412 NFSACL_T *aclp = NULL, *daclp = NULL; in nfsrvd_setattr()
1460 NFSACL_T *aclp = NULL, *daclp = NULL; in nfsrvd_mknod()
2136 NFSACL_T *aclp, NFSPROC_T *p, struct nfsexstuff *exp, char *pathcp, in nfsrvd_symlinksub()
2273 int *diraft_retp, nfsattrbit_t *attrbitp, NFSACL_T *aclp, NFSACL_T *daclp, in nfsrvd_mkdirsub()
3010 NFSACL_T *aclp = NULL, *daclp = NULL; in nfsrvd_open()
H A Dnfs_nfsdport.c1973 NFSACL_T *aclp, NFSACL_T *daclp, nfsattrbit_t *attrbitp, struct ucred *cred, in nfsvno_open()
3120 nfsattrbit_t *attrbitp, NFSACL_T *aclp, NFSACL_T *daclp, struct thread *p) in nfsrv_sattr()
3214 nfsattrbit_t *attrbitp, NFSACL_T *aclp, NFSACL_T *daclp, struct thread *p) in nfsv4_sattr()
6908 nfsrv_setacl(struct vnode *vp, NFSACL_T *aclp, acl_type_t atype, in nfsrv_setacl()
/freebsd/sys/fs/nfsclient/
H A Dnfs_clrpcops.c1335 nfsrpc_setattr(vnode_t vp, struct vattr *vap, NFSACL_T *aclp, acl_type_t aclt, in nfsrpc_setattr()