Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/
Dxfs_inode.c1984 ASSERT(dip->di_next_unlinked == cpu_to_be32(NULLAGINO)); in xfs_iunlink()
1985 dip->di_next_unlinked = agi->agi_unlinked[bucket_index]; in xfs_iunlink()
1987 offsetof(xfs_dinode_t, di_next_unlinked); in xfs_iunlink()
2076 next_agino = be32_to_cpu(dip->di_next_unlinked); in xfs_iunlink_remove()
2079 dip->di_next_unlinked = cpu_to_be32(NULLAGINO); in xfs_iunlink_remove()
2081 offsetof(xfs_dinode_t, di_next_unlinked); in xfs_iunlink_remove()
2136 next_agino = be32_to_cpu(last_dip->di_next_unlinked); in xfs_iunlink_remove()
2156 next_agino = be32_to_cpu(dip->di_next_unlinked); in xfs_iunlink_remove()
2160 dip->di_next_unlinked = cpu_to_be32(NULLAGINO); in xfs_iunlink_remove()
2162 offsetof(xfs_dinode_t, di_next_unlinked); in xfs_iunlink_remove()
[all …]
Dxfs_inode_item.c339 to->di_next_unlinked = NULLAGINO; in xfs_inode_to_log_dinode()
Dxfs_log_recover.c2168 offsetof(xfs_dinode_t, di_next_unlinked); in xlog_recover_do_inode_buffer()
5078 agino = be32_to_cpu(dip->di_next_unlinked); in xlog_recover_process_one_iunlink()
/linux-4.19.296/fs/xfs/libxfs/
Dxfs_log_format.h409 xfs_agino_t di_next_unlinked;/* agi unlinked list ptr */ member
431 return offsetof(struct xfs_log_dinode, di_next_unlinked); in xfs_log_dinode_size()
Dxfs_inode_buf.c43 if (!dip->di_next_unlinked) { in xfs_inobp_check()
99 unlinked_ino = be32_to_cpu(dip->di_next_unlinked); in xfs_inode_buf_verify()
Dxfs_format.h882 __be32 di_next_unlinked;/* agi unlinked list ptr */ member
Dxfs_ialloc.c366 free->di_next_unlinked = cpu_to_be32(NULLAGINO); in xfs_ialloc_inode_init()