Searched refs:logflags (Results 1 – 7 of 7) sorted by relevance
| /fs/xfs/libxfs/ |
| A D | xfs_bmap.c | 1053 logflags = 0; in xfs_bmap_add_attrfork() 1068 if (logflags) in xfs_bmap_add_attrfork() 4122 if (bma->logflags) in xfs_bmapi_finish() 4594 if (logflags) in xfs_bmapi_remap() 5240 logflags = 0; in __xfs_bunmapi() 5329 &logflags); in __xfs_bunmapi() 5466 if (logflags) in __xfs_bunmapi() 5627 int *logflags, in xfs_bmap_shift_update_extent() argument 5747 if (logflags) in xfs_bmap_collapse_extents() 5873 if (logflags) in xfs_bmap_insert_extents() [all …]
|
| A D | xfs_dir2_sf.c | 266 int logflags; /* inode logging flags */ in xfs_dir2_block_to_sf() local 331 logflags = XFS_ILOG_CORE; in xfs_dir2_block_to_sf() 349 logflags |= XFS_ILOG_DDATA; in xfs_dir2_block_to_sf() 352 xfs_trans_log_inode(args->trans, dp, logflags); in xfs_dir2_block_to_sf()
|
| A D | xfs_alloc.c | 3039 uint32_t logflags; in xfs_alloc_get_freelist() local 3074 logflags = XFS_AGF_FLFIRST | XFS_AGF_FLCOUNT; in xfs_alloc_get_freelist() 3078 logflags |= XFS_AGF_BTREEBLKS; in xfs_alloc_get_freelist() 3081 xfs_alloc_log_agf(tp, agbp, logflags); in xfs_alloc_get_freelist() 3145 uint32_t logflags; in xfs_alloc_put_freelist() local 3163 logflags = XFS_AGF_FLLAST | XFS_AGF_FLCOUNT; in xfs_alloc_put_freelist() 3167 logflags |= XFS_AGF_BTREEBLKS; in xfs_alloc_put_freelist() 3177 xfs_alloc_log_agf(tp, agbp, logflags); in xfs_alloc_put_freelist()
|
| A D | xfs_bmap.h | 33 int logflags;/* flags for transaction logging */ member
|
| A D | xfs_btree.c | 3224 int *logflags, /* logging flags for inode */ in xfs_btree_new_iroot() argument 3285 *logflags |= XFS_ILOG_CORE | xfs_ilog_fbroot(cur->bc_ino.whichfork); in xfs_btree_new_iroot() 3460 int logflags = 0; in xfs_btree_make_block_unfull() local 3462 error = xfs_btree_new_iroot(cur, &logflags, stat); in xfs_btree_make_block_unfull() 3466 xfs_trans_log_inode(cur->bc_tp, ip, logflags); in xfs_btree_make_block_unfull()
|
| /fs/xfs/scrub/ |
| A D | symlink_repair.c | 285 int logflags = XFS_ILOG_CORE; in xrep_symlink_swap_prep() local 288 &logflags, XFS_DATA_FORK, in xrep_symlink_swap_prep()
|
| /fs/xfs/ |
| A D | xfs_trace.h | 4354 __field(int, logflags) 4361 __entry->logflags = res->tr_logflags; 4368 __entry->logflags)
|
Completed in 37 milliseconds