Home
last modified time | relevance | path

Searched refs:xfs_trans_t (Results 1 – 18 of 18) sorted by relevance

/openbmc/linux/fs/xfs/
H A Dxfs_trans.h159 } xfs_trans_t; typedef
175 void xfs_trans_mod_sb(xfs_trans_t *, uint, int64_t);
220 void xfs_trans_brelse(xfs_trans_t *, struct xfs_buf *);
221 void xfs_trans_bjoin(xfs_trans_t *, struct xfs_buf *);
222 void xfs_trans_bhold(xfs_trans_t *, struct xfs_buf *);
223 void xfs_trans_bhold_release(xfs_trans_t *, struct xfs_buf *);
224 void xfs_trans_binval(xfs_trans_t *, struct xfs_buf *);
225 void xfs_trans_inode_buf(xfs_trans_t *, struct xfs_buf *);
226 void xfs_trans_stale_inode_buf(xfs_trans_t *, struct xfs_buf *);
227 bool xfs_trans_ordered_buf(xfs_trans_t *, struct xfs_buf *);
[all …]
H A Dxfs_trans_buf.c403 xfs_trans_t *tp, in xfs_trans_bhold()
424 xfs_trans_t *tp, in xfs_trans_bhold_release()
540 xfs_trans_t *tp, in xfs_trans_binval()
595 xfs_trans_t *tp, in xfs_trans_inode_buf()
620 xfs_trans_t *tp, in xfs_trans_stale_inode_buf()
645 xfs_trans_t *tp, in xfs_trans_inode_alloc_buf()
739 xfs_trans_t *tp, in xfs_trans_dquot_buf()
H A Dxfs_rtalloc.c33 xfs_trans_t *tp, /* transaction pointer */ in xfs_rtget_summary()
50 xfs_trans_t *tp, /* transaction pointer */ in xfs_rtany_summary()
105 xfs_trans_t *tp) /* transaction pointer */ in xfs_rtcopy_summary()
145 xfs_trans_t *tp, /* transaction pointer */ in xfs_rtallocate_range()
241 xfs_trans_t *tp, /* transaction pointer */ in xfs_rtallocate_extent_block()
361 xfs_trans_t *tp, /* transaction pointer */ in xfs_rtallocate_extent_exact()
441 xfs_trans_t *tp, /* transaction pointer */ in xfs_rtallocate_extent_near()
646 xfs_trans_t *tp, /* transaction pointer */ in xfs_rtallocate_extent_size()
1255 xfs_trans_t *tp, /* transaction pointer */ in xfs_rtallocate_extent()
1503 xfs_trans_t *tp, /* transaction pointer */ in xfs_rtpick_extent()
H A Dxfs_trans_dquot.c21 STATIC void xfs_trans_alloc_dqinfo(xfs_trans_t *);
128 xfs_trans_t *tp, in xfs_trans_mod_dquot_byino()
845 xfs_trans_t *tp) in xfs_trans_alloc_dqinfo()
853 xfs_trans_t *tp) in xfs_trans_free_dqinfo()
H A Dxfs_trans.c354 xfs_trans_t *tp, in xfs_trans_mod_sb()
475 xfs_trans_t *tp) in xfs_trans_apply_sb_deltas()
H A Dxfs_symlink.c387 xfs_trans_t *tp; in xfs_inactive_symlink_rmt()
H A Dxfs_inode.c918 xfs_trans_t *tp, in xfs_droplink()
944 xfs_trans_t *tp, in xfs_bumplink()
1214 xfs_trans_t *tp; in xfs_link()
2526 xfs_trans_t *tp = NULL; in xfs_remove()
H A Dxfs_iops.c666 xfs_trans_t *tp; in xfs_setattr_nonsize()
H A Dxfs_iomap.c550 xfs_trans_t *tp; in xfs_iomap_write_unwritten()
H A Dxfs_icache.c600 xfs_trans_t *tp, in xfs_iget_cache_miss()
H A Dxfs_bmap_util.c802 xfs_trans_t *tp; in xfs_alloc_file_space()
/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_rtbitmap.c57 xfs_trans_t *tp, /* transaction pointer */ in xfs_rtbuf_get()
97 xfs_trans_t *tp, /* transaction pointer */ in xfs_rtfind_back()
272 xfs_trans_t *tp, /* transaction pointer */ in xfs_rtfind_forw()
449 xfs_trans_t *tp, /* transaction pointer */ in xfs_rtmodify_summary_int()
519 xfs_trans_t *tp, /* transaction pointer */ in xfs_rtmodify_summary()
537 xfs_trans_t *tp, /* transaction pointer */ in xfs_rtmodify_range()
693 xfs_trans_t *tp, /* transaction pointer */ in xfs_rtfree_range()
769 xfs_trans_t *tp, /* transaction pointer */ in xfs_rtcheck_range()
945 xfs_trans_t *tp, /* transaction pointer */ in xfs_rtcheck_alloc_range()
968 xfs_trans_t *tp, /* transaction pointer */ in xfs_rtfree_extent()
H A Dxfs_dir2_block.c27 static void xfs_dir2_block_log_leaf(xfs_trans_t *tp, struct xfs_buf *bp,
29 static void xfs_dir2_block_log_tail(xfs_trans_t *tp, struct xfs_buf *bp);
375 xfs_trans_t *tp; /* transaction structure */ in xfs_dir2_block_addname()
594 xfs_trans_t *tp, /* transaction structure */ in xfs_dir2_block_log_leaf()
614 xfs_trans_t *tp, /* transaction structure */ in xfs_dir2_block_log_tail()
692 xfs_trans_t *tp; /* transaction pointer */ in xfs_dir2_block_lookup_int()
793 xfs_trans_t *tp; /* transaction pointer */ in xfs_dir2_block_removename()
944 xfs_trans_t *tp; /* transaction pointer */ in xfs_dir2_leaf_to_block()
H A Dxfs_dir2_leaf.c400 xfs_trans_t *tp; /* transaction pointer */ in xfs_dir2_block_to_leaf()
1169 xfs_trans_t *tp; /* transaction pointer */ in xfs_dir2_leaf_lookup()
1232 xfs_trans_t *tp; /* transaction pointer */ in xfs_dir2_leaf_lookup_int()
1503 xfs_trans_t *tp; /* transaction pointer */ in xfs_dir2_leaf_replace()
1607 xfs_trans_t *tp; /* transaction pointer */ in xfs_dir2_leaf_trim_data()
1693 xfs_trans_t *tp; /* transaction pointer */ in xfs_dir2_node_to_leaf()
H A Dxfs_dir2.c227 xfs_trans_t *tp, in xfs_dir_init()
550 xfs_trans_t *tp, in xfs_dir_canenter()
H A Dxfs_dir2_node.c419 xfs_trans_t *tp; /* transaction pointer */ in xfs_dir2_leaf_to_node()
645 xfs_trans_t *tp; /* transaction pointer */ in xfs_dir2_leafn_lookup_for_addname()
794 xfs_trans_t *tp; /* transaction pointer */ in xfs_dir2_leafn_lookup_for_entry()
1280 xfs_trans_t *tp; /* transaction pointer */ in xfs_dir2_leafn_remove()
2287 xfs_trans_t *tp; /* transaction pointer */ in xfs_dir2_node_trim_free()
H A Dxfs_bmap.c759 xfs_trans_t *tp, /* transaction pointer */ in xfs_bmap_local_to_extents()
860 xfs_trans_t *tp, /* transaction pointer */ in xfs_bmap_add_attrfork_btree()
1009 xfs_trans_t *tp; /* transaction pointer */ in xfs_bmap_add_attrfork()
5041 xfs_trans_t *tp, /* current transaction pointer */ in xfs_bmap_del_extent_real()
5592 xfs_trans_t *tp, in xfs_bunmapi()
H A Dxfs_btree.c474 xfs_trans_t *tp; /* transaction pointer, can be NULL */ in xfs_btree_dup_cursor()