Searched refs:xfs_trans_alloc (Results 1 – 17 of 17) sorted by relevance
| /freebsd-9-stable/sys/gnu/fs/xfs/ |
| D | xfs_vnodeops.c | 355 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 …]
|
| D | xfs_qmops.c | 73 tp = xfs_trans_alloc(mp, XFS_TRANS_QM_SBCHANGE); in xfs_mount_reset_sbqflags()
|
| D | xfs_rw.c | 65 tp = xfs_trans_alloc(mp, XFS_TRANS_WRITEID); in xfs_write_clear_setuid()
|
| D | xfs_iomap.c | 491 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()
|
| D | xfs_utils.c | 428 tp = xfs_trans_alloc(mp, XFS_TRANS_TRUNCATE_FILE); in xfs_truncate_file()
|
| D | xfs_dfrag.c | 282 tp = xfs_trans_alloc(mp, XFS_TRANS_SWAPEXT); in xfs_swap_extents()
|
| D | xfs_rename.c | 328 tp = xfs_trans_alloc(mp, XFS_TRANS_RENAME); in xfs_rename()
|
| D | xfs_rtalloc.c | 118 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()
|
| D | xfs_fsops.c | 177 tp = xfs_trans_alloc(mp, XFS_TRANS_GROWFS); in xfs_growfs_data_private()
|
| D | xfs_attr.c | 265 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()
|
| D | xfs_trans.h | 957 xfs_trans_t *xfs_trans_alloc(struct xfs_mount *, uint);
|
| D | xfs_trans.c | 235 xfs_trans_alloc( in xfs_trans_alloc() function
|
| D | xfs_log_recover.c | 3036 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()
|
| D | xfs_vfsops.c | 1576 tp = xfs_trans_alloc(mp, XFS_TRANS_DUMMY1);
|
| D | xfs_mount.c | 1677 tp = xfs_trans_alloc(mp, XFS_TRANS_SB_UNIT);
|
| D | xfs_bmap.c | 3977 tp = xfs_trans_alloc(mp, XFS_TRANS_ADDAFORK); in xfs_bmap_add_attrfork()
|
| /freebsd-9-stable/sys/gnu/fs/xfs/FreeBSD/ |
| D | xfs_frw.c | 730 tp = xfs_trans_alloc(mp, XFS_TRANS_WRITE_SYNC); in xfs_write()
|