Home
last modified time | relevance | path

Searched refs:XFS_DIR2_BLOCK_MAGIC (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dxfs.h398 #define XFS_DIR2_BLOCK_MAGIC 0x58443242 /* XD2B: for one block dirs */ macro
H A Dfsys_xfs.c424 if (((xfs_dir2_data_hdr_t *)dirbuf)->magic == le32(XFS_DIR2_BLOCK_MAGIC)) { in first_dentry()