Home
last modified time | relevance | path

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

/linux-6.1.9/fs/overlayfs/
Dutil.c140 if (ovl_test_flag(OVL_CONST_INO, d_inode(dentry))) in ovl_path_type()
376 if (!ovl_test_flag(OVL_UPPERDATA, inode)) in ovl_has_upperdata()
405 return !ovl_test_flag(OVL_UPPERDATA, d_inode(dentry)); in ovl_dentry_needs_data_copy_up_locked()
659 if (ovl_test_flag(OVL_IMPURE, d_inode(dentry))) in ovl_set_impure()
919 if (d_is_dir(dentry) || !ovl_test_flag(OVL_INDEX, inode)) in ovl_nlink_start()
943 if (ovl_test_flag(OVL_INDEX, inode) && inode->i_nlink == 0) { in ovl_nlink_end()
Dexport.c90 !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()
Doverlayfs.h450 static inline bool ovl_test_flag(unsigned long flag, struct inode *inode) in ovl_test_flag() function
575 return !ovl_test_flag(OVL_WHITEOUTS, d_inode(dir)); in ovl_dir_is_real()
Dinode.c216 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()
Dreaddir.c137 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()
Dcopy_up.c465 if (WARN_ON(ovl_test_flag(OVL_INDEX, d_inode(dentry)))) in ovl_create_index()
Ddir.c872 !ovl_test_flag(OVL_WHITEOUTS, d_inode(dentry)); in ovl_pure_upper()