Home
last modified time | relevance | path

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

/fs/xfs/
Dxfs_inode.c1978 ASSERT(dip->di_next_unlinked == cpu_to_be32(NULLAGINO)); in xfs_iunlink()
1979 dip->di_next_unlinked = agi->agi_unlinked[bucket_index]; in xfs_iunlink()
1981 offsetof(xfs_dinode_t, di_next_unlinked); in xfs_iunlink()
2066 next_agino = be32_to_cpu(dip->di_next_unlinked); in xfs_iunlink_remove()
2069 dip->di_next_unlinked = cpu_to_be32(NULLAGINO); in xfs_iunlink_remove()
2071 offsetof(xfs_dinode_t, di_next_unlinked); in xfs_iunlink_remove()
2127 next_agino = be32_to_cpu(last_dip->di_next_unlinked); in xfs_iunlink_remove()
2143 next_agino = be32_to_cpu(dip->di_next_unlinked); in xfs_iunlink_remove()
2147 dip->di_next_unlinked = cpu_to_be32(NULLAGINO); in xfs_iunlink_remove()
2149 offsetof(xfs_dinode_t, di_next_unlinked); in xfs_iunlink_remove()
[all …]
Dxfs_log_recover.c1735 offsetof(xfs_dinode_t, di_next_unlinked); in xlog_recover_do_inode_buffer()
3909 agino = be32_to_cpu(dip->di_next_unlinked); in xlog_recover_process_one_iunlink()
/fs/xfs/libxfs/
Dxfs_log_format.h395 xfs_agino_t di_next_unlinked;/* agi unlinked list ptr */ member
416 return offsetof(struct xfs_icdinode, di_next_unlinked); in xfs_icdinode_size()
Dxfs_dinode.h75 __be32 di_next_unlinked;/* agi unlinked list ptr */ member
Dxfs_inode_buf.c54 if (!dip->di_next_unlinked) { in xfs_inobp_check()
Dxfs_ialloc.c308 free->di_next_unlinked = cpu_to_be32(NULLAGINO); in xfs_ialloc_inode_init()