Home
last modified time | relevance | path

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

/linux-6.1.9/fs/xfs/libxfs/
Dxfs_dir2_leaf.c642 int needbytes; /* leaf block bytes needed */ in xfs_dir2_leaf_addname() local
706 needbytes = 0; in xfs_dir2_leaf_addname()
708 needbytes += sizeof(xfs_dir2_leaf_entry_t); in xfs_dir2_leaf_addname()
710 needbytes += sizeof(xfs_dir2_data_off_t); in xfs_dir2_leaf_addname()
722 if ((char *)bestsp - (char *)&ents[leafhdr.count] < needbytes && in xfs_dir2_leaf_addname()
730 else if ((char *)bestsp - (char *)&ents[leafhdr.count] < needbytes) { in xfs_dir2_leaf_addname()