Home
last modified time | relevance | path

Searched refs:xfs_dir3_block_header_check (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/fs/xfs/libxfs/
Dxfs_dir2.h119 xfs_failaddr_t xfs_dir3_block_header_check(struct xfs_buf *bp, xfs_ino_t owner);
Dxfs_dir2_block.c119 xfs_dir3_block_header_check( in xfs_dir3_block_header_check() function
155 fa = xfs_dir3_block_header_check(*bpp, owner); in xfs_dir3_block_read()
/linux-6.12.1/fs/xfs/scrub/
Ddir_repair.c637 if (xfs_dir3_block_header_check(bp, rd->sc->ip->i_ino) != NULL) in xrep_dir_recover_dirblock()