Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/xfs/libxfs/
H A Dxfs_ag.c327 agi->agi_dirino = cpu_to_be32(NULLAGINO); in xfs_agiblock_init()
H A Dxfs_format.h772 __be32 agi_dirino; /* last directory inode chunk */ member
H A Dxfs_ialloc.c2472 offsetof(xfs_agi_t, agi_dirino), in xfs_ialloc_log_agi()
/OK3568_Linux_fs/kernel/fs/xfs/scrub/
H A Dagheader_repair.c766 agi->agi_dirino = cpu_to_be32(NULLAGINO); in xrep_agi_init_header()
H A Dagheader.c905 agino = be32_to_cpu(agi->agi_dirino); in xchk_agi()