Home
last modified time | relevance | path

Searched refs:fs_pin (Results 1 – 6 of 6) sorted by relevance

/linux-4.19.296/include/linux/
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() argument
22 void pin_remove(struct fs_pin *);
23 void pin_insert_group(struct fs_pin *, struct vfsmount *, struct hlist_head *);
24 void pin_insert(struct fs_pin *, struct vfsmount *);
25 void pin_kill(struct fs_pin *);
Dpid_namespace.h16 struct fs_pin;
39 struct fs_pin *bacct;
/linux-4.19.296/fs/
Dfs_pin.c10 void pin_remove(struct fs_pin *pin) in pin_remove()
22 void pin_insert_group(struct fs_pin *pin, struct vfsmount *m, struct hlist_head *p) in pin_insert_group()
31 void pin_insert(struct fs_pin *pin, struct vfsmount *m) in pin_insert()
36 void pin_kill(struct fs_pin *p) in pin_kill()
87 pin_kill(hlist_entry(p, struct fs_pin, m_list)); in mnt_pin_kill()
101 pin_kill(hlist_entry(q, struct fs_pin, s_list)); in group_pin_kill()
Dmount.h71 struct fs_pin mnt_umount;
DMakefile15 stack.o fs_struct.o statfs.o fs_pin.o nsfs.o
Dnamespace.c169 static void drop_mountpoint(struct fs_pin *p) in drop_mountpoint()