Home
last modified time | relevance | path

Searched refs:agi_root (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/fs/xfs/libxfs/
Dxfs_ialloc_btree.c63 agi->agi_root = nptr->s; in xfs_inobt_set_root()
195 ptr->s = agi->agi_root; in xfs_inobt_init_ptr_from_cur()
Dxfs_ialloc.c708 args.agbno = be32_to_cpu(agi->agi_root); in xfs_ialloc_ag_alloc()
729 args.agbno = be32_to_cpu(agi->agi_root); in xfs_ialloc_ag_alloc()
745 args.agbno = be32_to_cpu(agi->agi_root); in xfs_ialloc_ag_alloc()
2441 offsetof(xfs_agi_t, agi_root), in xfs_ialloc_log_agi()
Dxfs_format.h709 __be32 agi_root; /* root of inode btree */ member
/linux-4.4.14/fs/xfs/
Dxfs_fsops.c306 agi->agi_root = cpu_to_be32(XFS_IBT_BLOCK(mp)); in xfs_growfs_data_private()