Lines Matching defs:next_unlinked
1907 * "X.next_unlinked = Y" relations? If we indexed those records on Y, we'd
1920 /* Capture a "X.next_unlinked = Y" relationship. */
1952 * Return X, where X.next_unlinked == @agino. Returns NULLAGINO if no such
2000 /* Remember that @prev_agino.next_unlinked = @this_agino. */
2020 * Replace X.next_unlinked = @agino with X.next_unlinked = @next_unlinked.
2021 * If @next_unlinked is NULLAGINO, we drop the backref and exit. If there
2028 xfs_agino_t next_unlinked)
2053 if (next_unlinked == NULLAGINO) {
2059 iu->iu_next_unlinked = next_unlinked;
2136 /* Set an on-disk inode's next_unlinked pointer. */
2442 * Set our inode's next_unlinked pointer to NULL and then return