Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/gnu/fs/xfs/
Dxfs_vnodeops.c355 tp = xfs_trans_alloc(mp, XFS_TRANS_SETATTR_NOT_SIZE); in xfs_setattr()
631 tp = xfs_trans_alloc(mp, XFS_TRANS_SETATTR_SIZE); in xfs_setattr()
1138 tp = xfs_trans_alloc(ip->i_mount, XFS_TRANS_FSYNC_TS); in xfs_fsync()
1233 tp = xfs_trans_alloc(mp, XFS_TRANS_INACTIVE); in xfs_inactive_free_eofblocks()
1502 tp = xfs_trans_alloc(mp, XFS_TRANS_INACTIVE); in xfs_inactive_attrs()
1661 tp = xfs_trans_alloc(mp, XFS_TRANS_INACTIVE); in xfs_inactive()
1916 tp = xfs_trans_alloc(mp, XFS_TRANS_CREATE); in xfs_create()
2418 tp = xfs_trans_alloc(mp, XFS_TRANS_REMOVE); in xfs_remove()
2637 tp = xfs_trans_alloc(mp, XFS_TRANS_LINK); in xfs_link()
2830 tp = xfs_trans_alloc(mp, XFS_TRANS_MKDIR); in xfs_mkdir()
[all …]
Dxfs_qmops.c73 tp = xfs_trans_alloc(mp, XFS_TRANS_QM_SBCHANGE); in xfs_mount_reset_sbqflags()
Dxfs_rw.c65 tp = xfs_trans_alloc(mp, XFS_TRANS_WRITEID); in xfs_write_clear_setuid()
Dxfs_iomap.c491 tp = xfs_trans_alloc(mp, XFS_TRANS_DIOSTRAT); in xfs_iomap_write_direct()
792 tp = xfs_trans_alloc(mp, XFS_TRANS_STRAT_WRITE); in xfs_iomap_write_allocate()
939 tp = xfs_trans_alloc(mp, XFS_TRANS_STRAT_WRITE); in xfs_iomap_write_unwritten()
Dxfs_utils.c428 tp = xfs_trans_alloc(mp, XFS_TRANS_TRUNCATE_FILE); in xfs_truncate_file()
Dxfs_dfrag.c282 tp = xfs_trans_alloc(mp, XFS_TRANS_SWAPEXT); in xfs_swap_extents()
Dxfs_rename.c328 tp = xfs_trans_alloc(mp, XFS_TRANS_RENAME); in xfs_rename()
Dxfs_rtalloc.c118 tp = xfs_trans_alloc(mp, XFS_TRANS_GROWFSRT_ALLOC); in xfs_growfs_rt_alloc()
164 tp = xfs_trans_alloc(mp, XFS_TRANS_GROWFSRT_ZERO); in xfs_growfs_rt_alloc()
2019 tp = xfs_trans_alloc(mp, XFS_TRANS_GROWFSRT_FREE); in xfs_growfs_rt()
Dxfs_fsops.c177 tp = xfs_trans_alloc(mp, XFS_TRANS_GROWFS); in xfs_growfs_data_private()
Dxfs_attr.c265 args.trans = xfs_trans_alloc(mp, XFS_TRANS_ATTR_SET); in xfs_attr_set_int()
484 args.trans = xfs_trans_alloc(mp, XFS_TRANS_ATTR_RM); in xfs_attr_remove_int()
718 trans = xfs_trans_alloc(mp, XFS_TRANS_ATTRINVAL); in xfs_attr_inactive()
Dxfs_trans.h957 xfs_trans_t *xfs_trans_alloc(struct xfs_mount *, uint);
Dxfs_trans.c235 xfs_trans_alloc( in xfs_trans_alloc() function
Dxfs_log_recover.c3036 tp = xfs_trans_alloc(mp, 0); in xlog_recover_process_efi()
3152 tp = xfs_trans_alloc(mp, XFS_TRANS_CLEAR_AGI_BUCKET); in xlog_recover_clear_agi_bucket()
Dxfs_vfsops.c1576 tp = xfs_trans_alloc(mp, XFS_TRANS_DUMMY1);
Dxfs_mount.c1677 tp = xfs_trans_alloc(mp, XFS_TRANS_SB_UNIT);
Dxfs_bmap.c3977 tp = xfs_trans_alloc(mp, XFS_TRANS_ADDAFORK); in xfs_bmap_add_attrfork()
/freebsd-9-stable/sys/gnu/fs/xfs/FreeBSD/
Dxfs_frw.c730 tp = xfs_trans_alloc(mp, XFS_TRANS_WRITE_SYNC); in xfs_write()