Home
last modified time | relevance | path

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

/openbmc/u-boot/fs/btrfs/
H A Dinode.c193 while (*path != '\0' && *path != '/' && res <= BTRFS_NAME_LEN) in next_length()
231 if (len > BTRFS_NAME_LEN) { in btrfs_lookup_path()
233 BTRFS_NAME_LEN, cur); in btrfs_lookup_path()
H A Ddir-item.c12 u16 max_len = BTRFS_NAME_LEN; in verify_dir_item()
H A Dctree.h34 #define BTRFS_NAME_LEN 255 macro
/openbmc/linux/include/uapi/linux/
H A Dbtrfs_tree.h22 #define BTRFS_NAME_LEN 255 macro
/openbmc/linux/fs/btrfs/
H A Dtree-checker.c575 max_name_len = BTRFS_NAME_LEN; in check_dir_item()
617 char namebuf[max(BTRFS_NAME_LEN, XATTR_NAME_MAX)]; in check_dir_item()
H A Dsuper.c2128 buf->f_namelen = BTRFS_NAME_LEN; in btrfs_statfs()
H A Dinode.c5673 if (dentry->d_name.len > BTRFS_NAME_LEN) in btrfs_lookup_dentry()