/fs/jfs/ |
D | jfs_logmgr.c | 93 #define LOG_LOCK_INIT(log) mutex_init(&(log)->loglock) argument 94 #define LOG_LOCK(log) mutex_lock(&((log)->loglock)) argument 95 #define LOG_UNLOCK(log) mutex_unlock(&((log)->loglock)) argument 102 #define LOGGC_LOCK_INIT(log) spin_lock_init(&(log)->gclock) argument 103 #define LOGGC_LOCK(log) spin_lock_irq(&(log)->gclock) argument 104 #define LOGGC_UNLOCK(log) spin_unlock_irq(&(log)->gclock) argument 214 static void write_special_inodes(struct jfs_log *log, in write_special_inodes() 238 int lmLog(struct jfs_log * log, struct tblock * tblk, struct lrd * lrd, in lmLog() 357 lmWriteRecord(struct jfs_log * log, struct tblock * tblk, struct lrd * lrd, in lmWriteRecord() 573 static int lmNextPage(struct jfs_log * log) in lmNextPage() [all …]
|
D | jfs_txnmgr.c | 365 struct jfs_log *log; in txBegin() local 462 struct jfs_log *log; in txBeginAnon() local 503 struct jfs_log *log; in txEnd() local 914 struct jfs_log *log; in txUnlock() local 1142 struct jfs_log *log; in txCommit() local 1381 static int txLog(struct jfs_log * log, struct tblock * tblk, struct commit * cd) in txLog() 1438 static int diLog(struct jfs_log * log, struct tblock * tblk, struct lrd * lrd, in diLog() 1551 static int dataLog(struct jfs_log * log, struct tblock * tblk, struct lrd * lrd, in dataLog() 1597 static void dtLog(struct jfs_log * log, struct tblock * tblk, struct lrd * lrd, in dtLog() 1700 static void xtLog(struct jfs_log * log, struct tblock * tblk, struct lrd * lrd, in xtLog() [all …]
|
D | jfs_umount.c | 57 struct jfs_log *log; in jfs_umount() local 139 struct jfs_log *log = sbi->log; in jfs_umount_rw() local
|
D | super.c | 628 struct jfs_log *log = sbi->log; in jfs_freeze() local 658 struct jfs_log *log = sbi->log; in jfs_unfreeze() local 684 struct jfs_log *log = JFS_SBI(sb)->log; in jfs_sync_fs() local
|
D | jfs_logmgr.h | 349 } log; member 490 #define LOGSYNC_LOCK_INIT(log) spin_lock_init(&(log)->synclock) argument 491 #define LOGSYNC_LOCK(log, flags) spin_lock_irqsave(&(log)->synclock, flags) argument 492 #define LOGSYNC_UNLOCK(log, flags) \ argument 496 #define logdiff(diff, lsn, log)\ argument
|
D | jfs_mount.c | 496 struct jfs_log *log = JFS_SBI(sb)->log; in logMOUNT() local
|
D | resize.c | 69 struct jfs_log *log = sbi->log; in jfs_extendfs() local
|
D | jfs_metapage.h | 46 struct jfs_log *log; member
|
D | jfs_metapage.c | 294 struct jfs_log *log = mp->log; in remove_from_logsync() local
|
D | jfs_incore.h | 168 struct jfs_log *log; /* log */ member
|
D | jfs_txnmgr.h | 276 struct jfs_log *log; /* log */ member
|
D | jfs_imap.c | 2745 struct jfs_log *log; in diUpdatePMap() local
|
D | jfs_dmap.c | 434 struct jfs_log *log; in dbUpdatePMap() local
|
D | jfs_xtree.c | 3181 int freed, log; in xtTruncate() local
|
/fs/xfs/ |
D | xfs_log.c | 140 struct xlog *log, in xlog_grant_sub_space() 166 struct xlog *log, in xlog_grant_add_space() 216 struct xlog *log, in xlog_ticket_reservation() 233 struct xlog *log, in xlog_grant_head_wake() 255 struct xlog *log, in xlog_grant_head_wait() 308 struct xlog *log, in xlog_grant_head_check() 375 struct xlog *log = mp->m_log; in xfs_log_regrant() local 440 struct xlog *log = mp->m_log; in xfs_log_reserve() local 516 struct xlog *log = mp->m_log; in xfs_log_done() local 824 struct xlog *log = mp->m_log; in xfs_log_unmount_write() local [all …]
|
D | xfs_log_cil.c | 48 struct xlog *log) in xlog_cil_ticket_alloc() 75 struct xlog *log) in xlog_cil_init_post_recovery() 138 struct xlog *log, in xlog_cil_alloc_shadow_bufs() 239 struct xlog *log, in xfs_cil_prepare_item() 312 struct xlog *log, in xlog_cil_insert_format_items() 401 struct xlog *log, in xlog_cil_insert_items() 554 struct xlog *log) in xlog_cil_push() 810 struct xlog *log) in xlog_cil_push_background() 844 struct xlog *log, in xlog_cil_push_now() 874 struct xlog *log) in xlog_cil_empty() [all …]
|
D | xfs_log_recover.c | 66 #define xlog_recover_check_summary(log) argument 95 struct xlog *log, in xlog_buf_bbcount_valid() 108 struct xlog *log, in xlog_get_bp() 159 struct xlog *log, in xlog_align() 176 struct xlog *log, in xlog_bread_noalign() 209 struct xlog *log, in xlog_bread() 231 struct xlog *log, in xlog_bread_offset() 261 struct xlog *log, in xlog_bwrite() 408 struct xlog *log, in xlog_find_cycle_start() 451 struct xlog *log, in xlog_find_verify_cycle() [all …]
|
D | xfs_sysfs.c | 263 struct xlog *log = to_xlog(kobject); in log_head_lsn_show() local 281 struct xlog *log = to_xlog(kobject); in log_tail_lsn_show() local 296 struct xlog *log = to_xlog(kobject); in reserve_grant_head_show() local 310 struct xlog *log = to_xlog(kobject); in write_grant_head_show() local 324 struct xlog *log = to_xlog(kobject); in log_badcrc_factor_store() local 342 struct xlog *log = to_xlog(kobject); in log_badcrc_factor_show() local
|
D | xfs_log_priv.h | 341 #define XLOG_CIL_SPACE_LIMIT(log) (log->l_logsize >> 3) argument 420 #define XLOG_BUF_CANCEL_BUCKET(log, blkno) \ argument 423 #define XLOG_FORCED_SHUTDOWN(log) ((log)->l_flags & XLOG_IO_ERROR) argument 539 xlog_cil_force(struct xlog *log) in xlog_cil_force() 574 struct xlog *log, in xlog_valid_lsn()
|
D | xfs_rtalloc.c | 51 int log, /* log2 of extent size */ in xfs_rtget_summary() 76 int log; /* loop counter, log2 of ext. size */ in xfs_rtany_summary() local 119 int log; /* summary level number (log length) */ in xfs_rtcopy_summary() local
|
/fs/btrfs/ |
D | tree-log.c | 293 static int process_one_buffer(struct btrfs_root *log, in process_one_buffer() 932 static noinline int backref_in_log(struct btrfs_root *log, in backref_in_log() 1217 struct btrfs_root *log, in add_inode_ref() 1976 struct btrfs_root *log, in check_item_in_log() 2084 struct btrfs_root *log, in replay_xattr_deletes() 2192 struct btrfs_root *log, in replay_dir_deletes() 2297 static int replay_one_buffer(struct btrfs_root *log, struct extent_buffer *eb, in replay_one_buffer() 2575 struct btrfs_root *log, struct walk_control *wc) in walk_log_tree() 2652 struct btrfs_root *log) in update_log_root() 2755 struct btrfs_root *log = root->log_root; in btrfs_sync_log() local [all …]
|
D | ordered-data.c | 477 struct btrfs_root *log) in btrfs_submit_logged_extents() 487 struct btrfs_root *log, u64 transid) in btrfs_wait_logged_extents() 538 void btrfs_free_logged_extents(struct btrfs_root *log, u64 transid) in btrfs_free_logged_extents()
|
D | extent-tree.c | 6414 int btrfs_exclude_logged_extents(struct btrfs_root *log, in btrfs_exclude_logged_extents()
|
/fs/xfs/libxfs/ |
D | xfs_rtbitmap.c | 464 int log, /* log2 of extent size */ in xfs_rtmodify_summary_int() 528 int log, /* log2 of extent size */ in xfs_rtmodify_summary()
|
D | xfs_log_format.h | 49 #define XLOG_BTOLSUNIT(log, b) (((b)+(log)->l_mp->m_sb.sb_logsunit-1) / \ argument 51 #define XLOG_LSUNITTOB(log, su) ((su) * (log)->l_mp->m_sb.sb_logsunit) argument 58 #define XLOG_REC_SHIFT(log) \ argument 61 #define XLOG_TOTAL_REC_SHIFT(log) \ argument
|