Home
last modified time | relevance | path

Searched refs:xfs_trans_alloc (Results 1 – 20 of 20) sorted by relevance

/linux-4.4.14/fs/xfs/
Dxfs_qm_syscalls.c239 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()
Dxfs_inode.c1175 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()
Dxfs_symlink.c225 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()
Dxfs_bmap_util.c903 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()
Dxfs_trans.h152 xfs_trans_t *xfs_trans_alloc(struct xfs_mount *, uint);
Dxfs_rtalloc.c784 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()
Dxfs_pnfs.c311 tp = xfs_trans_alloc(mp, XFS_TRANS_SETATTR_NOT_SIZE); in xfs_fs_commit_blocks()
Dxfs_iomap.c198 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()
Dxfs_attr_inactive.c419 trans = xfs_trans_alloc(mp, XFS_TRANS_ATTRINVAL); in xfs_attr_inactive()
Dxfs_iops.c609 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()
Dxfs_ioctl.c337 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()
Dxfs_trans.c58 xfs_trans_alloc( in xfs_trans_alloc() function
Dxfs_fsops.c201 tp = xfs_trans_alloc(mp, XFS_TRANS_GROWFS); in xfs_growfs_data_private()
Dxfs_dquot.c613 tp = xfs_trans_alloc(mp, XFS_TRANS_QM_DQALLOC); in xfs_qm_dqread()
Dxfs_file.c148 tp = xfs_trans_alloc(ip->i_mount, XFS_TRANS_WRITEID); in xfs_update_prealloc_flags()
Dxfs_qm.c755 tp = xfs_trans_alloc(mp, XFS_TRANS_QM_QINOCREATE); in xfs_qm_qino_alloc()
Dxfs_aops.c108 tp = xfs_trans_alloc(mp, XFS_TRANS_FSYNC_TS); in xfs_setfilesize_trans_alloc()
Dxfs_log_recover.c3820 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/
Dxfs_attr.c255 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()
Dxfs_bmap.c1122 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()