/linux-4.1.27/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; 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 …]
|
D | xfs_trans.h | 32 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 …]
|
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; 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 *);
|
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_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_trans.c | 96 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()
|
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 | 135 struct xfs_trans; 185 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_dquot.c | 168 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()
|
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 | 90 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() 774 struct xfs_trans *tp, in xfs_log_commit_cil()
|
D | xfs_inode.c | 1125 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()
|
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 | 1000 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()
|
D | xfs_qm_syscalls.c | 227 struct xfs_trans *tp; in xfs_qm_scall_trunc_qfile() 407 struct xfs_trans *tp; in xfs_qm_scall_setqlim()
|
D | xfs_pnfs.c | 257 struct xfs_trans *tp; in xfs_fs_commit_blocks()
|
D | xfs_buf.h | 172 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() 138 struct xfs_trans *tp, in xfs_setfilesize() 166 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 | 755 struct xfs_trans *tp; in xfs_setattr_size() 979 struct xfs_trans *tp; in xfs_vn_update_time()
|
D | xfs_qm.c | 1784 struct xfs_trans *tp, in xfs_qm_vop_chown_reserve() 1904 struct xfs_trans *tp, in xfs_qm_vop_create_dqattach()
|
D | xfs_file.c | 135 struct xfs_trans *tp; in xfs_update_prealloc_flags()
|
D | xfs_trace.h | 1420 TP_PROTO(struct xfs_trans *trans), 1424 __field(struct xfs_trans *, tp)
|
D | xfs_bmap_util.c | 1395 struct xfs_trans *tp; in xfs_shift_file_space()
|
/linux-4.1.27/fs/xfs/libxfs/ |
D | xfs_ialloc.h | 25 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,
|
D | xfs_alloc.h | 25 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,
|
D | xfs_bmap.h | 26 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,
|
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; 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 */
|
D | xfs_shared.h | 30 struct xfs_trans; 241 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 | 132 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 …]
|
D | xfs_inode_fork.h | 134 int xfs_iread_extents(struct xfs_trans *, struct xfs_inode *, int);
|
D | xfs_symlink_remote.c | 173 struct xfs_trans *tp, in xfs_symlink_local_to_remote()
|
D | xfs_da_btree.c | 250 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()
|
D | xfs_bmap_btree.c | 525 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()
|
D | xfs_dir2_leaf.c | 256 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()
|
D | xfs_sb.c | 759 struct xfs_trans *tp) in xfs_log_sb() 789 struct xfs_trans *tp; in xfs_sync_sb()
|
D | xfs_ialloc_btree.c | 374 struct xfs_trans *tp, /* transaction pointer */ in xfs_inobt_init_cursor()
|
D | xfs_dir2_node.c | 157 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()
|
D | xfs_alloc_btree.c | 455 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 | 129 struct xfs_trans *tp, in xfs_dir3_block_read() 146 struct xfs_trans *tp, in xfs_dir3_block_init()
|
D | xfs_bmap.c | 893 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()
|
D | xfs_alloc.c | 553 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()
|
D | xfs_attr_leaf.c | 334 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()
|
D | xfs_dir2_data.c | 317 struct xfs_trans *tp, in xfs_dir3_data_read()
|
D | xfs_format.h | 31 struct xfs_trans;
|
D | xfs_btree.c | 702 struct xfs_trans *tp, /* transaction pointer */ in xfs_btree_read_bufl()
|