Home
last modified time | relevance | path

Searched refs:xfs_dir3_leaf_hdr (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/fs/xfs/libxfs/
Dxfs_da_format.c425 return (geo->blksize - sizeof(struct xfs_dir3_leaf_hdr)) / in xfs_dir3_max_leaf_ents()
470 struct xfs_dir3_leaf_hdr *hdr3 = (struct xfs_dir3_leaf_hdr *)from; in xfs_dir3_leaf_hdr_from_disk()
487 struct xfs_dir3_leaf_hdr *hdr3 = (struct xfs_dir3_leaf_hdr *)to; in xfs_dir3_leaf_hdr_to_disk()
824 .leaf_hdr_size = sizeof(struct xfs_dir3_leaf_hdr),
Dxfs_da_format.h430 struct xfs_dir3_leaf_hdr { struct
469 struct xfs_dir3_leaf_hdr hdr; /* leaf header */
473 #define XFS_DIR3_LEAF_CRC_OFF offsetof(struct xfs_dir3_leaf_hdr, info.crc)
Dxfs_dir2_leaf.c52 struct xfs_dir3_leaf_hdr *leaf3 = bp->b_addr; in xfs_dir3_leaf1_check()
154 struct xfs_dir3_leaf_hdr *leaf3 = bp->b_addr; in xfs_dir3_leaf_verify()
201 struct xfs_dir3_leaf_hdr *hdr3 = bp->b_addr; in __write_verify()
325 struct xfs_dir3_leaf_hdr *leaf3 = bp->b_addr; in xfs_dir3_leaf_init()
1685 hdrsize = sizeof(struct xfs_dir3_leaf_hdr); in xfs_dir3_leaf_size()
Dxfs_dir2_node.c55 struct xfs_dir3_leaf_hdr *leaf3 = bp->b_addr; in xfs_dir3_leafn_check()
/Linux-v4.19/fs/xfs/
Dxfs_ondisk.h64 XFS_CHECK_STRUCT_SIZE(struct xfs_dir3_leaf_hdr, 64); in xfs_check_ondisk_structs()
/Linux-v4.19/fs/xfs/scrub/
Ddir.c512 struct xfs_dir3_leaf_hdr *hdr3 = bp->b_addr; in xchk_directory_leaf1_bestfree()