Searched refs:fs_pin (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
H A D | fs_pin.h | 4 struct fs_pin { struct 9 void (*kill)(struct fs_pin *); 14 static inline void init_fs_pin(struct fs_pin *p, void (*kill)(struct fs_pin *)) in init_fs_pin() 22 void pin_remove(struct fs_pin *); 23 void pin_insert(struct fs_pin *, struct vfsmount *); 24 void pin_kill(struct fs_pin *);
|
H A D | pid_namespace.h | 18 struct fs_pin; 30 struct fs_pin *bacct;
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | fs_pin.h | 4 struct fs_pin { struct 9 void (*kill)(struct fs_pin *); 14 static inline void init_fs_pin(struct fs_pin *p, void (*kill)(struct fs_pin *)) in init_fs_pin() 22 void pin_remove(struct fs_pin *); 23 void pin_insert(struct fs_pin *, struct vfsmount *); 24 void pin_kill(struct fs_pin *);
|
H A D | pid_namespace.h | 17 struct fs_pin; 35 struct fs_pin *bacct;
|
/kernel/linux/linux-5.10/fs/ |
H A D | fs_pin.c | 10 void pin_remove(struct fs_pin *pin) in pin_remove() 22 void pin_insert(struct fs_pin *pin, struct vfsmount *m) in pin_insert() 30 void pin_kill(struct fs_pin *p) in pin_kill() 81 pin_kill(hlist_entry(p, struct fs_pin, m_list)); in mnt_pin_kill() 95 pin_kill(hlist_entry(q, struct fs_pin, s_list)); in group_pin_kill()
|
H A D | mount.h | 6 #include <linux/fs_pin.h>
|
H A D | Makefile | 15 stack.o fs_struct.o statfs.o fs_pin.o nsfs.o \
|
/kernel/linux/linux-6.6/fs/ |
H A D | fs_pin.c | 10 void pin_remove(struct fs_pin *pin) in pin_remove() 22 void pin_insert(struct fs_pin *pin, struct vfsmount *m) in pin_insert() 30 void pin_kill(struct fs_pin *p) in pin_kill() 81 pin_kill(hlist_entry(p, struct fs_pin, m_list)); in mnt_pin_kill() 95 pin_kill(hlist_entry(q, struct fs_pin, s_list)); in group_pin_kill()
|
H A D | mount.h | 6 #include <linux/fs_pin.h>
|
H A D | Makefile | 16 stack.o fs_struct.o statfs.o fs_pin.o nsfs.o \
|
/kernel/linux/linux-5.10/kernel/ |
H A D | acct.c | 65 #include <linux/fs_pin.h> 84 struct fs_pin pin; 139 static inline struct bsd_acct_struct *to_acct(struct fs_pin *p) in to_acct() 170 static void acct_pin_kill(struct fs_pin *pin) in acct_pin_kill() 199 struct fs_pin *old; in acct_on()
|
/kernel/linux/linux-6.6/kernel/ |
H A D | acct.c | 64 #include <linux/fs_pin.h> 103 struct fs_pin pin; 158 static inline struct bsd_acct_struct *to_acct(struct fs_pin *p) in to_acct() 189 static void acct_pin_kill(struct fs_pin *pin) in acct_pin_kill() 218 struct fs_pin *old; in acct_on()
|
Completed in 4 milliseconds