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

/linux-master/fs/xfs/libxfs/
H A Dxfs_dir2_leaf.c643 int needbytes; /* leaf block bytes needed */ local
707 needbytes = 0;
709 needbytes += sizeof(xfs_dir2_leaf_entry_t);
711 needbytes += sizeof(xfs_dir2_data_off_t);
723 if ((char *)bestsp - (char *)&ents[leafhdr.count] < needbytes &&
731 else if ((char *)bestsp - (char *)&ents[leafhdr.count] < needbytes) {

Completed in 160 milliseconds