Searched refs:nfs_idmap_str_gid (Results 1 – 6 of 6) sorted by relevance
/illumos-gate/usr/src/cmd/fs.d/nfs/nfsmapid/ |
H A D | nfsmapid_test.c | 53 static int nfs_idmap_str_gid(utf8string *, gid_t *); 215 stat = nfs_idmap_str_gid(&str, &gid); in do_test() 491 nfs_idmap_str_gid(utf8string *u8s, gid_t *gid) in nfs_idmap_str_gid() function
|
/illumos-gate/usr/src/uts/common/fs/nfs/ |
H A D | nfs4_acl.c | 1223 error = nfs_idmap_str_gid(vals->key, &dest->a_id, in ace4vals_to_aent() 1825 error = nfs_idmap_str_gid(&nfsace4->who, in ace4_to_acet()
|
H A D | nfs4_srv_attr.c | 2236 error = nfs_idmap_str_gid(&na->owner_group, &sarg->vap->va_gid, in rfs4_fattr4_owner_group() 2275 error = nfs_idmap_str_gid(&na->owner_group, &gid, TRUE); in rfs4_fattr4_owner_group()
|
H A D | nfs4_idmap.c | 680 nfs_idmap_str_gid(utf8string *u8s, gid_t *gid, bool_t isserver) in nfs_idmap_str_gid() function
|
H A D | nfs4_xdr.c | 1368 error = nfs_idmap_str_gid(&gv, &gid, FALSE); in xdr_ga_fattr_res() 1969 error = nfs_idmap_str_gid(&gv, &gid, FALSE); in xdr_ga_fattr_res_inline()
|
/illumos-gate/usr/src/uts/common/nfs/ |
H A D | nfs4.h | 1461 extern int nfs_idmap_str_gid(utf8string *u8s, gid_t *, bool_t);
|