Home
last modified time | relevance | path

Searched refs:agi (Results 1 - 1 of 1) sorted by relevance

/device/soc/rockchip/common/sdk_linux/fs/xfs/
H A Dxfs_inode.c2050 struct xfs_agi *agi = agibp->b_addr; in xfs_iunlink_update_bucket() local
2056 old_value = be32_to_cpu(agi->agi_unlinked[bucket_index]); in xfs_iunlink_update_bucket()
2069 agi->agi_unlinked[bucket_index] = cpu_to_be32(new_agino); in xfs_iunlink_update_bucket()
2152 struct xfs_agi *agi; in xfs_iunlink() local
2164 /* Get the agi buffer first. It ensures lock ordering on the list. */ in xfs_iunlink()
2169 agi = agibp->b_addr; in xfs_iunlink()
2172 * Get the index into the agi hash table for the list this inode will in xfs_iunlink()
2176 next_agino = be32_to_cpu(agi->agi_unlinked[bucket_index]); in xfs_iunlink()
2313 struct xfs_agi *agi; in xfs_iunlink_remove() local
2326 /* Get the agi buffe in xfs_iunlink_remove()
[all...]

Completed in 4 milliseconds