Home
last modified time | relevance | path

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

/linux-6.12.1/fs/xfs/libxfs/
Dxfs_dir2_leaf.c693 int needbytes; /* leaf block bytes needed */ in xfs_dir2_leaf_addname() local
758 needbytes = 0; in xfs_dir2_leaf_addname()
760 needbytes += sizeof(xfs_dir2_leaf_entry_t); in xfs_dir2_leaf_addname()
762 needbytes += sizeof(xfs_dir2_data_off_t); in xfs_dir2_leaf_addname()
774 if ((char *)bestsp - (char *)&ents[leafhdr.count] < needbytes && in xfs_dir2_leaf_addname()
782 else if ((char *)bestsp - (char *)&ents[leafhdr.count] < needbytes) { in xfs_dir2_leaf_addname()