| /fs/xfs/ |
| D | xfs_log.c | 159 struct xlog *log, in xlog_grant_return_space() 179 struct xlog *log, in xlog_grant_space_left() 206 struct xlog *log, in xlog_ticket_reservation() 223 struct xlog *log, in xlog_grant_head_wake() 245 struct xlog *log, in xlog_grant_head_wait() 300 struct xlog *log, in xlog_grant_head_check() 364 struct xlog *log = mp->m_log; in xfs_log_regrant() local 422 struct xlog *log = mp->m_log; in xfs_log_reserve() local 473 struct xlog *log) in xlog_state_shutdown_callbacks() 519 struct xlog *log, in xlog_state_release_iclog() [all …]
|
| D | xfs_log_recover.c | 57 struct xlog *log, in xlog_verify_bno() 74 struct xlog *log, in xlog_alloc_buffer() 113 struct xlog *log, in xlog_align() 121 struct xlog *log, in xlog_do_io() 153 struct xlog *log, in xlog_bread_noalign() 163 struct xlog *log, in xlog_bread() 179 struct xlog *log, in xlog_bwrite() 270 struct xlog *log, in xlog_find_cycle_start() 313 struct xlog *log, in xlog_find_verify_cycle() 369 xlog_logrec_hblks(struct xlog *log, struct xlog_rec_header *rh) in xlog_logrec_hblks() [all …]
|
| D | xfs_log_cil.c | 35 struct xlog *log) in xlog_cil_ticket_alloc() 53 struct xlog *log = cil->xc_log; in xlog_cil_set_iclog_hdr_count() local 208 struct xlog *log) in xlog_cil_init_post_recovery() 272 struct xlog *log, in xlog_cil_alloc_shadow_bufs() 377 struct xlog *log, in xfs_cil_prepare_item() 447 struct xlog *log, in xlog_cil_insert_format_items() 529 struct xlog *log, in xlog_cil_over_hard_limit() 548 struct xlog *log, in xlog_cil_insert_items() 1082 struct xlog *log = ctx->cil->xc_log; in xlog_cil_write_chain() local 1101 struct xlog *log = ctx->cil->xc_log; in xlog_cil_write_commit_record() local [all …]
|
| D | xfs_buf_item_recover.c | 35 #define XLOG_BUF_CANCEL_BUCKET(log, blkno) \ argument 51 struct xlog *log, in xlog_find_buffer_cancelled() 72 struct xlog *log, in xlog_add_buffer_cancelled() 104 struct xlog *log, in xlog_is_buffer_cancelled() 121 struct xlog *log, in xlog_put_buffer_cancelled() 171 struct xlog *log, in xlog_recover_buf_ra_pass2() 185 struct xlog *log, in xlog_recover_buf_commit_pass1() 544 struct xlog *log, in xlog_recover_do_dquot_buffer() 949 struct xlog *log, in xlog_recover_buf_commit_pass2() 1098 struct xlog *log) in xlog_check_buf_cancel_table() [all …]
|
| D | xfs_dquot_item_recover.c | 26 struct xlog *log, in xlog_recover_dquot_ra_pass2() 62 struct xlog *log, in xlog_recover_dquot_commit_pass2() 192 struct xlog *log, in xlog_recover_quotaoff_commit_pass1()
|
| D | xfs_log_priv.h | 377 #define XLOG_CIL_SPACE_LIMIT(log) \ argument 380 #define XLOG_CIL_BLOCKING_SPACE_LIMIT(log) \ argument 463 xlog_recovery_needed(struct xlog *log) in xlog_recovery_needed() 469 xlog_in_recovery(struct xlog *log) in xlog_in_recovery() 475 xlog_is_shutdown(struct xlog *log) in xlog_is_shutdown() 486 struct xlog *log) in xlog_shutdown_wait() 566 xlog_cil_force(struct xlog *log) in xlog_cil_force() 597 struct xlog *log, in xlog_lsn_sub() 623 struct xlog *log, in xlog_valid_lsn()
|
| D | xfs_trans_ail.c | 408 struct xlog *log = ailp->ail_log; in xfs_ail_calc_push_target() local 738 struct xlog *log = ailp->ail_log; in __xfs_ail_assign_tail_lsn() local 769 struct xlog *log = ailp->ail_log; in xfs_ail_update_finish() local 902 struct xlog *log = ailp->ail_log; in xfs_trans_ail_delete() local
|
| D | xfs_inode_item_recover.c | 28 struct xlog *log, in xlog_recover_inode_ra_pass2() 271 struct xlog *log, in xlog_recover_inode_commit_pass2()
|
| D | xfs_exchmaps_item.c | 550 struct xlog *log, in xlog_recover_xmi_commit_pass2() 594 struct xlog *log, in xlog_recover_xmd_commit_pass2()
|
| D | xfs_icreate_item.c | 143 struct xlog *log, in xlog_recover_icreate_commit_pass2()
|
| D | xfs_rmap_item.c | 631 struct xlog *log, in xlog_recover_rui_commit_pass2() 679 struct xlog *log, in xlog_recover_rud_commit_pass2()
|
| D | xfs_bmap_item.c | 645 struct xlog *log, in xlog_recover_bui_commit_pass2() 699 struct xlog *log, in xlog_recover_bud_commit_pass2()
|
| D | xfs_refcount_item.c | 580 struct xlog *log, in xlog_recover_cui_commit_pass2() 628 struct xlog *log, in xlog_recover_cud_commit_pass2()
|
| /fs/jfs/ |
| D | jfs_logmgr.c | 80 #define LOG_LOCK_INIT(log) mutex_init(&(log)->loglock) argument 81 #define LOG_LOCK(log) mutex_lock(&((log)->loglock)) argument 82 #define LOG_UNLOCK(log) mutex_unlock(&((log)->loglock)) argument 89 #define LOGGC_LOCK_INIT(log) spin_lock_init(&(log)->gclock) argument 90 #define LOGGC_LOCK(log) spin_lock_irq(&(log)->gclock) argument 91 #define LOGGC_UNLOCK(log) spin_unlock_irq(&(log)->gclock) argument 201 static void write_special_inodes(struct jfs_log *log, in write_special_inodes() 225 int lmLog(struct jfs_log * log, struct tblock * tblk, struct lrd * lrd, in lmLog() 344 lmWriteRecord(struct jfs_log * log, struct tblock * tblk, struct lrd * lrd, in lmWriteRecord() 552 static int lmNextPage(struct jfs_log * log) in lmNextPage() [all …]
|
| D | jfs_txnmgr.c | 352 struct jfs_log *log; in txBegin() local 454 struct jfs_log *log; in txBeginAnon() local 495 struct jfs_log *log; in txEnd() local 906 struct jfs_log *log; in txUnlock() local 1134 struct jfs_log *log; in txCommit() local 1372 static void txLog(struct jfs_log *log, struct tblock *tblk, struct commit *cd) in txLog() 1428 static void diLog(struct jfs_log *log, struct tblock *tblk, struct lrd *lrd, in diLog() 1506 static void dataLog(struct jfs_log *log, struct tblock *tblk, struct lrd *lrd, in dataLog() 1552 static void dtLog(struct jfs_log * log, struct tblock * tblk, struct lrd * lrd, in dtLog() 1655 static void xtLog(struct jfs_log * log, struct tblock * tblk, struct lrd * lrd, in xtLog() [all …]
|
| D | jfs_umount.c | 44 struct jfs_log *log; in jfs_umount() local 124 struct jfs_log *log = sbi->log; in jfs_umount_rw() local
|
| D | super.c | 619 struct jfs_log *log = sbi->log; in jfs_freeze() local 649 struct jfs_log *log = sbi->log; in jfs_unfreeze() local 675 struct jfs_log *log = JFS_SBI(sb)->log; in jfs_sync_fs() local
|
| D | jfs_logmgr.h | 336 } log; member 477 #define LOGSYNC_LOCK_INIT(log) spin_lock_init(&(log)->synclock) argument 478 #define LOGSYNC_LOCK(log, flags) spin_lock_irqsave(&(log)->synclock, flags) argument 479 #define LOGSYNC_UNLOCK(log, flags) \ argument 483 #define logdiff(diff, lsn, log)\ argument
|
| D | jfs_mount.c | 490 struct jfs_log *log = JFS_SBI(sb)->log; in logMOUNT() local
|
| D | resize.c | 57 struct jfs_log *log = sbi->log; in jfs_extendfs() local
|
| /fs/ |
| D | fs_parser.c | 103 int __fs_parse(struct p_log *log, in __fs_parse() 192 static int fs_param_bad_value(struct p_log *log, struct fs_parameter *param) in fs_param_bad_value() 197 int fs_param_is_bool(struct p_log *log, const struct fs_parameter_spec *p, in fs_param_is_bool() 213 int fs_param_is_u32(struct p_log *log, const struct fs_parameter_spec *p, in fs_param_is_u32() 227 int fs_param_is_s32(struct p_log *log, const struct fs_parameter_spec *p, in fs_param_is_s32() 240 int fs_param_is_u64(struct p_log *log, const struct fs_parameter_spec *p, in fs_param_is_u64() 253 int fs_param_is_enum(struct p_log *log, const struct fs_parameter_spec *p, in fs_param_is_enum() 269 int fs_param_is_string(struct p_log *log, const struct fs_parameter_spec *p, in fs_param_is_string() 279 int fs_param_is_blob(struct p_log *log, const struct fs_parameter_spec *p, in fs_param_is_blob() 288 int fs_param_is_fd(struct p_log *log, const struct fs_parameter_spec *p, in fs_param_is_fd() [all …]
|
| D | fs_context.c | 436 void logfc(struct fc_log *log, const char *prefix, char level, const char *fmt, ...) in logfc() 490 struct fc_log *log = fc->log.log; in put_fc_log() local
|
| /fs/btrfs/ |
| D | tree-log.c | 349 static int process_one_buffer(struct btrfs_root *log, in process_one_buffer() 1024 static noinline int backref_in_log(struct btrfs_root *log, in backref_in_log() 1356 struct btrfs_root *log, in add_inode_ref() 2129 struct btrfs_root *log, in check_item_in_log() 2207 struct btrfs_root *log, in replay_xattr_deletes() 2315 struct btrfs_root *log, in replay_dir_deletes() 2420 static int replay_one_buffer(struct btrfs_root *log, struct extent_buffer *eb, in replay_one_buffer() 2748 struct btrfs_root *log, struct walk_control *wc) in walk_log_tree() 2805 struct btrfs_root *log, in update_log_root() 2953 struct btrfs_root *log = root->log_root; in btrfs_sync_log() local [all …]
|
| /fs/ntfs3/ |
| D | fslog.c | 1079 static inline u32 lsn_to_vbo(struct ntfs_log *log, const u64 lsn) in lsn_to_vbo() 1087 static inline u32 next_page_off(struct ntfs_log *log, u32 off) in next_page_off() 1093 static inline u32 lsn_to_page_off(struct ntfs_log *log, u64 lsn) in lsn_to_page_off() 1098 static inline u64 vbo_to_lsn(struct ntfs_log *log, u32 off, u64 Seq) in vbo_to_lsn() 1103 static inline bool is_lsn_in_file(struct ntfs_log *log, u64 lsn) in is_lsn_in_file() 1109 static inline u32 hdr_file_off(struct ntfs_log *log, in hdr_file_off() 1118 static inline u64 base_lsn(struct ntfs_log *log, in base_lsn() 1135 static inline bool verify_client_lsn(struct ntfs_log *log, in verify_client_lsn() 1142 static int read_log_page(struct ntfs_log *log, u32 vbo, in read_log_page() 1203 static int log_read_rst(struct ntfs_log *log, bool first, in log_read_rst() [all …]
|
| /fs/incfs/ |
| D | data_mgmt.c | 553 struct read_log *log = &mi->mi_log; in log_block_read() local 1800 struct read_log *log = &mi->mi_log; in incfs_get_log_state() local 1812 struct read_log *log = &mi->mi_log; in incfs_get_uncollected_logs_count() local 1835 struct read_log *log = &mi->mi_log; in incfs_collect_logged_reads() local
|