Home
last modified time | relevance | path

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

/linux-4.19.296/fs/btrfs/
Dtree-log.c948 int found_name_len; in backref_in_log() local
977 found_name_len = btrfs_inode_ref_name_len(path->nodes[0], ref); in backref_in_log()
978 if (found_name_len == namelen) { in backref_in_log()
987 ptr = (unsigned long)(ref + 1) + found_name_len; in backref_in_log()