Home
last modified time | relevance | path

Searched refs:ovl_test_flag (Results 1 – 4 of 4) sorted by relevance

/linux/fs/overlayfs/
H A Dutil.c232 if (ovl_test_flag(OVL_CONST_INO, d_inode(dentry))) in ovl_path_type()
539 if (!ovl_test_flag(OVL_UPPERDATA, inode)) in ovl_has_upperdata()
568 return !ovl_test_flag(OVL_UPPERDATA, d_inode(dentry)); in ovl_dentry_needs_data_copy_up_locked()
914 if (ovl_test_flag(OVL_IMPURE, d_inode(dentry))) in ovl_set_impure()
1181 if (d_is_dir(dentry) || !ovl_test_flag(OVL_INDEX, inode)) in ovl_nlink_start()
1211 if (ovl_test_flag(OVL_INDEX, inode) && inode->i_nlink == 0) { in ovl_nlink_end()
H A Doverlayfs.h602 static inline bool ovl_test_flag(unsigned long flag, struct inode *inode) in ovl_test_flag() function
795 return !ovl_test_flag(OVL_WHITEOUTS, dir); in ovl_dir_is_real()
H A Dreaddir.c170 ovl_test_flag(OVL_IMPURE, d_inode(rdd->dentry))) in ovl_calc_d_ino()
789 return od->is_upper && ovl_test_flag(OVL_IMPURE, dir); in ovl_is_impure_dir()
H A Dcopy_up.c543 if (WARN_ON(ovl_test_flag(OVL_INDEX, d_inode(dentry)))) in ovl_create_index()