Searched refs:xfs_trans_alloc (Results 1 – 20 of 20) sorted by relevance
/linux-2.4.37.9/fs/xfs/ |
D | xfs_vnodeops.c | 390 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 …]
|
D | xfs_rw.c | 79 tp = xfs_trans_alloc(mp, XFS_TRANS_WRITEID); in xfs_write_clear_setuid()
|
D | xfs_iomap.c | 449 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()
|
D | xfs_utils.c | 444 tp = xfs_trans_alloc(mp, XFS_TRANS_TRUNCATE_FILE); in xfs_truncate_file()
|
D | xfs_dfrag.c | 250 tp = xfs_trans_alloc(mp, XFS_TRANS_SWAPEXT); in xfs_swapext()
|
D | xfs_rename.c | 351 tp = xfs_trans_alloc(mp, XFS_TRANS_RENAME); in xfs_rename()
|
D | xfs_rtalloc.c | 137 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()
|
D | xfs_attr.c | 296 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()
|
D | xfs_fsops.c | 190 tp = xfs_trans_alloc(mp, XFS_TRANS_GROWFS); in xfs_growfs_data_private()
|
D | xfs_trans.h | 985 xfs_trans_t *xfs_trans_alloc(struct xfs_mount *, uint);
|
D | xfs_trans.c | 130 xfs_trans_alloc( in xfs_trans_alloc() function
|
D | xfs_mount.c | 1585 tp = xfs_trans_alloc(mp, XFS_TRANS_SB_UNIT);
|
D | xfs_vfsops.c | 1549 tp = xfs_trans_alloc(mp, XFS_TRANS_DUMMY1); in xfs_syncsub()
|
D | xfs_log_recover.c | 3056 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()
|
D | xfs_bmap.c | 3804 tp = xfs_trans_alloc(mp, XFS_TRANS_ADDAFORK); in xfs_bmap_add_attrfork()
|
/linux-2.4.37.9/fs/xfs/quota/ |
D | xfs_qm_bhv.c | 239 tp = xfs_trans_alloc(mp, XFS_TRANS_QM_SBCHANGE); in xfs_mount_reset_sbqflags()
|
D | xfs_qm_syscalls.c | 612 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()
|
D | xfs_qm.c | 1421 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()
|
D | xfs_dquot.c | 782 tp = xfs_trans_alloc(mp, XFS_TRANS_QM_DQALLOC); in xfs_qm_idtodq()
|
/linux-2.4.37.9/fs/xfs/linux-2.4/ |
D | xfs_lrw.c | 854 tp = xfs_trans_alloc(mp, XFS_TRANS_WRITE_SYNC); in xfs_write()
|