Home
last modified time | relevance | path

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

/Linux-v5.10/fs/btrfs/
Dtree-checker.c490 u32 max_name_len; in check_dir_item() local
546 max_name_len = XATTR_NAME_MAX; in check_dir_item()
548 max_name_len = BTRFS_NAME_LEN; in check_dir_item()
553 if (name_len > max_name_len) { in check_dir_item()
556 name_len, max_name_len); in check_dir_item()