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

/linux-master/fs/xfs/libxfs/
H A Dxfs_dir2_node.c194 if (be32_to_cpu(hdr3->nvalid) > maxbests)
196 if (be32_to_cpu(hdr3->nvalid) < be32_to_cpu(hdr3->nused))
205 if (be32_to_cpu(hdr->nvalid) > maxbests)
207 if (be32_to_cpu(hdr->nvalid) < be32_to_cpu(hdr->nused))
257 to->nvalid = be32_to_cpu(from3->hdr.nvalid);
265 to->nvalid = be32_to_cpu(from->hdr.nvalid);
286 to3->hdr.nvalid = cpu_to_be32(from->nvalid);
[all...]
H A Dxfs_da_format.h488 __be32 nvalid; /* count of valid entries */ member in struct:xfs_dir2_free_hdr
501 __be32 nvalid; /* count of valid entries */ member in struct:xfs_dir3_free_hdr
H A Dxfs_dir2_priv.h32 uint32_t nvalid; member in struct:xfs_dir3_icfree_hdr
H A Dxfs_dir2_leaf.c1767 if (xfs_dir3_leaf_size(&leafhdr, freehdr.nvalid) > args->geo->blksize) {
1788 ltp->bestcount = cpu_to_be32(freehdr.nvalid);
1794 freehdr.nvalid * sizeof(xfs_dir2_data_off_t));
/linux-master/fs/xfs/scrub/
H A Ddir.c594 for (i = 0; i < freehdr.nvalid; i++) {
610 if (freehdr.nused + stale != freehdr.nvalid)

Completed in 265 milliseconds