Searched refs:ovl_test_flag (Results 1 – 7 of 7) sorted by relevance
/fs/overlayfs/ |
D | util.c | 160 if (ovl_test_flag(OVL_CONST_INO, d_inode(dentry))) in ovl_path_type() 369 if (!ovl_test_flag(OVL_UPPERDATA, inode)) in ovl_has_upperdata() 398 return !ovl_test_flag(OVL_UPPERDATA, d_inode(dentry)); in ovl_dentry_needs_data_copy_up_locked() 648 if (ovl_test_flag(OVL_IMPURE, d_inode(dentry))) in ovl_set_impure() 826 if (d_is_dir(dentry) || !ovl_test_flag(OVL_INDEX, inode)) in ovl_nlink_start() 850 if (ovl_test_flag(OVL_INDEX, inode) && inode->i_nlink == 0) { in ovl_nlink_end()
|
D | export.c | 90 !ovl_test_flag(OVL_INDEX, d_inode(dentry))) in ovl_connectable_layer() 139 ovl_test_flag(OVL_INDEX, d_inode(parent))) in ovl_connect_layer() 198 !ovl_test_flag(OVL_INDEX, d_inode(dentry))) in ovl_check_encode_origin()
|
D | overlayfs.h | 339 static inline bool ovl_test_flag(unsigned long flag, struct inode *inode) in ovl_test_flag() function 456 return !ovl_test_flag(OVL_WHITEOUTS, d_inode(dir)); in ovl_dir_is_real()
|
D | inode.c | 215 if (ovl_test_flag(OVL_INDEX, d_inode(dentry)) || in ovl_getattr() 271 if (!is_dir && ovl_test_flag(OVL_INDEX, d_inode(dentry))) in ovl_getattr()
|
D | readdir.c | 137 ovl_test_flag(OVL_IMPURE, d_inode(rdd->dentry))) in ovl_calc_d_ino() 684 return od->is_upper && ovl_test_flag(OVL_IMPURE, dir); in ovl_is_impure_dir()
|
D | copy_up.c | 403 if (WARN_ON(ovl_test_flag(OVL_INDEX, d_inode(dentry)))) in ovl_create_index()
|
D | dir.c | 866 !ovl_test_flag(OVL_WHITEOUTS, d_inode(dentry)); in ovl_pure_upper()
|