Home
last modified time | relevance | path

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

/linux-4.1.27/fs/xfs/
Dxfs_qm_syscalls.c239 tp = xfs_trans_alloc(mp, XFS_TRANS_TRUNCATE_FILE); in xfs_qm_scall_trunc_qfile()
437 tp = xfs_trans_alloc(mp, XFS_TRANS_QM_SETQLIM); in xfs_qm_scall_setqlim()
570 tp = xfs_trans_alloc(mp, XFS_TRANS_QM_QUOTAOFF_END); in xfs_qm_log_quotaoff_end()
605 tp = xfs_trans_alloc(mp, XFS_TRANS_QM_QUOTAOFF); in xfs_qm_log_quotaoff()
Dxfs_symlink.c226 tp = xfs_trans_alloc(mp, XFS_TRANS_SYMLINK); in xfs_symlink()
464 tp = xfs_trans_alloc(mp, XFS_TRANS_INACTIVE); in xfs_inactive_symlink_rmt()
Dxfs_inode.c1160 tp = xfs_trans_alloc(mp, XFS_TRANS_MKDIR); in xfs_create()
1164 tp = xfs_trans_alloc(mp, XFS_TRANS_CREATE); in xfs_create()
1344 tp = xfs_trans_alloc(mp, XFS_TRANS_CREATE_TMPFILE); in xfs_create_tmpfile()
1449 tp = xfs_trans_alloc(mp, XFS_TRANS_LINK); in xfs_link()
1755 tp = xfs_trans_alloc(mp, XFS_TRANS_INACTIVE); in xfs_inactive_truncate()
1810 tp = xfs_trans_alloc(mp, XFS_TRANS_INACTIVE); in xfs_inactive_ifree()
2557 tp = xfs_trans_alloc(mp, XFS_TRANS_RMDIR); in xfs_remove()
2559 tp = xfs_trans_alloc(mp, XFS_TRANS_REMOVE); in xfs_remove()
2945 tp = xfs_trans_alloc(mp, XFS_TRANS_RENAME); in xfs_rename()
Dxfs_bmap_util.c877 tp = xfs_trans_alloc(mp, XFS_TRANS_INACTIVE); in xfs_free_eofblocks()
1018 tp = xfs_trans_alloc(mp, XFS_TRANS_DIOSTRAT); in xfs_alloc_file_space()
1281 tp = xfs_trans_alloc(mp, XFS_TRANS_DIOSTRAT); in xfs_free_file_space()
1455 tp = xfs_trans_alloc(mp, XFS_TRANS_DIOSTRAT); in xfs_shift_file_space()
1718 tp = xfs_trans_alloc(mp, XFS_TRANS_SWAPEXT); in xfs_swap_extents()
Dxfs_trans.h154 xfs_trans_t *xfs_trans_alloc(struct xfs_mount *, uint);
Dxfs_iomap.c179 tp = xfs_trans_alloc(mp, XFS_TRANS_DIOSTRAT); in xfs_iomap_write_direct()
687 tp = xfs_trans_alloc(mp, XFS_TRANS_STRAT_WRITE); in xfs_iomap_write_allocate()
Dxfs_rtalloc.c786 tp = xfs_trans_alloc(mp, XFS_TRANS_GROWFSRT_ALLOC); in xfs_growfs_rt_alloc()
832 tp = xfs_trans_alloc(mp, XFS_TRANS_GROWFSRT_ZERO); in xfs_growfs_rt_alloc()
1002 tp = xfs_trans_alloc(mp, XFS_TRANS_GROWFSRT_FREE); in xfs_growfs_rt()
Dxfs_pnfs.c306 tp = xfs_trans_alloc(mp, XFS_TRANS_SETATTR_NOT_SIZE); in xfs_fs_commit_blocks()
Dxfs_attr_inactive.c420 trans = xfs_trans_alloc(mp, XFS_TRANS_ATTRINVAL); in xfs_attr_inactive()
Dxfs_iops.c612 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()
984 tp = xfs_trans_alloc(mp, XFS_TRANS_FSYNC_TS); in xfs_vn_update_time()
Dxfs_ioctl.c336 tp = xfs_trans_alloc(mp, XFS_TRANS_SET_DMATTRS); in xfs_set_dmattrs()
1054 tp = xfs_trans_alloc(mp, XFS_TRANS_SETATTR_NOT_SIZE); in xfs_ioctl_setattr_get_trans()
Dxfs_dquot.c615 tp = xfs_trans_alloc(mp, XFS_TRANS_QM_DQALLOC); in xfs_qm_dqread()
Dxfs_trans.c58 xfs_trans_alloc( in xfs_trans_alloc() function
Dxfs_fsops.c199 tp = xfs_trans_alloc(mp, XFS_TRANS_GROWFS); in xfs_growfs_data_private()
Dxfs_file.c138 tp = xfs_trans_alloc(ip->i_mount, XFS_TRANS_WRITEID); in xfs_update_prealloc_flags()
Dxfs_aops.c108 tp = xfs_trans_alloc(mp, XFS_TRANS_FSYNC_TS); in xfs_setfilesize_trans_alloc()
Dxfs_qm.c755 tp = xfs_trans_alloc(mp, XFS_TRANS_QM_QINOCREATE); in xfs_qm_qino_alloc()
Dxfs_log_recover.c3748 tp = xfs_trans_alloc(mp, 0); in xlog_recover_process_efi()
3854 tp = xfs_trans_alloc(mp, XFS_TRANS_CLEAR_AGI_BUCKET); in xlog_recover_clear_agi_bucket()
/linux-4.1.27/fs/xfs/libxfs/
Dxfs_attr.c253 args.trans = xfs_trans_alloc(mp, XFS_TRANS_ATTR_SET); in xfs_attr_set()
452 args.trans = xfs_trans_alloc(mp, XFS_TRANS_ATTR_RM); in xfs_attr_remove()
Dxfs_bmap.c1121 tp = xfs_trans_alloc(mp, XFS_TRANS_ADDAFORK); in xfs_bmap_add_attrfork()
5917 tp = xfs_trans_alloc(mp, XFS_TRANS_DIOSTRAT); in xfs_bmap_split_extent()