Searched refs:OVL_E_FLAGS (Results 1 – 2 of 2) sorted by relevance
157 static inline unsigned long *OVL_E_FLAGS(struct dentry *dentry) in OVL_E_FLAGS() function
436 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()