Home
last modified time | relevance | path

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

/linux-6.12.1/fs/overlayfs/ !
Dovl_entry.h52 struct ovl_entry { struct
126 static inline unsigned int ovl_numlower(struct ovl_entry *oe) in ovl_numlower()
131 static inline struct ovl_path *ovl_lowerstack(struct ovl_entry *oe) in ovl_lowerstack()
136 static inline struct ovl_path *ovl_lowerpath(struct ovl_entry *oe) in ovl_lowerpath()
141 static inline struct ovl_path *ovl_lowerdata(struct ovl_entry *oe) in ovl_lowerdata()
149 static inline struct dentry *ovl_lowerdata_dentry(struct ovl_entry *oe) in ovl_lowerdata_dentry()
172 struct ovl_entry *oe;
183 static inline struct ovl_entry *OVL_I_E(struct inode *inode) in OVL_I_E()
188 static inline struct ovl_entry *OVL_E(struct dentry *dentry) in OVL_E()
Dutil.c141 struct ovl_entry *ovl_alloc_entry(unsigned int numlower) in ovl_alloc_entry()
143 size_t size = offsetof(struct ovl_entry, __lowerstack[numlower]); in ovl_alloc_entry()
144 struct ovl_entry *oe = kzalloc(size, GFP_KERNEL); in ovl_alloc_entry()
152 void ovl_free_entry(struct ovl_entry *oe) in ovl_free_entry()
176 struct ovl_entry *oe) in ovl_dentry_init_reval()
182 struct ovl_entry *oe, unsigned int mask) in ovl_dentry_init_flags()
208 struct ovl_entry *oe = OVL_E(dentry); in ovl_path_type()
241 struct ovl_entry *oe = OVL_E(dentry); in ovl_path_lower()
254 struct ovl_entry *oe = OVL_E(dentry); in ovl_path_lowerdata()
305 struct ovl_entry *oe = OVL_E(dentry); in ovl_dentry_lower()
[all …]
Dexport.c74 struct ovl_entry *oe = OVL_E(dentry); in ovl_connectable_layer()
103 struct ovl_entry *oe = OVL_E(dentry); in ovl_connect_layer()
297 struct ovl_entry *oe; in ovl_obtain_alias()
332 struct ovl_entry *oe = OVL_E(dentry); in ovl_dentry_real_at()
Dsuper.c107 struct ovl_entry *oe; in ovl_dentry_revalidate_common()
812 struct ovl_entry *oe, const struct path *upperpath) in ovl_get_indexdir()
1104 static struct ovl_entry *ovl_get_lowerstack(struct super_block *sb, in ovl_get_lowerstack()
1112 struct ovl_entry *oe; in ovl_get_lowerstack()
1235 struct ovl_entry *oe) in ovl_get_root()
1291 struct ovl_entry *oe; in ovl_fill_super()
Doverlayfs.h446 struct ovl_entry *ovl_alloc_entry(unsigned int numlower);
447 void ovl_free_entry(struct ovl_entry *oe);
451 struct ovl_entry *oe);
453 struct ovl_entry *oe, unsigned int mask);
793 struct ovl_entry *oe;
Dnamei.c874 struct ovl_entry *oe = OVL_E(dentry); in ovl_path_next()
1032 struct ovl_entry *oe = NULL; in ovl_lookup()
1035 struct ovl_entry *poe = OVL_E(dentry->d_parent); in ovl_lookup()
1036 struct ovl_entry *roe = OVL_E(dentry->d_sb->s_root); in ovl_lookup()
1375 struct ovl_entry *poe = OVL_E(dentry->d_parent); in ovl_lower_positive()