Home
last modified time | relevance | path

Searched defs:fs_pin (Results 1 – 1 of 1) sorted by path

/linux/include/linux/
H A Dfs_pin.h4 struct fs_pin { struct
9 void (*kill)(struct fs_pin *); argument
14 static inline void init_fs_pin(struct fs_pin *p, void (*kill)(struct fs_pin *)) in init_fs_pin()