Searched refs:fs_pin (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/include/linux/ |
D | fs_pin.h | 3 struct fs_pin { struct 8 void (*kill)(struct fs_pin *); argument 13 static inline void init_fs_pin(struct fs_pin *p, void (*kill)(struct fs_pin *)) in init_fs_pin() argument 21 void pin_remove(struct fs_pin *); 22 void pin_insert_group(struct fs_pin *, struct vfsmount *, struct hlist_head *); 23 void pin_insert(struct fs_pin *, struct vfsmount *); 24 void pin_kill(struct fs_pin *);
|
D | pid_namespace.h | 22 struct fs_pin; 40 struct fs_pin *bacct;
|
/linux-4.4.14/fs/ |
D | fs_pin.c | 9 void pin_remove(struct fs_pin *pin) in pin_remove() 21 void pin_insert_group(struct fs_pin *pin, struct vfsmount *m, struct hlist_head *p) in pin_insert_group() 30 void pin_insert(struct fs_pin *pin, struct vfsmount *m) in pin_insert() 35 void pin_kill(struct fs_pin *p) in pin_kill() 86 pin_kill(hlist_entry(p, struct fs_pin, m_list)); in mnt_pin_kill() 100 pin_kill(hlist_entry(q, struct fs_pin, s_list)); in group_pin_kill()
|
D | mount.h | 66 struct fs_pin mnt_umount;
|
D | Makefile | 14 stack.o fs_struct.o statfs.o fs_pin.o nsfs.o
|
D | namespace.c | 193 static void drop_mountpoint(struct fs_pin *p) in drop_mountpoint()
|
/linux-4.4.14/kernel/ |
D | acct.c | 81 struct fs_pin pin; 136 static inline struct bsd_acct_struct *to_acct(struct fs_pin *p) in to_acct() 167 static void acct_pin_kill(struct fs_pin *pin) in acct_pin_kill() 196 struct fs_pin *old; in acct_on()
|