Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/libxfs/
Dxfs_dir2_leaf.c646 int needbytes; /* leaf block bytes needed */ in xfs_dir2_leaf_addname() local
718 needbytes = 0; in xfs_dir2_leaf_addname()
720 needbytes += sizeof(xfs_dir2_leaf_entry_t); in xfs_dir2_leaf_addname()
722 needbytes += sizeof(xfs_dir2_data_off_t); in xfs_dir2_leaf_addname()
734 if ((char *)bestsp - (char *)&ents[leafhdr.count] < needbytes && in xfs_dir2_leaf_addname()
742 else if ((char *)bestsp - (char *)&ents[leafhdr.count] < needbytes) { in xfs_dir2_leaf_addname()