Home
last modified time | relevance | path

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

/linux/fs/
H A Dpidfs.c65 .head_offset = offsetof(struct pid, pidfs_hash),
167 ret = rhashtable_insert_fast(&pidfs_ino_ht, &pid->pidfs_hash, in pidfs_add_pid()
177 rhashtable_remove_fast(&pidfs_ino_ht, &pid->pidfs_hash, in pidfs_remove_pid()
/linux/include/linux/
H A Dpid.h64 struct rhash_head pidfs_hash; member