Home
last modified time | relevance | path

Searched refs:OVL_E_FLAGS (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/fs/overlayfs/
Dovl_entry.h157 static inline unsigned long *OVL_E_FLAGS(struct dentry *dentry) in OVL_E_FLAGS() function
Dutil.c436 set_bit(flag, OVL_E_FLAGS(dentry)); in ovl_dentry_set_flag()
441 clear_bit(flag, OVL_E_FLAGS(dentry)); in ovl_dentry_clear_flag()
446 return test_bit(flag, OVL_E_FLAGS(dentry)); in ovl_dentry_test_flag()