Home
last modified time | relevance | path

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

/linux/fs/xfs/libxfs/
H A Dxfs_dir2.c290 return XFS_DIR2_FMT_BLOCK; in xfs_dir2_format()
309 case XFS_DIR2_FMT_BLOCK: in xfs_dir_createname_args()
401 case XFS_DIR2_FMT_BLOCK: in xfs_dir_lookup_args()
477 case XFS_DIR2_FMT_BLOCK: in xfs_dir_removename_args()
534 case XFS_DIR2_FMT_BLOCK: in xfs_dir_replace_args()
H A Dxfs_dir2.h41 XFS_DIR2_FMT_BLOCK, enumerator
/linux/fs/xfs/scrub/
H A Ddir.c819 if (xfs_dir2_format(&args, &error) == XFS_DIR2_FMT_BLOCK) in xchk_directory_blocks()