Searched refs:xfs_trans_alloc (Results 1 – 20 of 20) sorted by relevance
/linux-4.1.27/fs/xfs/ |
D | xfs_qm_syscalls.c | 239 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()
|
D | xfs_symlink.c | 226 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()
|
D | xfs_inode.c | 1160 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()
|
D | xfs_bmap_util.c | 877 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()
|
D | xfs_trans.h | 154 xfs_trans_t *xfs_trans_alloc(struct xfs_mount *, uint);
|
D | xfs_iomap.c | 179 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()
|
D | xfs_rtalloc.c | 786 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()
|
D | xfs_pnfs.c | 306 tp = xfs_trans_alloc(mp, XFS_TRANS_SETATTR_NOT_SIZE); in xfs_fs_commit_blocks()
|
D | xfs_attr_inactive.c | 420 trans = xfs_trans_alloc(mp, XFS_TRANS_ATTRINVAL); in xfs_attr_inactive()
|
D | xfs_iops.c | 612 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()
|
D | xfs_ioctl.c | 336 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()
|
D | xfs_dquot.c | 615 tp = xfs_trans_alloc(mp, XFS_TRANS_QM_DQALLOC); in xfs_qm_dqread()
|
D | xfs_trans.c | 58 xfs_trans_alloc( in xfs_trans_alloc() function
|
D | xfs_fsops.c | 199 tp = xfs_trans_alloc(mp, XFS_TRANS_GROWFS); in xfs_growfs_data_private()
|
D | xfs_file.c | 138 tp = xfs_trans_alloc(ip->i_mount, XFS_TRANS_WRITEID); in xfs_update_prealloc_flags()
|
D | xfs_aops.c | 108 tp = xfs_trans_alloc(mp, XFS_TRANS_FSYNC_TS); in xfs_setfilesize_trans_alloc()
|
D | xfs_qm.c | 755 tp = xfs_trans_alloc(mp, XFS_TRANS_QM_QINOCREATE); in xfs_qm_qino_alloc()
|
D | xfs_log_recover.c | 3748 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/ |
D | xfs_attr.c | 253 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()
|
D | xfs_bmap.c | 1121 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()
|