Home
last modified time | relevance | path

Searched refs:OVL_E (Results 1 - 7 of 7) sorted by relevance

/kernel/linux/linux-6.6/fs/overlayfs/
H A Dutil.c182 struct ovl_entry *oe = OVL_E(dentry); in ovl_path_type()
215 struct ovl_entry *oe = OVL_E(dentry); in ovl_path_lower()
228 struct ovl_entry *oe = OVL_E(dentry); in ovl_path_lowerdata()
279 struct ovl_entry *oe = OVL_E(dentry); in ovl_dentry_lower()
286 struct ovl_entry *oe = OVL_E(dentry); in ovl_layer_lower()
299 return ovl_lowerdata_dentry(OVL_E(dentry)); in ovl_dentry_lowerdata()
304 struct ovl_entry *oe = OVL_E(dentry); in ovl_dentry_set_lowerdata()
1191 struct ovl_entry *oe = OVL_E(dentry); in ovl_is_metacopy_dentry()
H A Dovl_entry.h189 static inline struct ovl_entry *OVL_E(struct dentry *dentry) in OVL_E() function
H A Dexport.c79 struct ovl_entry *oe = OVL_E(dentry); in ovl_connectable_layer()
108 struct ovl_entry *oe = OVL_E(dentry); in ovl_connect_layer()
354 struct ovl_entry *oe = OVL_E(dentry); in ovl_dentry_real_at()
H A Dnamei.c855 struct ovl_entry *oe = OVL_E(dentry); in ovl_path_next()
1006 struct ovl_entry *poe = OVL_E(dentry->d_parent); in ovl_lookup()
1007 struct ovl_entry *roe = OVL_E(dentry->d_sb->s_root); in ovl_lookup()
1344 struct ovl_entry *poe = OVL_E(dentry->d_parent); in ovl_lower_positive()
/kernel/linux/linux-5.10/fs/overlayfs/
H A Dutil.c118 struct ovl_entry *oe = OVL_E(dentry); in ovl_dentry_init_flags()
301 set_bit(flag, &OVL_E(dentry)->flags); in ovl_dentry_set_flag()
306 clear_bit(flag, &OVL_E(dentry)->flags); in ovl_dentry_clear_flag()
311 return test_bit(flag, &OVL_E(dentry)->flags); in ovl_dentry_test_flag()
H A Dovl_entry.h124 static inline struct ovl_entry *OVL_E(struct dentry *dentry) in OVL_E() function
H A Dexport.c79 struct ovl_entry *oe = OVL_E(dentry); in ovl_connectable_layer()
115 origin_layer = OVL_E(dentry)->lowerstack[0].layer->idx; in ovl_connect_layer()

Completed in 8 milliseconds