Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/libxfs/
Dxfs_da_format.c610 return (geo->blksize - sizeof(struct xfs_dir3_free_hdr)) / in xfs_dir3_free_max_bests()
617 return (__be16 *)((char *)free + sizeof(struct xfs_dir3_free_hdr)); in xfs_dir3_free_bests_p()
669 struct xfs_dir3_free_hdr *hdr3 = (struct xfs_dir3_free_hdr *)from; in xfs_dir3_free_hdr_from_disk()
684 struct xfs_dir3_free_hdr *hdr3 = (struct xfs_dir3_free_hdr *)to; in xfs_dir3_free_hdr_to_disk()
835 .free_hdr_size = sizeof(struct xfs_dir3_free_hdr),
Dxfs_da_format.h507 struct xfs_dir3_free_hdr { struct
516 struct xfs_dir3_free_hdr hdr; argument
Dxfs_dir2_node.c175 struct xfs_dir3_free_hdr *hdr3 = bp->b_addr; in xfs_dir3_free_header_check()
273 memset(bp->b_addr, 0, sizeof(struct xfs_dir3_free_hdr)); in xfs_dir3_free_get_buf()
277 struct xfs_dir3_free_hdr *hdr3 = bp->b_addr; in xfs_dir3_free_get_buf()
/linux-4.19.296/fs/xfs/
Dxfs_ondisk.h62 XFS_CHECK_STRUCT_SIZE(struct xfs_dir3_free_hdr, 64); in xfs_check_ondisk_structs()
/linux-4.19.296/fs/xfs/scrub/
Ddir.c598 struct xfs_dir3_free_hdr *hdr3 = bp->b_addr; in xchk_directory_free_bestfree()