Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/xfs/
Dxfs_vnodeops.c390 tp = xfs_trans_alloc(mp, XFS_TRANS_SETATTR_NOT_SIZE); in xfs_setattr()
677 tp = xfs_trans_alloc(mp, XFS_TRANS_SETATTR_SIZE); in xfs_setattr()
1168 tp = xfs_trans_alloc(ip->i_mount, XFS_TRANS_FSYNC_TS); in xfs_fsync()
1245 tp = xfs_trans_alloc(mp, XFS_TRANS_INACTIVE); in xfs_inactive_free_eofblocks()
1514 tp = xfs_trans_alloc(mp, XFS_TRANS_INACTIVE); in xfs_inactive_attrs()
1663 tp = xfs_trans_alloc(mp, XFS_TRANS_INACTIVE); in xfs_inactive()
1915 tp = xfs_trans_alloc(mp, XFS_TRANS_CREATE); in xfs_create()
2407 tp = xfs_trans_alloc(mp, XFS_TRANS_REMOVE); in xfs_remove()
2638 tp = xfs_trans_alloc(mp, XFS_TRANS_LINK); in xfs_link()
2817 tp = xfs_trans_alloc(mp, XFS_TRANS_MKDIR); in xfs_mkdir()
[all …]
Dxfs_rw.c79 tp = xfs_trans_alloc(mp, XFS_TRANS_WRITEID); in xfs_write_clear_setuid()
Dxfs_iomap.c449 tp = xfs_trans_alloc(mp, XFS_TRANS_DIOSTRAT); in xfs_iomap_write_direct()
791 tp = xfs_trans_alloc(mp, XFS_TRANS_STRAT_WRITE); in xfs_iomap_write_allocate()
935 tp = xfs_trans_alloc(mp, XFS_TRANS_STRAT_WRITE); in xfs_iomap_write_unwritten()
Dxfs_utils.c444 tp = xfs_trans_alloc(mp, XFS_TRANS_TRUNCATE_FILE); in xfs_truncate_file()
Dxfs_dfrag.c250 tp = xfs_trans_alloc(mp, XFS_TRANS_SWAPEXT); in xfs_swapext()
Dxfs_rename.c351 tp = xfs_trans_alloc(mp, XFS_TRANS_RENAME); in xfs_rename()
Dxfs_rtalloc.c137 tp = xfs_trans_alloc(mp, XFS_TRANS_GROWFSRT_ALLOC); in xfs_growfs_rt_alloc()
182 tp = xfs_trans_alloc(mp, XFS_TRANS_GROWFSRT_ZERO); in xfs_growfs_rt_alloc()
2037 tp = xfs_trans_alloc(mp, XFS_TRANS_GROWFSRT_FREE); in xfs_growfs_rt()
Dxfs_attr.c296 args.trans = xfs_trans_alloc(mp, XFS_TRANS_ATTR_SET); in xfs_attr_set()
523 args.trans = xfs_trans_alloc(mp, XFS_TRANS_ATTR_RM); in xfs_attr_remove()
736 trans = xfs_trans_alloc(mp, XFS_TRANS_ATTRINVAL); in xfs_attr_inactive()
Dxfs_fsops.c190 tp = xfs_trans_alloc(mp, XFS_TRANS_GROWFS); in xfs_growfs_data_private()
Dxfs_trans.h985 xfs_trans_t *xfs_trans_alloc(struct xfs_mount *, uint);
Dxfs_trans.c130 xfs_trans_alloc( in xfs_trans_alloc() function
Dxfs_mount.c1585 tp = xfs_trans_alloc(mp, XFS_TRANS_SB_UNIT);
Dxfs_vfsops.c1549 tp = xfs_trans_alloc(mp, XFS_TRANS_DUMMY1); in xfs_syncsub()
Dxfs_log_recover.c3056 tp = xfs_trans_alloc(mp, 0); in xlog_recover_process_efi()
3172 tp = xfs_trans_alloc(mp, XFS_TRANS_CLEAR_AGI_BUCKET); in xlog_recover_clear_agi_bucket()
Dxfs_bmap.c3804 tp = xfs_trans_alloc(mp, XFS_TRANS_ADDAFORK); in xfs_bmap_add_attrfork()
/linux-2.4.37.9/fs/xfs/quota/
Dxfs_qm_bhv.c239 tp = xfs_trans_alloc(mp, XFS_TRANS_QM_SBCHANGE); in xfs_mount_reset_sbqflags()
Dxfs_qm_syscalls.c612 tp = xfs_trans_alloc(mp, XFS_TRANS_QM_SETQLIM); in xfs_qm_scall_setqlim()
783 tp = xfs_trans_alloc(mp, XFS_TRANS_QM_QUOTAOFF_END); in xfs_qm_log_quotaoff_end()
818 tp = xfs_trans_alloc(mp, XFS_TRANS_QM_QUOTAOFF); in xfs_qm_log_quotaoff()
Dxfs_qm.c1421 tp = xfs_trans_alloc(mp,XFS_TRANS_QM_QINOCREATE); in xfs_qm_qino_alloc()
2420 tp = xfs_trans_alloc(mp, XFS_TRANS_QM_SBCHANGE); in xfs_qm_write_sb_changes()
Dxfs_dquot.c782 tp = xfs_trans_alloc(mp, XFS_TRANS_QM_DQALLOC); in xfs_qm_idtodq()
/linux-2.4.37.9/fs/xfs/linux-2.4/
Dxfs_lrw.c854 tp = xfs_trans_alloc(mp, XFS_TRANS_WRITE_SYNC); in xfs_write()