Lines Matching refs:logflags
1115 int logflags; /* logging flags */ in xfs_bmap_add_attrfork() local
1176 logflags = 0; in xfs_bmap_add_attrfork()
1181 &logflags); in xfs_bmap_add_attrfork()
1185 &flist, &logflags); in xfs_bmap_add_attrfork()
1189 &logflags); in xfs_bmap_add_attrfork()
1195 if (logflags) in xfs_bmap_add_attrfork()
1196 xfs_trans_log_inode(tp, ip, logflags); in xfs_bmap_add_attrfork()
2225 bma->logflags |= tmp_logflags; in xfs_bmap_add_extent_delay_real()
2247 bma->logflags |= rval; in xfs_bmap_add_extent_delay_real()
3153 bma->logflags |= tmp_logflags; in xfs_bmap_add_extent_hole_real()
3164 bma->logflags |= rval; in xfs_bmap_add_extent_hole_real()
4376 bma->logflags |= tmp_logflags; in xfs_bmapi_allocate()
4454 bma->logflags |= tmp_logflags | XFS_ILOG_CORE; in xfs_bmapi_convert_unwritten()
4668 bma.logflags |= tmp_logflags; in xfs_bmapi_write()
4682 if ((bma.logflags & xfs_ilog_fext(whichfork)) && in xfs_bmapi_write()
4684 bma.logflags &= ~xfs_ilog_fext(whichfork); in xfs_bmapi_write()
4685 else if ((bma.logflags & xfs_ilog_fbroot(whichfork)) && in xfs_bmapi_write()
4687 bma.logflags &= ~xfs_ilog_fbroot(whichfork); in xfs_bmapi_write()
4693 if (bma.logflags) in xfs_bmapi_write()
4694 xfs_trans_log_inode(tp, ip, bma.logflags); in xfs_bmapi_write()
5067 int logflags; /* transaction logging flags */ in xfs_bunmapi() local
5122 logflags = 0; in xfs_bunmapi()
5220 &logflags); in xfs_bunmapi()
5278 firstblock, flist, &logflags); in xfs_bunmapi()
5287 firstblock, flist, &logflags); in xfs_bunmapi()
5341 logflags |= tmp_logflags; in xfs_bunmapi()
5371 logflags |= tmp_logflags; in xfs_bunmapi()
5382 logflags |= tmp_logflags; in xfs_bunmapi()
5395 if ((logflags & xfs_ilog_fext(whichfork)) && in xfs_bunmapi()
5397 logflags &= ~xfs_ilog_fext(whichfork); in xfs_bunmapi()
5398 else if ((logflags & xfs_ilog_fbroot(whichfork)) && in xfs_bunmapi()
5400 logflags &= ~xfs_ilog_fbroot(whichfork); in xfs_bunmapi()
5405 if (logflags) in xfs_bunmapi()
5406 xfs_trans_log_inode(tp, ip, logflags); in xfs_bunmapi()
5463 int *logflags) /* output */ in xfs_bmse_merge() argument
5493 *logflags |= XFS_ILOG_CORE; in xfs_bmse_merge()
5495 *logflags |= XFS_ILOG_DEXT; in xfs_bmse_merge()
5535 int *logflags, in xfs_bmse_shift_one() argument
5586 cur, logflags); in xfs_bmse_shift_one()
5622 *logflags |= XFS_ILOG_CORE; in xfs_bmse_shift_one()
5624 *logflags |= XFS_ILOG_DEXT; in xfs_bmse_shift_one()
5673 int logflags = 0; in xfs_bmap_shift_extents() local
5763 ¤t_ext, gotp, cur, &logflags, in xfs_bmap_shift_extents()
5794 if (logflags) in xfs_bmap_shift_extents()
5795 xfs_trans_log_inode(tp, ip, logflags); in xfs_bmap_shift_extents()
5824 int logflags = 0; in xfs_bmap_split_extent_at() local
5888 logflags = XFS_ILOG_CORE; in xfs_bmap_split_extent_at()
5897 logflags |= XFS_ILOG_DEXT; in xfs_bmap_split_extent_at()
5929 logflags |= tmp_logflags; in xfs_bmap_split_extent_at()
5939 if (logflags) in xfs_bmap_split_extent_at()
5940 xfs_trans_log_inode(tp, ip, logflags); in xfs_bmap_split_extent_at()