Home
last modified time | relevance | path

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

/linux/fs/xfs/libxfs/
H A Dxfs_inode_buf.c60 unlinked_ino = be32_to_cpu(dip->di_next_unlinked); in xfs_inode_buf_verify()
245 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
H A Dxfs_ialloc.c381 free->di_next_unlinked = cpu_to_be32(NULLAGINO); in xfs_ialloc_inode_init()
/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.c635 offsetof(struct xfs_dinode, di_next_unlinked); in xlog_recover_do_inode_buffer()
H A Dxfs_inode_item.c582 to->di_next_unlinked = NULLAGINO; in xfs_inode_to_log_dinode()