Home
last modified time | relevance | path

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

/device/soc/rockchip/common/sdk_linux/fs/xfs/
H A Dxfs_inode.c1879 * "X.next_unlinked = Y" relations? If we indexed those records on Y, we'd
1892 /* Capture a "X.next_unlinked = Y" relationship. */
1921 * Return X, where X.next_unlinked == @agino. Returns NULLAGINO if no such
1962 /* Remember that @prev_agino.next_unlinked = @this_agino. */
1979 * Replace X.next_unlinked = @agino with X.next_unlinked = @next_unlinked.
1980 * If @next_unlinked is NULLAGINO, we drop the backref and exit. If there
1983 static int xfs_iunlink_change_backref(struct xfs_perag *pag, xfs_agino_t agino, xfs_agino_t next_unlinked) in xfs_iunlink_change_backref() argument
2008 if (next_unlinked in xfs_iunlink_change_backref()
[all...]

Completed in 4 milliseconds