Home
last modified time | relevance | path

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

/openbmc/linux/fs/overlayfs/
H A Dovl_entry.h158 static inline unsigned long *OVL_E_FLAGS(struct dentry *dentry) in OVL_E_FLAGS() function
H A Dutil.c410 set_bit(flag, OVL_E_FLAGS(dentry)); in ovl_dentry_set_flag()
415 clear_bit(flag, OVL_E_FLAGS(dentry)); in ovl_dentry_clear_flag()
420 return test_bit(flag, OVL_E_FLAGS(dentry)); in ovl_dentry_test_flag()