Home
last modified time | relevance | path

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

/linux-2.6.39/fs/nfs/
Didmap.c55 static int nfs_map_numeric_to_string(__u32 id, char *buf, size_t buflen) in nfs_map_numeric_to_string() function
268 ret = nfs_map_numeric_to_string(uid, buf, buflen); in nfs_map_uid_to_name()
278 ret = nfs_map_numeric_to_string(gid, buf, buflen); in nfs_map_gid_to_group()
764 ret = nfs_map_numeric_to_string(uid, buf, buflen); in nfs_map_uid_to_name()
775 ret = nfs_map_numeric_to_string(uid, buf, buflen); in nfs_map_gid_to_group()