Home
last modified time | relevance | path

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

/device/soc/rockchip/common/sdk_linux/fs/xfs/
H A Dxfs_inode.c1903 const struct xfs_iunlink *iu = obj; in xfs_iunlink_obj_cmpfn() local
1905 if (iu->iu_next_unlinked != *key) { in xfs_iunlink_obj_cmpfn()
1926 struct xfs_iunlink *iu; in xfs_iunlink_lookup_backref() local
1928 iu = rhashtable_lookup_fast(&pag->pagi_unlinked_hash, &agino, xfs_iunlink_hash_params); in xfs_iunlink_lookup_backref()
1929 return iu ? iu->iu_agino : NULLAGINO; in xfs_iunlink_lookup_backref()
1935 * Either way, the caller does not own @iu after this call.
1937 static int xfs_iunlink_insert_backref(struct xfs_perag *pag, struct xfs_iunlink *iu) in xfs_iunlink_insert_backref() argument
1941 error = rhashtable_insert_fast(&pag->pagi_unlinked_hash, &iu->iu_rhash_head, xfs_iunlink_hash_params); in xfs_iunlink_insert_backref()
1950 kmem_free(iu); in xfs_iunlink_insert_backref()
1965 struct xfs_iunlink *iu; xfs_iunlink_add_backref() local
1985 struct xfs_iunlink *iu; xfs_iunlink_change_backref() local
2027 struct xfs_iunlink *iu = ptr; xfs_iunlink_free_item() local
[all...]

Completed in 5 milliseconds