Home
last modified time | relevance | path

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

/device/soc/rockchip/common/sdk_linux/fs/xfs/
H A Dxfs_inode.c1924 static xfs_agino_t xfs_iunlink_lookup_backref(struct xfs_perag *pag, xfs_agino_t agino) in xfs_iunlink_lookup_backref() argument
1928 iu = rhashtable_lookup_fast(&pag->pagi_unlinked_hash, &agino, xfs_iunlink_hash_params); in xfs_iunlink_lookup_backref()
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()
1963 static int xfs_iunlink_add_backref(struct xfs_perag *pag, xfs_agino_t prev_agino, xfs_agino_t this_agino) in xfs_iunlink_add_backref() argument
1967 if (XFS_TEST_ERROR(false, pag->pag_mount, XFS_ERRTAG_IUNLINK_FALLBACK)) { in xfs_iunlink_add_backref()
1975 return xfs_iunlink_insert_backref(pag, iu); in xfs_iunlink_add_backref()
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
1989 iu = rhashtable_lookup_fast(&pag->pagi_unlinked_hash, &agino, xfs_iunlink_hash_params); in xfs_iunlink_change_backref()
2002 error = rhashtable_remove_fast(&pag in xfs_iunlink_change_backref()
2019 xfs_iunlink_init(struct xfs_perag *pag) xfs_iunlink_init() argument
2034 xfs_iunlink_destroy(struct xfs_perag *pag) xfs_iunlink_destroy() argument
2242 xfs_iunlink_map_prev(struct xfs_trans *tp, xfs_agnumber_t agno, xfs_agino_t head_agino, xfs_agino_t target_agino, xfs_agino_t *agino, struct xfs_imap *imap, struct xfs_dinode **dipp, struct xfs_buf **bpp, struct xfs_perag *pag) xfs_iunlink_map_prev() argument
2404 struct xfs_perag *pag = bp->b_pag; xfs_ifree_mark_inode_stale() local
[all...]

Completed in 3 milliseconds