Searched refs:id_to_fuidstr (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | zfs_vfsops.c | 794 id_to_fuidstr(zfsvfs_t *zfsvfs, const char *domain, uid_t rid, in id_to_fuidstr() function 850 err = id_to_fuidstr(zfsvfs, domain, rid, &ils, B_FALSE); in zfs_userspace_one() 909 err = id_to_fuidstr(zfsvfs, domain, rid, &ils, B_TRUE); in zfs_set_userquota() 1595 err = id_to_fuidstr(zfsvfs, NULL, zp->z_projid, &ils, B_FALSE); in zfs_statfs_project()
|