Searched refs:ovl_test_flag (Results 1 – 7 of 7) sorted by relevance
/fs/overlayfs/ |
D | util.c | 165 if (ovl_test_flag(OVL_CONST_INO, d_inode(dentry))) in ovl_path_type() 403 if (!ovl_test_flag(OVL_UPPERDATA, inode)) in ovl_has_upperdata() 432 return !ovl_test_flag(OVL_UPPERDATA, d_inode(dentry)); in ovl_dentry_needs_data_copy_up_locked() 686 if (ovl_test_flag(OVL_IMPURE, d_inode(dentry))) in ovl_set_impure() 946 if (d_is_dir(dentry) || !ovl_test_flag(OVL_INDEX, inode)) in ovl_nlink_start() 970 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 | 453 static inline bool ovl_test_flag(unsigned long flag, struct inode *inode) in ovl_test_flag() function 578 return !ovl_test_flag(OVL_WHITEOUTS, d_inode(dir)); in ovl_dir_is_real()
|
D | inode.c | 216 if (ovl_test_flag(OVL_INDEX, d_inode(dentry)) || in ovl_getattr() 270 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() 686 return od->is_upper && ovl_test_flag(OVL_IMPURE, dir); in ovl_is_impure_dir()
|
D | copy_up.c | 465 if (WARN_ON(ovl_test_flag(OVL_INDEX, d_inode(dentry)))) in ovl_create_index()
|
D | dir.c | 874 !ovl_test_flag(OVL_WHITEOUTS, d_inode(dentry)); in ovl_pure_upper()
|