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

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

Completed in 143 milliseconds