Home
last modified time | relevance | path

Searched refs:xfs_trans (Results 1 – 68 of 68) sorted by relevance

/linux-4.1.27/fs/xfs/
Dxfs_rtalloc.h24 struct xfs_trans;
38 struct xfs_trans *tp, /* transaction pointer */
54 struct xfs_trans *tp, /* transaction pointer */
86 struct xfs_trans *tp, /* transaction pointer */
101 int xfs_rtbuf_get(struct xfs_mount *mp, struct xfs_trans *tp,
103 int xfs_rtcheck_range(struct xfs_mount *mp, struct xfs_trans *tp,
106 int xfs_rtfind_back(struct xfs_mount *mp, struct xfs_trans *tp,
109 int xfs_rtfind_forw(struct xfs_mount *mp, struct xfs_trans *tp,
112 int xfs_rtmodify_range(struct xfs_mount *mp, struct xfs_trans *tp,
114 int xfs_rtmodify_summary_int(struct xfs_mount *mp, struct xfs_trans *tp,
[all …]
Dxfs_quota.h27 struct xfs_trans;
71 extern void xfs_trans_dup_dqinfo(struct xfs_trans *, struct xfs_trans *);
72 extern void xfs_trans_free_dqinfo(struct xfs_trans *);
73 extern void xfs_trans_mod_dquot_byino(struct xfs_trans *, struct xfs_inode *,
75 extern void xfs_trans_apply_dquot_deltas(struct xfs_trans *);
76 extern void xfs_trans_unreserve_and_mod_dquots(struct xfs_trans *);
77 extern int xfs_trans_reserve_quota_nblks(struct xfs_trans *,
79 extern int xfs_trans_reserve_quota_bydquots(struct xfs_trans *,
86 extern void xfs_qm_vop_create_dqattach(struct xfs_trans *, struct xfs_inode *,
89 extern struct xfs_dquot *xfs_qm_vop_chown(struct xfs_trans *,
[all …]
Dxfs_trans.h32 struct xfs_trans;
91 typedef struct xfs_trans { struct
157 int xfs_trans_reserve(struct xfs_trans *, struct xfs_trans_res *,
161 struct xfs_buf *xfs_trans_get_buf_map(struct xfs_trans *tp,
168 struct xfs_trans *tp, in xfs_trans_get_buf()
179 struct xfs_trans *tp,
189 struct xfs_trans *tp, in xfs_trans_read_buf()
214 void xfs_trans_ichgtime(struct xfs_trans *, struct xfs_inode *, int);
215 void xfs_trans_ijoin(struct xfs_trans *, struct xfs_inode *, uint);
232 int xfs_trans_roll(struct xfs_trans **, struct xfs_inode *);
[all …]
Dxfs_dquot_item.h22 struct xfs_trans;
42 extern xfs_qoff_logitem_t *xfs_trans_get_qoff_item(struct xfs_trans *,
44 extern void xfs_trans_log_quotaoff_item(struct xfs_trans *,
Dxfs_inode.h34 struct xfs_trans;
365 int xfs_ialloc(struct xfs_trans *, xfs_inode_t *, umode_t,
371 int xfs_ifree(struct xfs_trans *, xfs_inode_t *,
373 int xfs_itruncate_extents(struct xfs_trans **, struct xfs_inode *,
375 int xfs_iunlink(struct xfs_trans *, xfs_inode_t *);
388 int xfs_dir_ialloc(struct xfs_trans **, struct xfs_inode *, umode_t,
391 int xfs_droplink(struct xfs_trans *, struct xfs_inode *);
392 int xfs_bumplink(struct xfs_trans *, struct xfs_inode *);
Dxfs_qm.h122 extern void xfs_trans_mod_dquot(struct xfs_trans *,
124 extern int xfs_trans_reserve_quota_bydquots(struct xfs_trans *,
128 extern void xfs_trans_dqjoin(struct xfs_trans *, struct xfs_dquot *);
129 extern void xfs_trans_log_dquot(struct xfs_trans *, struct xfs_dquot *);
Dxfs_trans_priv.h24 struct xfs_trans;
30 void xfs_trans_add_item(struct xfs_trans *, struct xfs_log_item *);
32 void xfs_trans_free_items(struct xfs_trans *tp, xfs_lsn_t commit_lsn,
34 void xfs_trans_unreserve_and_mod_sb(struct xfs_trans *tp);
Dxfs_bmap_util.h28 struct xfs_trans;
34 int xfs_bmap_count_blocks(struct xfs_trans *tp, struct xfs_inode *ip,
53 int xfs_bmap_last_extent(struct xfs_trans *tp, struct xfs_inode *ip,
Dxfs_extent_busy.h24 struct xfs_trans;
46 xfs_extent_busy_insert(struct xfs_trans *tp, xfs_agnumber_t agno,
Dxfs_attr_inactive.c48 struct xfs_trans **trans, in xfs_attr3_leaf_freextent()
120 struct xfs_trans **trans, in xfs_attr3_leaf_inactive()
209 struct xfs_trans **trans, in xfs_attr3_node_inactive()
327 struct xfs_trans **trans, in xfs_attr3_root_inactive()
395 struct xfs_trans *trans; in xfs_attr_inactive()
Dxfs_trans_buf.c38 struct xfs_trans *tp, in xfs_trans_buf_item_match()
76 struct xfs_trans *tp, in _xfs_trans_bjoin()
117 struct xfs_trans *tp, in xfs_trans_bjoin()
135 struct xfs_trans *tp, in xfs_trans_get_buf_map()
243 struct xfs_trans *tp, in xfs_trans_read_buf_map()
713 struct xfs_trans *tp, in xfs_trans_ordered_buf()
732 struct xfs_trans *tp, in xfs_trans_buf_set_type()
Dxfs_trans_inode.c39 struct xfs_trans *tp, in xfs_trans_ijoin()
66 struct xfs_trans *tp, in xfs_trans_ichgtime()
Dxfs_trans.c96 struct xfs_trans *tp) in xfs_trans_free()
170 struct xfs_trans *tp, in xfs_trans_reserve()
550 struct xfs_trans *tp) in xfs_trans_unreserve_and_mod_sb()
703 struct xfs_trans *tp, in xfs_trans_add_item()
745 struct xfs_trans *tp, in xfs_trans_free_items()
897 struct xfs_trans *tp, in xfs_trans_commit()
1047 struct xfs_trans **tpp, in xfs_trans_roll()
1050 struct xfs_trans *trans; in xfs_trans_roll()
Dxfs_dquot.h33 struct xfs_trans;
49 struct xfs_trans*q_transp; /* trans this belongs to currently */
Dxfs_icreate_item.h29 void xfs_icreate_log(struct xfs_trans *tp, xfs_agnumber_t agno,
Dxfs_log.h135 struct xfs_trans;
185 void xfs_log_commit_cil(struct xfs_mount *mp, struct xfs_trans *tp,
Dxfs_aops.h52 struct xfs_trans *io_append_trans;/* xact. for size update */
Dxfs_trans_dquot.c168 struct xfs_trans *tp, in xfs_trans_get_dqtrx()
327 struct xfs_trans *tp) in xfs_trans_apply_dquot_deltas()
742 struct xfs_trans *tp, in xfs_trans_reserve_quota_bydquots()
804 struct xfs_trans *tp, in xfs_trans_reserve_quota_nblks()
Dxfs_icache.h51 int xfs_iget(struct xfs_mount *mp, struct xfs_trans *tp, xfs_ino_t ino,
Dxfs_icreate_item.c161 struct xfs_trans *tp, in xfs_icreate_log()
DMakefile90 xfs_trans.o \
Dxfs_log_cil.c158 struct xfs_trans *tp, in xlog_cil_insert_format_items()
280 struct xfs_trans *tp) in xlog_cil_insert_items()
774 struct xfs_trans *tp, in xfs_log_commit_cil()
Dxfs_inode.c1125 struct xfs_trans *tp = NULL; in xfs_create()
1318 struct xfs_trans *tp = NULL; in xfs_create_tmpfile()
1551 struct xfs_trans **tpp, in xfs_itruncate_extents()
1557 struct xfs_trans *tp = *tpp; in xfs_itruncate_extents()
1558 struct xfs_trans *ntp; in xfs_itruncate_extents()
1752 struct xfs_trans *tp; in xfs_inactive_truncate()
1807 struct xfs_trans *tp; in xfs_inactive_ifree()
2717 struct xfs_trans *tp, in xfs_finish_rename()
2747 struct xfs_trans *tp, in xfs_cross_rename()
2910 struct xfs_trans *tp; in xfs_rename()
Dxfs_dquot.c407 struct xfs_trans *tp, in xfs_qm_dqrepair()
469 struct xfs_trans *tp = (tpp ? *tpp : NULL); in xfs_qm_dqtobp()
569 struct xfs_trans *tp = NULL; in xfs_qm_dqread()
Dxfs_ioctl.c1000 struct xfs_trans *tp, in xfs_ioctl_setattr_xflags()
1041 static struct xfs_trans *
1046 struct xfs_trans *tp; in xfs_ioctl_setattr_get_trans()
1173 struct xfs_trans *tp; in xfs_ioctl_setattr()
1314 struct xfs_trans *tp; in xfs_ioc_setxflags()
Dxfs_qm_syscalls.c227 struct xfs_trans *tp; in xfs_qm_scall_trunc_qfile()
407 struct xfs_trans *tp; in xfs_qm_scall_setqlim()
Dxfs_pnfs.c257 struct xfs_trans *tp; in xfs_fs_commit_blocks()
Dxfs_buf.h172 struct xfs_trans *b_transp;
Dxfs_extent_busy.c36 struct xfs_trans *tp, in xfs_extent_busy_insert()
Dxfs_aops.c105 struct xfs_trans *tp; in xfs_setfilesize_trans_alloc()
138 struct xfs_trans *tp, in xfs_setfilesize()
166 struct xfs_trans *tp = ioend->io_append_trans; in xfs_setfilesize_ioend()
Dxfs_symlink.c174 struct xfs_trans *tp = NULL; in xfs_symlink()
Dxfs_iops.c755 struct xfs_trans *tp; in xfs_setattr_size()
979 struct xfs_trans *tp; in xfs_vn_update_time()
Dxfs_qm.c1784 struct xfs_trans *tp, in xfs_qm_vop_chown_reserve()
1904 struct xfs_trans *tp, in xfs_qm_vop_create_dqattach()
Dxfs_file.c135 struct xfs_trans *tp; in xfs_update_prealloc_flags()
Dxfs_trace.h1420 TP_PROTO(struct xfs_trans *trans),
1424 __field(struct xfs_trans *, tp)
Dxfs_bmap_util.c1395 struct xfs_trans *tp; in xfs_shift_file_space()
/linux-4.1.27/fs/xfs/libxfs/
Dxfs_ialloc.h25 struct xfs_trans;
75 struct xfs_trans *tp, /* transaction pointer */
90 struct xfs_trans *tp, /* transaction pointer */
102 struct xfs_trans *tp, /* transaction pointer */
119 struct xfs_trans *tp, /* transaction pointer */
129 struct xfs_trans *tp, /* transaction pointer */
140 struct xfs_trans *tp, /* transaction pointer */
158 int xfs_ialloc_inode_init(struct xfs_mount *mp, struct xfs_trans *tp,
163 int xfs_read_agi(struct xfs_mount *mp, struct xfs_trans *tp,
Dxfs_alloc.h25 struct xfs_trans;
100 struct xfs_trans *tp; /* transaction pointer */
151 struct xfs_trans *tp, /* transaction pointer */
161 struct xfs_trans *tp, /* transaction pointer */
171 struct xfs_trans *tp, /* transaction pointer */
180 struct xfs_trans *tp, /* transaction pointer */
192 struct xfs_trans *tp, /* transaction pointer */
209 struct xfs_trans *tp, /* transaction pointer */
234 int xfs_read_agf(struct xfs_mount *mp, struct xfs_trans *tp,
Dxfs_bmap.h26 struct xfs_trans;
36 struct xfs_trans *tp; /* transaction pointer */
188 int xfs_bmap_finish(struct xfs_trans **tp, struct xfs_bmap_free *flist,
191 int xfs_bmap_first_unused(struct xfs_trans *tp, struct xfs_inode *ip,
193 int xfs_bmap_last_before(struct xfs_trans *tp, struct xfs_inode *ip,
198 int xfs_bmap_read_extents(struct xfs_trans *tp, struct xfs_inode *ip,
206 int xfs_bmapi_write(struct xfs_trans *tp, struct xfs_inode *ip,
211 int xfs_bunmapi(struct xfs_trans *tp, struct xfs_inode *ip,
218 int xfs_bmap_shift_extents(struct xfs_trans *tp, struct xfs_inode *ip,
Dxfs_attr_leaf.h29 struct xfs_trans;
56 void xfs_attr_fork_remove(struct xfs_inode *ip, struct xfs_trans *tp);
91 int xfs_attr3_root_inactive(struct xfs_trans **trans, struct xfs_inode *dp);
100 int xfs_attr3_leaf_read(struct xfs_trans *tp, struct xfs_inode *dp,
Dxfs_da_btree.h24 struct xfs_trans;
74 struct xfs_trans *trans; /* current trans (changes over time) */
187 int xfs_da3_node_read(struct xfs_trans *tp, struct xfs_inode *dp,
197 int xfs_da_get_buf(struct xfs_trans *trans, struct xfs_inode *dp,
200 int xfs_da_read_buf(struct xfs_trans *trans, struct xfs_inode *dp,
Dxfs_dir2.h25 struct xfs_trans;
127 extern int xfs_dir_init(struct xfs_trans *tp, struct xfs_inode *dp,
129 extern int xfs_dir_createname(struct xfs_trans *tp, struct xfs_inode *dp,
133 extern int xfs_dir_lookup(struct xfs_trans *tp, struct xfs_inode *dp,
136 extern int xfs_dir_removename(struct xfs_trans *tp, struct xfs_inode *dp,
140 extern int xfs_dir_replace(struct xfs_trans *tp, struct xfs_inode *dp,
144 extern int xfs_dir_canenter(struct xfs_trans *tp, struct xfs_inode *dp,
Dxfs_dir2_priv.h32 extern int xfs_dir3_block_read(struct xfs_trans *tp, struct xfs_inode *dp,
49 extern int xfs_dir3_data_read(struct xfs_trans *tp, struct xfs_inode *dp,
62 extern int xfs_dir3_leafn_read(struct xfs_trans *tp, struct xfs_inode *dp,
116 extern int xfs_dir2_free_read(struct xfs_trans *tp, struct xfs_inode *dp,
Dxfs_inode_buf.h35 int xfs_imap_to_bp(struct xfs_mount *, struct xfs_trans *,
38 int xfs_iread(struct xfs_mount *, struct xfs_trans *,
Dxfs_bmap_btree.h25 struct xfs_trans;
136 extern int xfs_bmbt_change_owner(struct xfs_trans *tp, struct xfs_inode *ip,
141 struct xfs_trans *, struct xfs_inode *, int);
Dxfs_btree.h25 struct xfs_trans;
194 struct xfs_trans *bc_tp; /* transaction we're in, if any */
288 struct xfs_trans *tp, /* transaction pointer */
299 struct xfs_trans *tp, /* transaction pointer */
331 struct xfs_trans *tp, /* transaction pointer */
Dxfs_shared.h30 struct xfs_trans;
241 void xfs_symlink_local_to_remote(struct xfs_trans *tp, struct xfs_buf *bp,
Dxfs_sb.h31 extern void xfs_log_sb(struct xfs_trans *tp);
Dxfs_alloc_btree.h61 struct xfs_trans *, struct xfs_buf *,
Dxfs_ialloc_btree.h61 struct xfs_trans *, struct xfs_buf *, xfs_agnumber_t,
Dxfs_ialloc.c132 struct xfs_trans *tp, in xfs_inobt_insert()
221 struct xfs_trans *tp, in xfs_ialloc_inode_init()
739 struct xfs_trans *tp, in xfs_dialloc_ag_inobt()
1164 struct xfs_trans *tp, in xfs_dialloc_ag()
1302 struct xfs_trans *tp, in xfs_dialloc()
1445 struct xfs_trans *tp, in xfs_difree_inobt()
1576 struct xfs_trans *tp, in xfs_difree_finobt()
1671 struct xfs_trans *tp, /* transaction pointer */ in xfs_difree()
1749 struct xfs_trans *tp, in xfs_imap_lookup()
2130 struct xfs_trans *tp, /* transaction pointer */ in xfs_read_agi()
[all …]
Dxfs_inode_fork.h134 int xfs_iread_extents(struct xfs_trans *, struct xfs_inode *, int);
Dxfs_symlink_remote.c173 struct xfs_trans *tp, in xfs_symlink_local_to_remote()
Dxfs_da_btree.c250 struct xfs_trans *tp, in xfs_da3_node_read()
304 struct xfs_trans *tp = args->trans; in xfs_da3_node_create()
514 struct xfs_trans *tp; in xfs_da3_root_split()
744 struct xfs_trans *tp; in xfs_da3_node_rebalance()
1373 struct xfs_trans *tp; in xfs_da3_node_unbalance()
2000 struct xfs_trans *tp = args->trans; in xfs_da_grow_inode_int()
2123 struct xfs_trans *tp; in xfs_da3_swap_lastblock()
2531 struct xfs_trans *trans, in xfs_da_get_buf()
2579 struct xfs_trans *trans, in xfs_da_read_buf()
Dxfs_bmap_btree.c525 struct xfs_trans *tp = cur->bc_tp; in xfs_bmbt_free_block()
779 struct xfs_trans *tp, /* transaction pointer */ in xfs_bmbt_init_cursor()
860 struct xfs_trans *tp, in xfs_bmbt_change_owner()
Dxfs_dir2_leaf.c256 struct xfs_trans *tp, in xfs_dir3_leaf_read()
273 struct xfs_trans *tp, in xfs_dir3_leafn_read()
294 struct xfs_trans *tp, in xfs_dir3_leaf_init()
344 struct xfs_trans *tp = args->trans; in xfs_dir3_leaf_get_buf()
Dxfs_sb.c759 struct xfs_trans *tp) in xfs_log_sb()
789 struct xfs_trans *tp; in xfs_sync_sb()
Dxfs_ialloc_btree.c374 struct xfs_trans *tp, /* transaction pointer */ in xfs_inobt_init_cursor()
Dxfs_dir2_node.c157 struct xfs_trans *tp, in __xfs_dir3_free_read()
176 struct xfs_trans *tp, in xfs_dir2_free_read()
186 struct xfs_trans *tp, in xfs_dir2_free_try_read()
200 struct xfs_trans *tp = args->trans; in xfs_dir3_free_get_buf()
Dxfs_alloc_btree.c455 struct xfs_trans *tp, /* transaction pointer */ in xfs_allocbt_init_cursor()
Dxfs_inode_buf.c163 struct xfs_trans *tp, in xfs_imap_to_bp()
Dxfs_dir2_block.c129 struct xfs_trans *tp, in xfs_dir3_block_read()
146 struct xfs_trans *tp, in xfs_dir3_block_init()
Dxfs_bmap.c893 void (*init_fn)(struct xfs_trans *tp, in xfs_bmap_local_to_extents()
1569 struct xfs_trans *tp, in xfs_bmap_last_extent()
2260 struct xfs_trans *tp, in xfs_bmap_add_extent_unwritten_real()
3502 struct xfs_trans *tp, in xfs_bmap_longest_free_extent()
4461 struct xfs_trans *tp, /* transaction pointer */ in xfs_bmapi_write()
5612 struct xfs_trans *tp, in xfs_bmap_shift_extents()
5769 struct xfs_trans *tp, in xfs_bmap_split_extent_at()
5911 struct xfs_trans *tp; in xfs_bmap_split_extent()
Dxfs_alloc.c553 struct xfs_trans *tp, in xfs_alloc_update_counters()
2289 struct xfs_trans *tp, /* transaction pointer */ in xfs_read_agf()
2319 struct xfs_trans *tp, /* transaction pointer */ in xfs_alloc_read_agf()
Dxfs_attr_leaf.c334 struct xfs_trans *tp, in xfs_attr3_leaf_read()
580 struct xfs_trans *tp) in xfs_attr_fork_remove()
1345 struct xfs_trans *trans = args->trans; in xfs_attr3_leaf_compact()
Dxfs_dir2_data.c317 struct xfs_trans *tp, in xfs_dir3_data_read()
Dxfs_format.h31 struct xfs_trans;
Dxfs_btree.c702 struct xfs_trans *tp, /* transaction pointer */ in xfs_btree_read_bufl()