Home
last modified time | relevance | path

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

/linux-4.4.14/fs/xfs/libxfs/
Dxfs_dir2_leaf.c630 int needbytes; /* leaf block bytes needed */ in xfs_dir2_leaf_addname() local
702 needbytes = 0; in xfs_dir2_leaf_addname()
704 needbytes += sizeof(xfs_dir2_leaf_entry_t); in xfs_dir2_leaf_addname()
706 needbytes += sizeof(xfs_dir2_data_off_t); in xfs_dir2_leaf_addname()
718 if ((char *)bestsp - (char *)&ents[leafhdr.count] < needbytes && in xfs_dir2_leaf_addname()
726 else if ((char *)bestsp - (char *)&ents[leafhdr.count] < needbytes) { in xfs_dir2_leaf_addname()