Lines Matching refs:totallen
1679 int totallen;
1726 &count, &totallen);
1739 space = ichdr1.usedbytes - totallen;
1768 space = totallen - ichdr1.usedbytes;
1871 int totallen = 0;
1895 tmp = totallen + sizeof(*entry) +
1900 totallen = tmp;
1916 tmp = totallen + sizeof(*entry) + xfs_attr_leaf_entsize(leaf1,
1921 totallen = tmp;
1929 totallen -= count * sizeof(*entry);
1931 totallen -= sizeof(*entry) +
1936 *usedbytesarg = totallen;