Home
last modified time | relevance | path

Searched refs:OVL_E (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/fs/overlayfs/
Dovl_entry.h90 static inline struct ovl_entry *OVL_E(struct dentry *dentry) in OVL_E() function
Dutil.c281 set_bit(flag, &OVL_E(dentry)->flags); in ovl_dentry_set_flag()
286 clear_bit(flag, &OVL_E(dentry)->flags); in ovl_dentry_clear_flag()
291 return test_bit(flag, &OVL_E(dentry)->flags); in ovl_dentry_test_flag()
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()