/linux-4.4.14/fs/xfs/ |
D | xfs_rtalloc.h | 24 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 …]
|
D | xfs_quota.h | 27 struct xfs_trans; 70 extern void xfs_trans_dup_dqinfo(struct xfs_trans *, struct xfs_trans *); 71 extern void xfs_trans_free_dqinfo(struct xfs_trans *); 72 extern void xfs_trans_mod_dquot_byino(struct xfs_trans *, struct xfs_inode *, 74 extern void xfs_trans_apply_dquot_deltas(struct xfs_trans *); 75 extern void xfs_trans_unreserve_and_mod_dquots(struct xfs_trans *); 76 extern int xfs_trans_reserve_quota_nblks(struct xfs_trans *, 78 extern int xfs_trans_reserve_quota_bydquots(struct xfs_trans *, 85 extern void xfs_qm_vop_create_dqattach(struct xfs_trans *, struct xfs_inode *, 88 extern struct xfs_dquot *xfs_qm_vop_chown(struct xfs_trans *, [all …]
|
D | xfs_trans.h | 32 struct xfs_trans; 91 typedef struct xfs_trans { struct 154 int xfs_trans_reserve(struct xfs_trans *, struct xfs_trans_res *, 158 struct xfs_buf *xfs_trans_get_buf_map(struct xfs_trans *tp, 165 struct xfs_trans *tp, in xfs_trans_get_buf() 176 struct xfs_trans *tp, 186 struct xfs_trans *tp, in xfs_trans_read_buf() 211 void xfs_trans_ichgtime(struct xfs_trans *, struct xfs_inode *, int); 212 void xfs_trans_ijoin(struct xfs_trans *, struct xfs_inode *, uint); 223 int xfs_trans_free_extent(struct xfs_trans *, [all …]
|
D | xfs_dquot_item.h | 22 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 *,
|
D | xfs_inode.h | 34 struct xfs_trans; 398 int xfs_ialloc(struct xfs_trans *, xfs_inode_t *, umode_t, 404 int xfs_ifree(struct xfs_trans *, xfs_inode_t *, 406 int xfs_itruncate_extents(struct xfs_trans **, struct xfs_inode *, 408 int xfs_iunlink(struct xfs_trans *, xfs_inode_t *); 421 int xfs_dir_ialloc(struct xfs_trans **, struct xfs_inode *, umode_t, 424 int xfs_droplink(struct xfs_trans *, struct xfs_inode *); 425 int xfs_bumplink(struct xfs_trans *, struct xfs_inode *);
|
D | xfs_qm.h | 122 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 *);
|
D | xfs_trans_priv.h | 24 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);
|
D | xfs_bmap_util.h | 28 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,
|
D | xfs_trans.c | 96 struct xfs_trans *tp) in xfs_trans_free() 170 struct xfs_trans *tp, in xfs_trans_reserve() 543 struct xfs_trans *tp) in xfs_trans_unreserve_and_mod_sb() 696 struct xfs_trans *tp, in xfs_trans_add_item() 738 struct xfs_trans *tp, in xfs_trans_free_items() 890 struct xfs_trans *tp, in __xfs_trans_commit() 964 struct xfs_trans *tp) in xfs_trans_commit() 979 struct xfs_trans *tp) in xfs_trans_cancel() 1023 struct xfs_trans **tpp, in __xfs_trans_roll() 1027 struct xfs_trans *trans; in __xfs_trans_roll() [all …]
|
D | xfs_extent_busy.h | 24 struct xfs_trans; 46 xfs_extent_busy_insert(struct xfs_trans *tp, xfs_agnumber_t agno,
|
D | xfs_attr_inactive.c | 48 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()
|
D | xfs_trans_buf.c | 38 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()
|
D | xfs_trans_inode.c | 39 struct xfs_trans *tp, in xfs_trans_ijoin() 66 struct xfs_trans *tp, in xfs_trans_ichgtime()
|
D | xfs_dquot.h | 33 struct xfs_trans; 49 struct xfs_trans*q_transp; /* trans this belongs to currently */
|
D | xfs_icreate_item.h | 29 void xfs_icreate_log(struct xfs_trans *tp, xfs_agnumber_t agno,
|
D | xfs_log.h | 126 struct xfs_trans; 177 void xfs_log_commit_cil(struct xfs_mount *mp, struct xfs_trans *tp,
|
D | xfs_aops.h | 52 struct xfs_trans *io_append_trans;/* xact. for size update */
|
D | xfs_trans_extfree.c | 118 struct xfs_trans *tp, in xfs_trans_free_extent()
|
D | xfs_trans_dquot.c | 174 struct xfs_trans *tp, in xfs_trans_get_dqtrx() 329 struct xfs_trans *tp) in xfs_trans_apply_dquot_deltas() 748 struct xfs_trans *tp, in xfs_trans_reserve_quota_bydquots() 810 struct xfs_trans *tp, in xfs_trans_reserve_quota_nblks()
|
D | xfs_icache.h | 51 int xfs_iget(struct xfs_mount *mp, struct xfs_trans *tp, xfs_ino_t ino,
|
D | xfs_icreate_item.c | 161 struct xfs_trans *tp, in xfs_icreate_log()
|
D | Makefile | 91 xfs_trans.o \
|
D | xfs_log_cil.c | 158 struct xfs_trans *tp, in xlog_cil_insert_format_items() 280 struct xfs_trans *tp) in xlog_cil_insert_items() 780 struct xfs_trans *tp, in xfs_log_commit_cil()
|
D | xfs_inode.c | 1141 struct xfs_trans *tp = NULL; in xfs_create() 1326 struct xfs_trans *tp = NULL; in xfs_create_tmpfile() 1546 struct xfs_trans **tpp, in xfs_itruncate_extents() 1552 struct xfs_trans *tp = *tpp; in xfs_itruncate_extents() 1724 struct xfs_trans *tp; in xfs_inactive_truncate() 1779 struct xfs_trans *tp; in xfs_inactive_ifree() 2701 struct xfs_trans *tp, in xfs_finish_rename() 2731 struct xfs_trans *tp, in xfs_cross_rename() 2894 struct xfs_trans *tp; in xfs_rename()
|
D | xfs_dquot.c | 407 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()
|
D | xfs_ioctl.c | 1011 struct xfs_trans *tp, in xfs_ioctl_setattr_xflags() 1052 static struct xfs_trans * 1057 struct xfs_trans *tp; in xfs_ioctl_setattr_get_trans() 1184 struct xfs_trans *tp; in xfs_ioctl_setattr() 1325 struct xfs_trans *tp; in xfs_ioc_setxflags()
|
D | xfs_qm_syscalls.c | 227 struct xfs_trans *tp; in xfs_qm_scall_trunc_qfile() 406 struct xfs_trans *tp; in xfs_qm_scall_setqlim()
|
D | xfs_pnfs.c | 262 struct xfs_trans *tp; in xfs_fs_commit_blocks()
|
D | xfs_buf.h | 174 struct xfs_trans *b_transp;
|
D | xfs_extent_busy.c | 36 struct xfs_trans *tp, in xfs_extent_busy_insert()
|
D | xfs_aops.c | 105 struct xfs_trans *tp; in xfs_setfilesize_trans_alloc() 137 struct xfs_trans *tp, in xfs_setfilesize() 165 struct xfs_trans *tp = ioend->io_append_trans; in xfs_setfilesize_ioend()
|
D | xfs_symlink.c | 174 struct xfs_trans *tp = NULL; in xfs_symlink()
|
D | xfs_iops.c | 752 struct xfs_trans *tp; in xfs_setattr_size() 976 struct xfs_trans *tp; in xfs_vn_update_time()
|
D | xfs_qm.c | 1783 struct xfs_trans *tp, in xfs_qm_vop_chown_reserve() 1903 struct xfs_trans *tp, in xfs_qm_vop_create_dqattach()
|
D | xfs_bmap_util.c | 99 struct xfs_trans **tp, /* transaction pointer addr */ in xfs_bmap_finish() 1433 struct xfs_trans *tp; in xfs_shift_file_space()
|
D | xfs_rtalloc.c | 778 struct xfs_trans *tp; in xfs_growfs_rt_alloc()
|
D | xfs_file.c | 145 struct xfs_trans *tp; in xfs_update_prealloc_flags()
|
D | xfs_trace.h | 1470 TP_PROTO(struct xfs_trans *trans), 1474 __field(struct xfs_trans *, tp)
|
/linux-4.4.14/fs/xfs/libxfs/ |
D | xfs_ialloc.h | 25 struct xfs_trans; 81 struct xfs_trans *tp, /* transaction pointer */ 96 struct xfs_trans *tp, /* transaction pointer */ 107 struct xfs_trans *tp, /* transaction pointer */ 124 struct xfs_trans *tp, /* transaction pointer */ 134 struct xfs_trans *tp, /* transaction pointer */ 145 struct xfs_trans *tp, /* transaction pointer */ 163 int xfs_ialloc_inode_init(struct xfs_mount *mp, struct xfs_trans *tp, 168 int xfs_read_agi(struct xfs_mount *mp, struct xfs_trans *tp,
|
D | xfs_alloc.h | 25 struct xfs_trans; 100 struct xfs_trans *tp; /* transaction pointer */ 153 struct xfs_trans *tp, /* transaction pointer */ 163 struct xfs_trans *tp, /* transaction pointer */ 173 struct xfs_trans *tp, /* transaction pointer */ 182 struct xfs_trans *tp, /* transaction pointer */ 194 struct xfs_trans *tp, /* transaction pointer */ 211 struct xfs_trans *tp, /* transaction pointer */ 236 int xfs_read_agf(struct xfs_mount *mp, struct xfs_trans *tp,
|
D | xfs_bmap.h | 26 struct xfs_trans; 36 struct xfs_trans *tp; /* transaction pointer */ 197 int xfs_bmap_finish(struct xfs_trans **tp, struct xfs_bmap_free *flist, 200 int xfs_bmap_first_unused(struct xfs_trans *tp, struct xfs_inode *ip, 202 int xfs_bmap_last_before(struct xfs_trans *tp, struct xfs_inode *ip, 207 int xfs_bmap_read_extents(struct xfs_trans *tp, struct xfs_inode *ip, 215 int xfs_bmapi_write(struct xfs_trans *tp, struct xfs_inode *ip, 220 int xfs_bunmapi(struct xfs_trans *tp, struct xfs_inode *ip, 227 int xfs_bmap_shift_extents(struct xfs_trans *tp, struct xfs_inode *ip,
|
D | xfs_attr_leaf.h | 29 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,
|
D | xfs_da_btree.h | 24 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,
|
D | xfs_dir2.h | 25 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,
|
D | xfs_dir2_priv.h | 32 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,
|
D | xfs_inode_buf.h | 35 int xfs_imap_to_bp(struct xfs_mount *, struct xfs_trans *, 38 int xfs_iread(struct xfs_mount *, struct xfs_trans *,
|
D | xfs_bmap_btree.h | 25 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);
|
D | xfs_btree.h | 25 struct xfs_trans; 201 struct xfs_trans *bc_tp; /* transaction we're in, if any */ 295 struct xfs_trans *tp, /* transaction pointer */ 306 struct xfs_trans *tp, /* transaction pointer */ 338 struct xfs_trans *tp, /* transaction pointer */
|
D | xfs_shared.h | 30 struct xfs_trans; 235 void xfs_symlink_local_to_remote(struct xfs_trans *tp, struct xfs_buf *bp,
|
D | xfs_sb.h | 31 extern void xfs_log_sb(struct xfs_trans *tp);
|
D | xfs_alloc_btree.h | 61 struct xfs_trans *, struct xfs_buf *,
|
D | xfs_ialloc_btree.h | 61 struct xfs_trans *, struct xfs_buf *, xfs_agnumber_t,
|
D | xfs_ialloc.c | 161 struct xfs_trans *tp, in xfs_inobt_insert() 252 struct xfs_trans *tp, in xfs_ialloc_inode_init() 512 struct xfs_trans *tp, in xfs_inobt_insert_sprec() 1107 struct xfs_trans *tp, in xfs_dialloc_ag_inobt() 1532 struct xfs_trans *tp, in xfs_dialloc_ag() 1670 struct xfs_trans *tp, in xfs_dialloc() 1890 struct xfs_trans *tp, in xfs_difree_inobt() 2021 struct xfs_trans *tp, in xfs_difree_finobt() 2123 struct xfs_trans *tp, /* transaction pointer */ in xfs_difree() 2199 struct xfs_trans *tp, in xfs_imap_lookup() [all …]
|
D | xfs_inode_fork.h | 134 int xfs_iread_extents(struct xfs_trans *, struct xfs_inode *, int);
|
D | xfs_symlink_remote.c | 178 struct xfs_trans *tp, in xfs_symlink_local_to_remote()
|
D | xfs_da_btree.c | 255 struct xfs_trans *tp, in xfs_da3_node_read() 309 struct xfs_trans *tp = args->trans; in xfs_da3_node_create() 520 struct xfs_trans *tp; in xfs_da3_root_split() 750 struct xfs_trans *tp; in xfs_da3_node_rebalance() 1379 struct xfs_trans *tp; in xfs_da3_node_unbalance() 2011 struct xfs_trans *tp = args->trans; in xfs_da_grow_inode_int() 2134 struct xfs_trans *tp; in xfs_da3_swap_lastblock() 2542 struct xfs_trans *trans, in xfs_da_get_buf() 2590 struct xfs_trans *trans, in xfs_da_read_buf()
|
D | xfs_bmap_btree.c | 526 struct xfs_trans *tp = cur->bc_tp; in xfs_bmbt_free_block() 781 struct xfs_trans *tp, /* transaction pointer */ in xfs_bmbt_init_cursor() 862 struct xfs_trans *tp, in xfs_bmbt_change_owner()
|
D | xfs_dir2_leaf.c | 261 struct xfs_trans *tp, in xfs_dir3_leaf_read() 278 struct xfs_trans *tp, in xfs_dir3_leafn_read() 299 struct xfs_trans *tp, in xfs_dir3_leaf_init() 349 struct xfs_trans *tp = args->trans; in xfs_dir3_leaf_get_buf()
|
D | xfs_sb.c | 808 struct xfs_trans *tp) in xfs_log_sb() 838 struct xfs_trans *tp; in xfs_sync_sb()
|
D | xfs_dir2_node.c | 161 struct xfs_trans *tp, in __xfs_dir3_free_read() 180 struct xfs_trans *tp, in xfs_dir2_free_read() 190 struct xfs_trans *tp, in xfs_dir2_free_try_read() 204 struct xfs_trans *tp = args->trans; in xfs_dir3_free_get_buf()
|
D | xfs_ialloc_btree.c | 384 struct xfs_trans *tp, /* transaction pointer */ in xfs_inobt_init_cursor()
|
D | xfs_alloc_btree.c | 456 struct xfs_trans *tp, /* transaction pointer */ in xfs_allocbt_init_cursor()
|
D | xfs_inode_buf.c | 163 struct xfs_trans *tp, in xfs_imap_to_bp()
|
D | xfs_dir2_block.c | 133 struct xfs_trans *tp, in xfs_dir3_block_read() 150 struct xfs_trans *tp, in xfs_dir3_block_init()
|
D | xfs_alloc.c | 570 struct xfs_trans *tp, in xfs_alloc_update_counters() 1937 struct xfs_trans *tp = args->tp; in xfs_alloc_fix_freelist() 2354 struct xfs_trans *tp, /* transaction pointer */ in xfs_read_agf() 2384 struct xfs_trans *tp, /* transaction pointer */ in xfs_alloc_read_agf()
|
D | xfs_bmap.c | 893 void (*init_fn)(struct xfs_trans *tp, in xfs_bmap_local_to_extents() 1568 struct xfs_trans *tp, in xfs_bmap_last_extent() 2259 struct xfs_trans *tp, in xfs_bmap_add_extent_unwritten_real() 3501 struct xfs_trans *tp, in xfs_bmap_longest_free_extent() 4488 struct xfs_trans *tp, /* transaction pointer */ in xfs_bmapi_write() 5651 struct xfs_trans *tp, in xfs_bmap_shift_extents() 5808 struct xfs_trans *tp, in xfs_bmap_split_extent_at() 5950 struct xfs_trans *tp; in xfs_bmap_split_extent()
|
D | xfs_attr_leaf.c | 338 struct xfs_trans *tp, in xfs_attr3_leaf_read() 584 struct xfs_trans *tp) in xfs_attr_fork_remove() 1349 struct xfs_trans *trans = args->trans; in xfs_attr3_leaf_compact()
|
D | xfs_dir2_data.c | 322 struct xfs_trans *tp, in xfs_dir3_data_read()
|
D | xfs_format.h | 31 struct xfs_trans;
|
D | xfs_btree.c | 717 struct xfs_trans *tp, /* transaction pointer */ in xfs_btree_read_bufl()
|