Searched defs:idmap (Results 1 – 1 of 1) sorted by relevance
412 struct idmap { struct413 struct dentry *idmap_dentry; argument414 wait_queue_head_t idmap_wq; argument415 struct idmap_msg idmap_im; argument416 struct mutex idmap_lock; /* Serializes upcalls */ argument417 struct mutex idmap_im_lock; /* Protects the hashtable */ argument418 struct idmap_hashtable idmap_user_hash; argument419 struct idmap_hashtable idmap_group_hash; argument437 struct idmap *idmap; in nfs_idmap_new() local467 struct idmap *idmap = clp->cl_idmap; in nfs_idmap_delete() local[all …]