Home
last modified time | relevance | path

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

/Linux-v6.1/fs/xfs/libxfs/
Dxfs_dir2_node.c193 if (be32_to_cpu(hdr3->nvalid) > maxbests) in xfs_dir3_free_header_check()
195 if (be32_to_cpu(hdr3->nvalid) < be32_to_cpu(hdr3->nused)) in xfs_dir3_free_header_check()
204 if (be32_to_cpu(hdr->nvalid) > maxbests) in xfs_dir3_free_header_check()
206 if (be32_to_cpu(hdr->nvalid) < be32_to_cpu(hdr->nused)) in xfs_dir3_free_header_check()
255 to->nvalid = be32_to_cpu(from3->hdr.nvalid); in xfs_dir2_free_hdr_from_disk()
263 to->nvalid = be32_to_cpu(from->hdr.nvalid); in xfs_dir2_free_hdr_from_disk()
284 to3->hdr.nvalid = cpu_to_be32(from->nvalid); in xfs_dir2_free_hdr_to_disk()
291 to->hdr.nvalid = cpu_to_be32(from->nvalid); in xfs_dir2_free_hdr_to_disk()
465 freehdr.nvalid = be32_to_cpu(ltp->bestcount); in xfs_dir2_leaf_to_node()
468 xfs_dir2_free_log_bests(args, &freehdr, fbp, 0, freehdr.nvalid - 1); in xfs_dir2_leaf_to_node()
[all …]
Dxfs_da_format.h477 __be32 nvalid; /* count of valid entries */ member
490 __be32 nvalid; /* count of valid entries */ member
Dxfs_dir2_priv.h32 uint32_t nvalid; member
Dxfs_dir2_leaf.c1764 if (xfs_dir3_leaf_size(&leafhdr, freehdr.nvalid) > args->geo->blksize) { in xfs_dir2_node_to_leaf()
1785 ltp->bestcount = cpu_to_be32(freehdr.nvalid); in xfs_dir2_node_to_leaf()
1791 freehdr.nvalid * sizeof(xfs_dir2_data_off_t)); in xfs_dir2_node_to_leaf()
/Linux-v6.1/fs/xfs/scrub/
Ddir.c640 for (i = 0; i < freehdr.nvalid; i++) { in xchk_directory_free_bestfree()
656 if (freehdr.nused + stale != freehdr.nvalid) in xchk_directory_free_bestfree()