Lines Matching refs:totallen
1725 int totallen;
1772 &count, &totallen);
1785 space = ichdr1.usedbytes - totallen;
1814 space = totallen - ichdr1.usedbytes;
1917 int totallen = 0;
1941 tmp = totallen + sizeof(*entry) +
1946 totallen = tmp;
1962 tmp = totallen + sizeof(*entry) + xfs_attr_leaf_entsize(leaf1,
1967 totallen = tmp;
1975 totallen -= count * sizeof(*entry);
1977 totallen -= sizeof(*entry) +
1982 *usedbytesarg = totallen;