Searched refs:nfs_idmap_str_uid (Results 1 – 6 of 6) sorted by relevance
/titanic_44/usr/src/cmd/fs.d/nfs/nfsmapid/ |
H A D | nfsmapid_test.c | 53 static int nfs_idmap_str_uid(utf8string *, uid_t *); 206 stat = nfs_idmap_str_uid(&str, &uid); in do_test() 319 nfs_idmap_str_uid(utf8string *u8s, uid_t *uid) in nfs_idmap_str_uid() function
|
/titanic_44/usr/src/uts/common/nfs/ |
H A D | nfs4.h | 1315 extern int nfs_idmap_str_uid(utf8string *u8s, uid_t *, bool_t);
|
/titanic_44/usr/src/uts/common/fs/nfs/ |
H A D | nfs4_acl.c | 1220 error = nfs_idmap_str_uid(vals->key, &dest->a_id, in ace4vals_to_aent() 1840 error = nfs_idmap_str_uid(&nfsace4->who, in ace4_to_acet()
|
H A D | nfs4_srv_attr.c | 2084 error = nfs_idmap_str_uid(&na->owner, &sarg->vap->va_uid, TRUE); in rfs4_fattr4_owner() 2122 error = nfs_idmap_str_uid(&na->owner, &uid, TRUE); in rfs4_fattr4_owner()
|
H A D | nfs4_idmap.c | 301 nfs_idmap_str_uid(utf8string *u8s, uid_t *uid, bool_t isserver) in nfs_idmap_str_uid() function
|
H A D | nfs4_xdr.c | 1221 error = nfs_idmap_str_uid(&ov, &uid, FALSE); in xdr_ga_fattr_res() 1828 error = nfs_idmap_str_uid(&ov, &uid, FALSE); in xdr_ga_fattr_res_inline()
|