Home
last modified time | relevance | path

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

/openbmc/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() argument
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 Dpid_namespace.h17 struct fs_pin;
35 struct fs_pin *bacct;
/openbmc/linux/fs/
H A Dfs_pin.c10 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 DMakefile16 stack.o fs_struct.o statfs.o fs_pin.o nsfs.o \
/openbmc/linux/kernel/
H A Dacct.c103 struct fs_pin pin;
160 static inline struct bsd_acct_struct *to_acct(struct fs_pin *p) in to_acct()
191 static void acct_pin_kill(struct fs_pin *pin) in acct_pin_kill()
227 struct fs_pin *old; in acct_on()
/openbmc/linux/
H A Dopengrok1.0.log[all...]