Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/xfs/libxfs/
H A 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()
[all...]
H A Dxfs_da_format.h476 __be32 nvalid; /* count of valid entries */ member
489 __be32 nvalid; /* count of valid entries */ member
H A Dxfs_dir2_priv.h32 uint32_t nvalid; member
H A Dxfs_dir2_leaf.c1755 if (xfs_dir3_leaf_size(&leafhdr, freehdr.nvalid) > args->geo->blksize) { in xfs_dir2_node_to_leaf()
1776 ltp->bestcount = cpu_to_be32(freehdr.nvalid); in xfs_dir2_node_to_leaf()
1782 freehdr.nvalid * sizeof(xfs_dir2_data_off_t)); in xfs_dir2_node_to_leaf()
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H A 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()
[all...]
H A Dxfs_da_format.h477 __be32 nvalid; /* count of valid entries */ member
490 __be32 nvalid; /* count of valid entries */ member
H A Dxfs_dir2_priv.h32 uint32_t nvalid; member
H A 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()
/kernel/linux/linux-5.10/fs/xfs/scrub/
H A Ddir.c621 for (i = 0; i < freehdr.nvalid; i++) { in xchk_directory_free_bestfree()
637 if (freehdr.nused + stale != freehdr.nvalid) in xchk_directory_free_bestfree()
/kernel/linux/linux-6.6/fs/xfs/scrub/
H A Ddir.c592 for (i = 0; i < freehdr.nvalid; i++) { in xchk_directory_free_bestfree()
608 if (freehdr.nused + stale != freehdr.nvalid) in xchk_directory_free_bestfree()

Completed in 17 milliseconds