Home
last modified time | relevance | path

Searched defs:log (Results 1 – 25 of 38) sorted by relevance

12

/fs/xfs/
Dxfs_log.c95 struct xlog *log, in xlog_grant_sub_space()
121 struct xlog *log, in xlog_grant_add_space()
171 struct xlog *log, in xlog_ticket_reservation()
188 struct xlog *log, in xlog_grant_head_wake()
237 struct xlog *log, in xlog_grant_head_wait()
290 struct xlog *log, in xlog_grant_head_check()
378 struct xlog *log = mp->m_log; in xfs_log_regrant() local
443 struct xlog *log = mp->m_log; in xfs_log_reserve() local
502 struct xlog *log) in xlog_state_shutdown_callbacks()
548 struct xlog *log, in xlog_state_release_iclog()
[all …]
Dxfs_log_recover.c47 #define xlog_recover_check_summary(log) argument
64 struct xlog *log, in xlog_verify_bno()
81 struct xlog *log, in xlog_alloc_buffer()
120 struct xlog *log, in xlog_align()
128 struct xlog *log, in xlog_do_io()
160 struct xlog *log, in xlog_bread_noalign()
170 struct xlog *log, in xlog_bread()
186 struct xlog *log, in xlog_bwrite()
277 struct xlog *log, in xlog_find_cycle_start()
320 struct xlog *log, in xlog_find_verify_cycle()
[all …]
Dxfs_log_cil.c36 struct xlog *log) in xlog_cil_ticket_alloc()
90 struct xlog *log) in xlog_cil_init_post_recovery()
153 struct xlog *log, in xlog_cil_alloc_shadow_bufs()
261 struct xlog *log, in xfs_cil_prepare_item()
335 struct xlog *log, in xlog_cil_insert_format_items()
423 struct xlog *log, in xlog_cil_insert_items()
803 struct xlog *log = ctx->cil->xc_log; in xlog_cil_write_chain() local
822 struct xlog *log = ctx->cil->xc_log; in xlog_cil_write_commit_record() local
868 struct xlog *log = cil->xc_log; in xlog_cil_push_work() local
1116 struct xlog *log) __releases(cil->xc_ctx_lock) in xlog_cil_push_background()
[all …]
Dxfs_buf_item_recover.c32 #define XLOG_BUF_CANCEL_BUCKET(log, blkno) \ argument
48 struct xlog *log, in xlog_find_buffer_cancelled()
69 struct xlog *log, in xlog_add_buffer_cancelled()
101 struct xlog *log, in xlog_is_buffer_cancelled()
118 struct xlog *log, in xlog_put_buffer_cancelled()
168 struct xlog *log, in xlog_recover_buf_ra_pass2()
182 struct xlog *log, in xlog_recover_buf_commit_pass1()
541 struct xlog *log, in xlog_recover_do_dquot_buffer()
885 struct xlog *log, in xlog_recover_buf_commit_pass2()
1019 struct xlog *log) in xlog_check_buf_cancel_table()
[all …]
Dxfs_dquot_item_recover.c25 struct xlog *log, in xlog_recover_dquot_ra_pass2()
61 struct xlog *log, in xlog_recover_dquot_commit_pass2()
177 struct xlog *log, in xlog_recover_quotaoff_commit_pass1()
Dxfs_inode_item_recover.c28 struct xlog *log, in xlog_recover_inode_ra_pass2()
197 struct xlog *log, in xlog_recover_inode_commit_pass2()
Dxfs_log_priv.h373 #define XLOG_CIL_SPACE_LIMIT(log) \ argument
376 #define XLOG_CIL_BLOCKING_SPACE_LIMIT(log) \ argument
467 xlog_recovery_needed(struct xlog *log) in xlog_recovery_needed()
473 xlog_in_recovery(struct xlog *log) in xlog_in_recovery()
479 xlog_is_shutdown(struct xlog *log) in xlog_is_shutdown()
601 xlog_cil_force(struct xlog *log) in xlog_cil_force()
636 struct xlog *log, in xlog_valid_lsn()
Dxfs_sysfs.c323 struct xlog *log = to_xlog(kobject); in log_head_lsn_show() local
341 struct xlog *log = to_xlog(kobject); in log_tail_lsn_show() local
356 struct xlog *log = to_xlog(kobject); in reserve_grant_head_show() local
370 struct xlog *log = to_xlog(kobject); in write_grant_head_show() local
Dxfs_rtalloc.c33 int log, /* log2 of extent size */ in xfs_rtget_summary()
58 int log; /* loop counter, log2 of ext. size */ in xfs_rtany_summary() local
109 int log; /* summary level number (log length) */ in xfs_rtcopy_summary() local
Dxfs_icreate_item.c143 struct xlog *log, in xlog_recover_icreate_commit_pass2()
Dxfs_bmap_item.c631 struct xlog *log, in xlog_recover_bui_commit_pass2()
677 struct xlog *log, in xlog_recover_bud_commit_pass2()
Dxfs_rmap_item.c653 struct xlog *log, in xlog_recover_rui_commit_pass2()
695 struct xlog *log, in xlog_recover_rud_commit_pass2()
Dxfs_refcount_item.c647 struct xlog *log, in xlog_recover_cui_commit_pass2()
689 struct xlog *log, in xlog_recover_cud_commit_pass2()
/fs/jfs/
Djfs_logmgr.c80 #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()
560 static int lmNextPage(struct jfs_log * log) in lmNextPage()
[all …]
Djfs_txnmgr.c352 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()
1540 static void dataLog(struct jfs_log *log, struct tblock *tblk, struct lrd *lrd, in dataLog()
1586 static void dtLog(struct jfs_log * log, struct tblock * tblk, struct lrd * lrd, in dtLog()
1689 static void xtLog(struct jfs_log * log, struct tblock * tblk, struct lrd * lrd, in xtLog()
[all …]
Djfs_umount.c44 struct jfs_log *log; in jfs_umount() local
126 struct jfs_log *log = sbi->log; in jfs_umount_rw() local
Djfs_logmgr.h336 } 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
Dsuper.c625 struct jfs_log *log = sbi->log; in jfs_freeze() local
655 struct jfs_log *log = sbi->log; in jfs_unfreeze() local
681 struct jfs_log *log = JFS_SBI(sb)->log; in jfs_sync_fs() local
Djfs_mount.c487 struct jfs_log *log = JFS_SBI(sb)->log; in logMOUNT() local
Dresize.c57 struct jfs_log *log = sbi->log; in jfs_extendfs() local
/fs/
Dfs_parser.c103 int __fs_parse(struct p_log *log, in __fs_parse()
191 static int fs_param_bad_value(struct p_log *log, struct fs_parameter *param) in fs_param_bad_value()
196 int fs_param_is_bool(struct p_log *log, const struct fs_parameter_spec *p, in fs_param_is_bool()
210 int fs_param_is_u32(struct p_log *log, const struct fs_parameter_spec *p, in fs_param_is_u32()
221 int fs_param_is_s32(struct p_log *log, const struct fs_parameter_spec *p, in fs_param_is_s32()
231 int fs_param_is_u64(struct p_log *log, const struct fs_parameter_spec *p, in fs_param_is_u64()
241 int fs_param_is_enum(struct p_log *log, const struct fs_parameter_spec *p, in fs_param_is_enum()
255 int fs_param_is_string(struct p_log *log, const struct fs_parameter_spec *p, in fs_param_is_string()
264 int fs_param_is_blob(struct p_log *log, const struct fs_parameter_spec *p, in fs_param_is_blob()
273 int fs_param_is_fd(struct p_log *log, const struct fs_parameter_spec *p, in fs_param_is_fd()
[all …]
Dfs_context.c385 void logfc(struct fc_log *log, const char *prefix, char level, const char *fmt, ...) in logfc()
439 struct fc_log *log = fc->log.log; in put_fc_log() local
/fs/ntfs3/
Dfslog.c1045 static inline u32 lsn_to_vbo(struct ntfs_log *log, const u64 lsn) in lsn_to_vbo()
1053 static inline u32 next_page_off(struct ntfs_log *log, u32 off) in next_page_off()
1059 static inline u32 lsn_to_page_off(struct ntfs_log *log, u64 lsn) in lsn_to_page_off()
1064 static inline u64 vbo_to_lsn(struct ntfs_log *log, u32 off, u64 Seq) in vbo_to_lsn()
1069 static inline bool is_lsn_in_file(struct ntfs_log *log, u64 lsn) in is_lsn_in_file()
1075 static inline u32 hdr_file_off(struct ntfs_log *log, in hdr_file_off()
1084 static inline u64 base_lsn(struct ntfs_log *log, in base_lsn()
1101 static inline bool verify_client_lsn(struct ntfs_log *log, in verify_client_lsn()
1118 static int read_log_page(struct ntfs_log *log, u32 vbo, in read_log_page()
1179 static int log_read_rst(struct ntfs_log *log, u32 l_size, bool first, in log_read_rst()
[all …]
/fs/btrfs/
Dtree-log.c339 static int process_one_buffer(struct btrfs_root *log, in process_one_buffer()
1011 static noinline int backref_in_log(struct btrfs_root *log, in backref_in_log()
1466 struct btrfs_root *log, in add_inode_ref()
2264 struct btrfs_root *log, in check_item_in_log()
2347 struct btrfs_root *log, in replay_xattr_deletes()
2455 struct btrfs_root *log, in replay_dir_deletes()
2557 static int replay_one_buffer(struct btrfs_root *log, struct extent_buffer *eb, in replay_one_buffer()
2888 struct btrfs_root *log, struct walk_control *wc) in walk_log_tree()
2965 struct btrfs_root *log, in update_log_root()
3071 struct btrfs_root *log = root->log_root; in btrfs_sync_log() local
[all …]
/fs/incfs/
Ddata_mgmt.c553 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

12