Home
last modified time | relevance | path

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

/fs/xfs/
Dxfs_dir2_leaf.c666 int needbytes; /* leaf block bytes needed */ in xfs_dir2_leaf_addname() local
739 needbytes = 0; in xfs_dir2_leaf_addname()
741 needbytes += sizeof(xfs_dir2_leaf_entry_t); in xfs_dir2_leaf_addname()
743 needbytes += sizeof(xfs_dir2_data_off_t); in xfs_dir2_leaf_addname()
755 if ((char *)bestsp - (char *)&ents[leafhdr.count] < needbytes && in xfs_dir2_leaf_addname()
763 else if ((char *)bestsp - (char *)&ents[leafhdr.count] < needbytes) { in xfs_dir2_leaf_addname()