Home
last modified time | relevance | path

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

/linux/fs/xfs/libxfs/
H A Dxfs_inode_buf.c62 unlinked_ino = be32_to_cpu(dip->di_next_unlinked); in xfs_inode_buf_verify()
246 ip->i_next_unlinked = be32_to_cpu(from->di_next_unlinked); in xfs_inode_from_disk()
H A Dxfs_format.h955 __be32 di_next_unlinked;/* agi unlinked list ptr */ member
/linux/fs/xfs/scrub/
H A Dinode_repair.c182 agino = be32_to_cpu(dip->di_next_unlinked); in xrep_dinode_buf_core()
203 dip->di_next_unlinked = cpu_to_be32(NULLAGINO); in xrep_dinode_buf_core()
/linux/fs/xfs/
H A Dxfs_buf_item_recover.c654 offsetof(struct xfs_dinode, di_next_unlinked); in xlog_recover_do_inode_buffer()