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

/linux-master/fs/xfs/
H A Dxfs_iunlink_item.c76 if (be32_to_cpu(dip->di_next_unlinked) != iup->old_agino) {
85 be32_to_cpu(dip->di_next_unlinked), iup->next_agino);
87 dip->di_next_unlinked = cpu_to_be32(iup->next_agino);
89 offsetof(struct xfs_dinode, di_next_unlinked);
H A Dxfs_buf_item_recover.c148 * we replay di_next_unlinked only after flushing the inode 'free' state
576 * di_next_unlinked pointers in the on disk inode structures. The rest of the
615 offsetof(struct xfs_dinode, di_next_unlinked);
620 * The next di_next_unlinked field is beyond
623 * the current di_next_unlinked field.
646 * di_next_unlinked field, then move on to the next
647 * di_next_unlinked field.
658 * current di_next_unlinked field. Extract its value
666 "Trying to replay bad (0) inode di_next_unlinked field.",
865 * the inode di_next_unlinked field
[all...]
H A Dxfs_inode_item.c545 to->di_next_unlinked = NULLAGINO;
/linux-master/fs/xfs/libxfs/
H A Dxfs_log_format.h448 /* di_next_unlinked is the only non-core field in the old dinode */
449 xfs_agino_t di_next_unlinked;/* agi unlinked list ptr */ member in struct:xfs_log_dinode
479 offsetof(struct xfs_log_dinode, di_next_unlinked))
H A Dxfs_inode_buf.c59 unlinked_ino = be32_to_cpu(dip->di_next_unlinked);
241 ip->i_next_unlinked = be32_to_cpu(from->di_next_unlinked);
H A Dxfs_format.h860 /* di_next_unlinked is the only non-core field in the old dinode */
861 __be32 di_next_unlinked;/* agi unlinked list ptr */ member in struct:xfs_dinode
H A Dxfs_ialloc.c379 free->di_next_unlinked = cpu_to_be32(NULLAGINO);
/linux-master/fs/xfs/scrub/
H A Dinode_repair.c178 agino = be32_to_cpu(dip->di_next_unlinked);
199 dip->di_next_unlinked = cpu_to_be32(NULLAGINO);

Completed in 216 milliseconds