Home
last modified time | relevance | path

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

/linux/fs/overlayfs/
H A Dutil.c226 if (ovl_test_flag(OVL_CONST_INO, d_inode(dentry))) in ovl_path_type()
531 if (!ovl_test_flag(OVL_UPPERDATA, inode)) in ovl_has_upperdata()
560 return !ovl_test_flag(OVL_UPPERDATA, d_inode(dentry)); in ovl_dentry_needs_data_copy_up_locked()
906 if (ovl_test_flag(OVL_IMPURE, d_inode(dentry))) in ovl_set_impure()
1178 if (d_is_dir(dentry) || !ovl_test_flag(OVL_INDEX, inode)) in ovl_nlink_start()
1209 if (ovl_test_flag(OVL_INDEX, inode) && inode->i_nlink == 0) { in ovl_nlink_end()
H A Dexport.c85 !ovl_test_flag(OVL_INDEX, d_inode(dentry))) in ovl_connectable_layer()
135 ovl_test_flag(OVL_INDEX, d_inode(parent))) in ovl_connect_layer()
209 !ovl_test_flag(OVL_INDEX, inode)) in ovl_check_encode_origin()
H A Dnamei.c929 ovl_test_flag(OVL_VERIFIED_DIGEST, inode)) in ovl_maybe_validate_verity()
932 if (!ovl_test_flag(OVL_HAS_DIGEST, inode)) { in ovl_maybe_validate_verity()
953 if (!ovl_test_flag(OVL_VERIFIED_DIGEST, inode)) { in ovl_maybe_validate_verity()
H A Doverlayfs.h562 static inline bool ovl_test_flag(unsigned long flag, struct inode *inode) in ovl_test_flag() function
738 return !ovl_test_flag(OVL_WHITEOUTS, dir); in ovl_dir_is_real()
H A Dcopy_up.c546 if (WARN_ON(ovl_test_flag(OVL_INDEX, d_inode(dentry)))) in ovl_create_index()
H A Ddir.c877 !ovl_test_flag(OVL_WHITEOUTS, d_inode(dentry)); in ovl_pure_upper()