Searched refs:nfs_map_uid_to_name (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/nfs/ |
H A D | nfs4idmap.h | 62 int nfs_map_uid_to_name(const struct nfs_server *, kuid_t, char *, size_t);
|
H A D | nfs4idmap.c | 779 int nfs_map_uid_to_name(const struct nfs_server *server, kuid_t uid, char *buf, size_t buflen) in nfs_map_uid_to_name() function
|
H A D | nfs4xdr.c | 1100 owner_namelen = nfs_map_uid_to_name(server, iap->ia_uid, owner_name, IDMAP_NAMESZ); in encode_attrs()
|
/kernel/linux/linux-6.6/fs/nfs/ |
H A D | nfs4idmap.h | 62 int nfs_map_uid_to_name(const struct nfs_server *, kuid_t, char *, size_t);
|
H A D | nfs4idmap.c | 779 int nfs_map_uid_to_name(const struct nfs_server *server, kuid_t uid, char *buf, size_t buflen) in nfs_map_uid_to_name() function
|
H A D | nfs4xdr.c | 1112 owner_namelen = nfs_map_uid_to_name(server, iap->ia_uid, owner_name, IDMAP_NAMESZ); in encode_attrs()
|
Completed in 22 milliseconds