Searched refs:xfs_trans_alloc (Results 1 – 20 of 20) sorted by relevance
/linux-4.4.14/fs/xfs/ |
D | xfs_qm_syscalls.c | 239 tp = xfs_trans_alloc(mp, XFS_TRANS_TRUNCATE_FILE); in xfs_qm_scall_trunc_qfile() 436 tp = xfs_trans_alloc(mp, XFS_TRANS_QM_SETQLIM); in xfs_qm_scall_setqlim() 569 tp = xfs_trans_alloc(mp, XFS_TRANS_QM_QUOTAOFF_END); in xfs_qm_log_quotaoff_end() 603 tp = xfs_trans_alloc(mp, XFS_TRANS_QM_QUOTAOFF); in xfs_qm_log_quotaoff()
|
D | xfs_inode.c | 1175 tp = xfs_trans_alloc(mp, XFS_TRANS_MKDIR); in xfs_create() 1179 tp = xfs_trans_alloc(mp, XFS_TRANS_CREATE); in xfs_create() 1351 tp = xfs_trans_alloc(mp, XFS_TRANS_CREATE_TMPFILE); in xfs_create_tmpfile() 1448 tp = xfs_trans_alloc(mp, XFS_TRANS_LINK); in xfs_link() 1727 tp = xfs_trans_alloc(mp, XFS_TRANS_INACTIVE); in xfs_inactive_truncate() 1782 tp = xfs_trans_alloc(mp, XFS_TRANS_INACTIVE); in xfs_inactive_ifree() 2543 tp = xfs_trans_alloc(mp, XFS_TRANS_RMDIR); in xfs_remove() 2545 tp = xfs_trans_alloc(mp, XFS_TRANS_REMOVE); in xfs_remove() 2928 tp = xfs_trans_alloc(mp, XFS_TRANS_RENAME); in xfs_rename()
|
D | xfs_symlink.c | 225 tp = xfs_trans_alloc(mp, XFS_TRANS_SYMLINK); in xfs_symlink() 460 tp = xfs_trans_alloc(mp, XFS_TRANS_INACTIVE); in xfs_inactive_symlink_rmt()
|
D | xfs_bmap_util.c | 903 tp = xfs_trans_alloc(mp, XFS_TRANS_INACTIVE); in xfs_free_eofblocks() 1041 tp = xfs_trans_alloc(mp, XFS_TRANS_DIOSTRAT); in xfs_alloc_file_space() 1319 tp = xfs_trans_alloc(mp, XFS_TRANS_DIOSTRAT); in xfs_free_file_space() 1493 tp = xfs_trans_alloc(mp, XFS_TRANS_DIOSTRAT); in xfs_shift_file_space() 1758 tp = xfs_trans_alloc(mp, XFS_TRANS_SWAPEXT); in xfs_swap_extents()
|
D | xfs_trans.h | 152 xfs_trans_t *xfs_trans_alloc(struct xfs_mount *, uint);
|
D | xfs_rtalloc.c | 784 tp = xfs_trans_alloc(mp, XFS_TRANS_GROWFSRT_ALLOC); in xfs_growfs_rt_alloc() 827 tp = xfs_trans_alloc(mp, XFS_TRANS_GROWFSRT_ZERO); in xfs_growfs_rt_alloc() 998 tp = xfs_trans_alloc(mp, XFS_TRANS_GROWFSRT_FREE); in xfs_growfs_rt()
|
D | xfs_pnfs.c | 311 tp = xfs_trans_alloc(mp, XFS_TRANS_SETATTR_NOT_SIZE); in xfs_fs_commit_blocks()
|
D | xfs_iomap.c | 198 tp = xfs_trans_alloc(mp, XFS_TRANS_DIOSTRAT); in xfs_iomap_write_direct() 725 tp = xfs_trans_alloc(mp, XFS_TRANS_STRAT_WRITE); in xfs_iomap_write_allocate()
|
D | xfs_attr_inactive.c | 419 trans = xfs_trans_alloc(mp, XFS_TRANS_ATTRINVAL); in xfs_attr_inactive()
|
D | xfs_iops.c | 609 tp = xfs_trans_alloc(mp, XFS_TRANS_SETATTR_NOT_SIZE); in xfs_setattr_nonsize() 859 tp = xfs_trans_alloc(mp, XFS_TRANS_SETATTR_SIZE); in xfs_setattr_size() 981 tp = xfs_trans_alloc(mp, XFS_TRANS_FSYNC_TS); in xfs_vn_update_time()
|
D | xfs_ioctl.c | 337 tp = xfs_trans_alloc(mp, XFS_TRANS_SET_DMATTRS); in xfs_set_dmattrs() 1065 tp = xfs_trans_alloc(mp, XFS_TRANS_SETATTR_NOT_SIZE); in xfs_ioctl_setattr_get_trans()
|
D | xfs_trans.c | 58 xfs_trans_alloc( in xfs_trans_alloc() function
|
D | xfs_fsops.c | 201 tp = xfs_trans_alloc(mp, XFS_TRANS_GROWFS); in xfs_growfs_data_private()
|
D | xfs_dquot.c | 613 tp = xfs_trans_alloc(mp, XFS_TRANS_QM_DQALLOC); in xfs_qm_dqread()
|
D | xfs_file.c | 148 tp = xfs_trans_alloc(ip->i_mount, XFS_TRANS_WRITEID); in xfs_update_prealloc_flags()
|
D | xfs_qm.c | 755 tp = xfs_trans_alloc(mp, XFS_TRANS_QM_QINOCREATE); in xfs_qm_qino_alloc()
|
D | xfs_aops.c | 108 tp = xfs_trans_alloc(mp, XFS_TRANS_FSYNC_TS); in xfs_setfilesize_trans_alloc()
|
D | xfs_log_recover.c | 3820 tp = xfs_trans_alloc(mp, 0); in xlog_recover_process_efi() 3970 tp = xfs_trans_alloc(mp, XFS_TRANS_CLEAR_AGI_BUCKET); in xlog_recover_clear_agi_bucket()
|
/linux-4.4.14/fs/xfs/libxfs/ |
D | xfs_attr.c | 255 args.trans = xfs_trans_alloc(mp, XFS_TRANS_ATTR_SET); in xfs_attr_set() 451 args.trans = xfs_trans_alloc(mp, XFS_TRANS_ATTR_RM); in xfs_attr_remove()
|
D | xfs_bmap.c | 1122 tp = xfs_trans_alloc(mp, XFS_TRANS_ADDAFORK); in xfs_bmap_add_attrfork() 5956 tp = xfs_trans_alloc(mp, XFS_TRANS_DIOSTRAT); in xfs_bmap_split_extent()
|