Searched refs:OVL_METACOPY_MIN_SIZE (Results 1 – 3 of 3) sorted by relevance
174 #define OVL_METACOPY_MIN_SIZE (OVL_METACOPY_MAX_SIZE - FS_VERITY_MAX_DIGEST_SIZE) macro 175 #define OVL_METACOPY_INIT { 0, OVL_METACOPY_MIN_SIZE }179 if (metacopy->len < OVL_METACOPY_MIN_SIZE) in ovl_metadata_digest_size() 181 return (int)metacopy->len - OVL_METACOPY_MIN_SIZE; in ovl_metadata_digest_size()
1221 * an empty xattr returns OVL_METACOPY_MIN_SIZE to distinguish from no xattr value. in ovl_lock_rename_workdir() 1249 res = OVL_METACOPY_MIN_SIZE; in ovl_check_metacopy_xattr() 1254 } else if (res < OVL_METACOPY_MIN_SIZE) { in ovl_check_metacopy_xattr()
1373 if (metacopy_size > OVL_METACOPY_MIN_SIZE) in ovl_lookup_layers()