Lines Matching refs:logflags
1113 int logflags; /* logging flags */ in xfs_bmap_add_attrfork() local
1177 logflags = 0; in xfs_bmap_add_attrfork()
1182 &logflags); in xfs_bmap_add_attrfork()
1186 &flist, &logflags); in xfs_bmap_add_attrfork()
1190 &logflags); in xfs_bmap_add_attrfork()
1196 if (logflags) in xfs_bmap_add_attrfork()
1197 xfs_trans_log_inode(tp, ip, logflags); in xfs_bmap_add_attrfork()
2226 bma->logflags |= tmp_logflags; in xfs_bmap_add_extent_delay_real()
2248 bma->logflags |= rval; in xfs_bmap_add_extent_delay_real()
3154 bma->logflags |= tmp_logflags; in xfs_bmap_add_extent_hole_real()
3165 bma->logflags |= rval; in xfs_bmap_add_extent_hole_real()
4368 bma->logflags |= tmp_logflags; in xfs_bmapi_allocate()
4427 bma->logflags |= tmp_logflags; in xfs_bmapi_convert_unwritten()
4629 bma.logflags |= tmp_logflags; in xfs_bmapi_write()
4643 if ((bma.logflags & xfs_ilog_fext(whichfork)) && in xfs_bmapi_write()
4645 bma.logflags &= ~xfs_ilog_fext(whichfork); in xfs_bmapi_write()
4646 else if ((bma.logflags & xfs_ilog_fbroot(whichfork)) && in xfs_bmapi_write()
4648 bma.logflags &= ~xfs_ilog_fbroot(whichfork); in xfs_bmapi_write()
4654 if (bma.logflags) in xfs_bmapi_write()
4655 xfs_trans_log_inode(tp, ip, bma.logflags); in xfs_bmapi_write()
5028 int logflags; /* transaction logging flags */ in xfs_bunmapi() local
5083 logflags = 0; in xfs_bunmapi()
5181 &logflags); in xfs_bunmapi()
5239 firstblock, flist, &logflags); in xfs_bunmapi()
5248 firstblock, flist, &logflags); in xfs_bunmapi()
5302 logflags |= tmp_logflags; in xfs_bunmapi()
5332 logflags |= tmp_logflags; in xfs_bunmapi()
5343 logflags |= tmp_logflags; in xfs_bunmapi()
5356 if ((logflags & xfs_ilog_fext(whichfork)) && in xfs_bunmapi()
5358 logflags &= ~xfs_ilog_fext(whichfork); in xfs_bunmapi()
5359 else if ((logflags & xfs_ilog_fbroot(whichfork)) && in xfs_bunmapi()
5361 logflags &= ~xfs_ilog_fbroot(whichfork); in xfs_bunmapi()
5366 if (logflags) in xfs_bunmapi()
5367 xfs_trans_log_inode(tp, ip, logflags); in xfs_bunmapi()
5424 int *logflags) /* output */ in xfs_bmse_merge() argument
5454 *logflags |= XFS_ILOG_CORE; in xfs_bmse_merge()
5456 *logflags |= XFS_ILOG_DEXT; in xfs_bmse_merge()
5496 int *logflags, in xfs_bmse_shift_one() argument
5547 cur, logflags); in xfs_bmse_shift_one()
5583 *logflags |= XFS_ILOG_CORE; in xfs_bmse_shift_one()
5585 *logflags |= XFS_ILOG_DEXT; in xfs_bmse_shift_one()
5634 int logflags = 0; in xfs_bmap_shift_extents() local
5724 ¤t_ext, gotp, cur, &logflags, in xfs_bmap_shift_extents()
5755 if (logflags) in xfs_bmap_shift_extents()
5756 xfs_trans_log_inode(tp, ip, logflags); in xfs_bmap_shift_extents()
5785 int logflags = 0; in xfs_bmap_split_extent_at() local
5849 logflags = XFS_ILOG_CORE; in xfs_bmap_split_extent_at()
5858 logflags |= XFS_ILOG_DEXT; in xfs_bmap_split_extent_at()
5890 logflags |= tmp_logflags; in xfs_bmap_split_extent_at()
5900 if (logflags) in xfs_bmap_split_extent_at()
5901 xfs_trans_log_inode(tp, ip, logflags); in xfs_bmap_split_extent_at()