Home
last modified time | relevance | path

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

/linux-4.19.296/fs/nfsd/
Dnfs4idmap.c118 if (ent->type == IDMAP_TYPE_GROUP) in idtoname_hash()
133 qword_add(bpp, blen, ent->type == IDMAP_TYPE_GROUP ? "group" : "user"); in idtoname_request()
160 ent->type == IDMAP_TYPE_GROUP ? "group" : "user", in idtoname_show()
224 IDMAP_TYPE_USER : IDMAP_TYPE_GROUP; in idtoname_parse()
304 qword_add(bpp, blen, ent->type == IDMAP_TYPE_GROUP ? "group" : "user"); in nametoid_request()
331 ent->type == IDMAP_TYPE_GROUP ? "group" : "user", in nametoid_show()
386 IDMAP_TYPE_USER : IDMAP_TYPE_GROUP; in nametoid_parse()
652 status = do_name_to_id(rqstp, IDMAP_TYPE_GROUP, name, namelen, &id); in nfsd_map_name_to_gid()
670 return encode_name_from_id(xdr, rqstp, IDMAP_TYPE_GROUP, id); in nfsd4_encode_group()
/linux-4.19.296/include/uapi/linux/
Dnfs_idmap.h46 #define IDMAP_TYPE_GROUP 1 macro
/linux-4.19.296/fs/nfs/
Dnfs4idmap.c504 im->im_type = IDMAP_TYPE_GROUP; in nfs_idmap_prepare_message()