/linux-4.1.27/fs/xfs/ |
D | xfs_trans.h | 130 } xfs_trans_t; typedef 154 xfs_trans_t *xfs_trans_alloc(struct xfs_mount *, uint); 155 xfs_trans_t *_xfs_trans_alloc(struct xfs_mount *, uint, xfs_km_flags_t); 156 xfs_trans_t *xfs_trans_dup(xfs_trans_t *); 159 void xfs_trans_mod_sb(xfs_trans_t *, uint, int64_t); 202 struct xfs_buf *xfs_trans_getsb(xfs_trans_t *, struct xfs_mount *, int); 204 void xfs_trans_brelse(xfs_trans_t *, struct xfs_buf *); 205 void xfs_trans_bjoin(xfs_trans_t *, struct xfs_buf *); 206 void xfs_trans_bhold(xfs_trans_t *, struct xfs_buf *); 207 void xfs_trans_bhold_release(xfs_trans_t *, struct xfs_buf *); [all …]
|
D | xfs_trans_extfree.c | 36 xfs_trans_get_efi(xfs_trans_t *tp, in xfs_trans_get_efi() 60 xfs_trans_log_efi_extent(xfs_trans_t *tp, in xfs_trans_log_efi_extent() 91 xfs_trans_get_efd(xfs_trans_t *tp, in xfs_trans_get_efd() 116 xfs_trans_log_efd_extent(xfs_trans_t *tp, in xfs_trans_log_efd_extent()
|
D | xfs_trans_dquot.c | 32 STATIC void xfs_trans_alloc_dqinfo(xfs_trans_t *); 41 xfs_trans_t *tp, in xfs_trans_dqjoin() 73 xfs_trans_t *tp, in xfs_trans_log_dquot() 89 xfs_trans_t *otp, in xfs_trans_dup_dqinfo() 90 xfs_trans_t *ntp) in xfs_trans_dup_dqinfo() 143 xfs_trans_t *tp, in xfs_trans_mod_dquot_byino() 200 xfs_trans_t *tp, in xfs_trans_mod_dquot() 301 xfs_trans_t *tp, in xfs_trans_dqlockedjoin() 506 xfs_trans_t *tp) in xfs_trans_unreserve_and_mod_dquots() 587 xfs_trans_t *tp, in xfs_trans_dqresv() [all …]
|
D | xfs_trans_buf.c | 191 xfs_trans_getsb(xfs_trans_t *tp, in xfs_trans_getsb() 355 xfs_trans_brelse(xfs_trans_t *tp, in xfs_trans_brelse() 452 xfs_trans_bhold(xfs_trans_t *tp, in xfs_trans_bhold() 472 xfs_trans_bhold_release(xfs_trans_t *tp, in xfs_trans_bhold_release() 498 xfs_trans_log_buf(xfs_trans_t *tp, in xfs_trans_log_buf() 586 xfs_trans_t *tp, in xfs_trans_binval() 641 xfs_trans_t *tp, in xfs_trans_inode_buf() 665 xfs_trans_t *tp, in xfs_trans_stale_inode_buf() 690 xfs_trans_t *tp, in xfs_trans_inode_alloc_buf() 774 xfs_trans_t *tp, in xfs_trans_dquot_buf()
|
D | xfs_trans.c | 57 xfs_trans_t * 62 xfs_trans_t *tp; in xfs_trans_alloc() 70 xfs_trans_t * 76 xfs_trans_t *tp; in _xfs_trans_alloc() 116 xfs_trans_t * 118 xfs_trans_t *tp) in xfs_trans_dup() 120 xfs_trans_t *ntp; in xfs_trans_dup() 296 xfs_trans_t *tp, in xfs_trans_mod_sb() 404 xfs_trans_t *tp) in xfs_trans_apply_sb_deltas() 989 xfs_trans_t *tp, in xfs_trans_cancel()
|
D | xfs_rtalloc.c | 49 xfs_trans_t *tp, /* transaction pointer */ in xfs_rtget_summary() 66 xfs_trans_t *tp, /* transaction pointer */ in xfs_rtany_summary() 113 xfs_trans_t *tp) /* transaction pointer */ in xfs_rtcopy_summary() 153 xfs_trans_t *tp, /* transaction pointer */ in xfs_rtallocate_range() 232 xfs_trans_t *tp, /* transaction pointer */ in xfs_rtallocate_extent_block() 345 xfs_trans_t *tp, /* transaction pointer */ in xfs_rtallocate_extent_exact() 424 xfs_trans_t *tp, /* transaction pointer */ in xfs_rtallocate_extent_near() 619 xfs_trans_t *tp, /* transaction pointer */ in xfs_rtallocate_extent_size() 784 xfs_trans_t *tp; in xfs_growfs_rt_alloc() 975 xfs_trans_t *tp; in xfs_growfs_rt() [all …]
|
D | xfs_trans_inode.c | 103 xfs_trans_t *tp, in xfs_trans_log_inode()
|
D | xfs_bmap_util.c | 70 xfs_trans_t **tp, /* transaction pointer addr */ in xfs_bmap_finish() 81 xfs_trans_t *ntp; /* new transaction pointer */ in xfs_bmap_finish() 320 xfs_trans_t *tp, /* transaction pointer */ in xfs_bmap_count_tree() 395 xfs_trans_t *tp, /* transaction pointer */ in xfs_bmap_count_blocks() 839 xfs_trans_t *tp; in xfs_free_eofblocks() 945 xfs_trans_t *tp; in xfs_alloc_file_space() 1187 xfs_trans_t *tp; in xfs_free_file_space() 1673 xfs_trans_t *tp; in xfs_swap_extents()
|
D | xfs_inode.c | 62 STATIC int xfs_iunlink_remove(xfs_trans_t *, xfs_inode_t *); 693 xfs_trans_t *tp, in xfs_ialloc() 893 xfs_trans_t **tpp, /* input: current transaction; in xfs_dir_ialloc() 907 xfs_trans_t *tp; in xfs_dir_ialloc() 908 xfs_trans_t *ntp; in xfs_dir_ialloc() 1071 xfs_trans_t *tp, in xfs_droplink() 1101 xfs_trans_t *tp, in xfs_bumplink() 1426 xfs_trans_t *tp; in xfs_link() 1981 xfs_trans_t *tp, in xfs_iunlink() 2062 xfs_trans_t *tp, in xfs_iunlink_remove() [all …]
|
D | xfs_dquot.c | 227 xfs_trans_t *tp, in xfs_qm_init_dquot_blk() 299 xfs_trans_t **tpp, in xfs_qm_dqalloc() 311 xfs_trans_t *tp = *tpp; in xfs_qm_dqalloc() 457 xfs_trans_t **tpp, in xfs_qm_dqtobp()
|
D | xfs_iomap.c | 129 xfs_trans_t *tp; in xfs_iomap_write_direct() 657 xfs_trans_t *tp; in xfs_iomap_write_allocate() 812 xfs_trans_t *tp; in xfs_iomap_write_unwritten()
|
D | xfs_qm_syscalls.c | 566 xfs_trans_t *tp; in xfs_qm_log_quotaoff_end() 599 xfs_trans_t *tp; in xfs_qm_log_quotaoff()
|
D | xfs_icache.c | 277 xfs_trans_t *tp, in xfs_iget_cache_miss() 391 xfs_trans_t *tp, in xfs_iget()
|
D | xfs_symlink.c | 451 xfs_trans_t *tp; in xfs_inactive_symlink_rmt()
|
D | xfs_qm.c | 719 xfs_trans_t *tp; in xfs_qm_qino_alloc() 1745 xfs_trans_t *tp, in xfs_qm_vop_chown()
|
D | xfs_fsops.c | 164 xfs_trans_t *tp; in xfs_growfs_data_private()
|
D | xfs_iops.c | 549 xfs_trans_t *tp; in xfs_setattr_nonsize()
|
D | xfs_super.c | 1665 xfs_trans_zone = kmem_zone_init(sizeof(xfs_trans_t), "xfs_trans"); in xfs_init_zones()
|
D | xfs_ioctl.c | 327 xfs_trans_t *tp; in xfs_set_dmattrs()
|
D | xfs_log_recover.c | 3717 xfs_trans_t *tp; in xlog_recover_process_efi() 3848 xfs_trans_t *tp; in xlog_recover_clear_agi_bucket()
|
/linux-4.1.27/fs/xfs/libxfs/ |
D | xfs_rtbitmap.c | 51 xfs_trans_t *tp, /* transaction pointer */ in xfs_rtbuf_get() 85 xfs_trans_t *tp, /* transaction pointer */ in xfs_rtfind_back() 260 xfs_trans_t *tp, /* transaction pointer */ in xfs_rtfind_forw() 435 xfs_trans_t *tp, /* transaction pointer */ in xfs_rtmodify_summary_int() 499 xfs_trans_t *tp, /* transaction pointer */ in xfs_rtmodify_summary() 517 xfs_trans_t *tp, /* transaction pointer */ in xfs_rtmodify_range() 674 xfs_trans_t *tp, /* transaction pointer */ in xfs_rtfree_range() 750 xfs_trans_t *tp, /* transaction pointer */ in xfs_rtcheck_range() 926 xfs_trans_t *tp, /* transaction pointer */ in xfs_rtcheck_alloc_range() 949 xfs_trans_t *tp, /* transaction pointer */ in xfs_rtfree_extent()
|
D | xfs_dir2.c | 227 xfs_trans_t *tp, in xfs_dir_init() 257 xfs_trans_t *tp, in xfs_dir_createname() 356 xfs_trans_t *tp, in xfs_dir_lookup() 431 xfs_trans_t *tp, in xfs_dir_removename() 493 xfs_trans_t *tp, in xfs_dir_replace() 558 xfs_trans_t *tp, in xfs_dir_canenter() 669 xfs_trans_t *tp; in xfs_dir2_shrink_inode()
|
D | xfs_dir2_block.c | 41 static void xfs_dir2_block_log_leaf(xfs_trans_t *tp, struct xfs_buf *bp, 43 static void xfs_dir2_block_log_tail(xfs_trans_t *tp, struct xfs_buf *bp); 356 xfs_trans_t *tp; /* transaction structure */ in xfs_dir2_block_addname() 569 xfs_trans_t *tp, /* transaction structure */ in xfs_dir2_block_log_leaf() 589 xfs_trans_t *tp, /* transaction structure */ in xfs_dir2_block_log_tail() 668 xfs_trans_t *tp; /* transaction pointer */ in xfs_dir2_block_lookup_int() 770 xfs_trans_t *tp; /* transaction pointer */ in xfs_dir2_block_removename() 920 xfs_trans_t *tp; /* transaction pointer */ in xfs_dir2_leaf_to_block() 1067 xfs_trans_t *tp; /* transaction pointer */ in xfs_dir2_sf_to_block()
|
D | xfs_dir2_leaf.c | 387 xfs_trans_t *tp; /* transaction pointer */ in xfs_dir2_block_to_leaf() 629 xfs_trans_t *tp; /* transaction pointer */ in xfs_dir2_leaf_addname() 1160 xfs_trans_t *tp; /* transaction pointer */ in xfs_dir2_leaf_lookup() 1222 xfs_trans_t *tp; /* transaction pointer */ in xfs_dir2_leaf_lookup_int() 1492 xfs_trans_t *tp; /* transaction pointer */ in xfs_dir2_leaf_replace() 1600 xfs_trans_t *tp; /* transaction pointer */ in xfs_dir2_leaf_trim_data() 1687 xfs_trans_t *tp; /* transaction pointer */ in xfs_dir2_node_to_leaf()
|
D | xfs_alloc.c | 532 xfs_trans_t *tp, /* transaction pointer */ in xfs_alloc_read_agfl() 1547 xfs_trans_t *tp, /* transaction pointer */ in xfs_free_ag_extent() 1861 xfs_trans_t *tp; /* transaction pointer */ in xfs_alloc_fix_freelist() 2022 xfs_trans_t *tp, /* transaction pointer */ in xfs_alloc_get_freelist() 2087 xfs_trans_t *tp, /* transaction pointer */ in xfs_alloc_log_agf() 2124 xfs_trans_t *tp, /* transaction pointer */ in xfs_alloc_pagf_init() 2143 xfs_trans_t *tp, /* transaction pointer */ in xfs_alloc_put_freelist() 2595 xfs_trans_t *tp, /* transaction pointer */ in xfs_free_extent()
|
D | xfs_dir2_node.c | 301 xfs_trans_t *tp; /* transaction pointer */ in xfs_dir2_leaf_to_node() 528 xfs_trans_t *tp; /* transaction pointer */ in xfs_dir2_leafn_lookup_for_addname() 679 xfs_trans_t *tp; /* transaction pointer */ in xfs_dir2_leafn_lookup_for_entry() 1167 xfs_trans_t *tp; /* transaction pointer */ in xfs_dir2_leafn_remove() 1661 xfs_trans_t *tp; /* transaction pointer */ in xfs_dir2_node_addname_int() 2230 xfs_trans_t *tp; /* transaction pointer */ in xfs_dir2_node_trim_free()
|
D | xfs_ialloc.c | 355 xfs_trans_t *tp, /* transaction pointer */ in xfs_ialloc_ag_alloc() 563 xfs_trans_t *tp, /* transaction pointer */ in xfs_ialloc_ag_select() 1812 xfs_trans_t *tp, /* transaction pointer */ in xfs_imap() 1978 xfs_trans_t *tp, /* transaction pointer */ in xfs_ialloc_log_agi() 2190 xfs_trans_t *tp, /* transaction pointer */ in xfs_ialloc_pagi_init()
|
D | xfs_bmap.c | 661 xfs_trans_t *tp, /* transaction pointer */ in xfs_bmap_btree_to_extents() 719 xfs_trans_t *tp, /* transaction pointer */ in xfs_bmap_extents_to_btree() 887 xfs_trans_t *tp, /* transaction pointer */ in xfs_bmap_local_to_extents() 985 xfs_trans_t *tp, /* transaction pointer */ in xfs_bmap_add_attrfork_btree() 1028 xfs_trans_t *tp, /* transaction pointer */ in xfs_bmap_add_attrfork_extents() 1063 xfs_trans_t *tp, /* transaction pointer */ in xfs_bmap_add_attrfork_local() 1109 xfs_trans_t *tp; /* transaction pointer */ in xfs_bmap_add_attrfork() 1245 xfs_trans_t *tp, /* transaction pointer */ in xfs_bmap_read_extents() 1473 xfs_trans_t *tp, /* transaction pointer */ in xfs_bmap_first_unused() 1526 xfs_trans_t *tp, /* transaction pointer */ in xfs_bmap_last_before() [all …]
|
D | xfs_inode_buf.c | 349 xfs_trans_t *tp, in xfs_iread()
|
D | xfs_dir2_data.c | 581 xfs_trans_t *tp; /* transaction pointer */ in xfs_dir3_data_init()
|
D | xfs_btree.c | 334 xfs_trans_t *tp; /* transaction pointer, can be NULL */ in xfs_btree_dup_cursor() 551 xfs_trans_t *tp, /* transaction pointer */ in xfs_btree_get_bufl() 569 xfs_trans_t *tp, /* transaction pointer */ in xfs_btree_get_bufs()
|
D | xfs_inode_fork.c | 422 xfs_trans_t *tp, in xfs_iread_extents()
|
D | xfs_da_btree.c | 2340 xfs_trans_t *tp; in xfs_da_shrink_inode()
|
D | xfs_attr_leaf.c | 474 xfs_sbversion_add_attr2(xfs_mount_t *mp, xfs_trans_t *tp) in xfs_sbversion_add_attr2()
|