Home
last modified time | relevance | path

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

12345678

/linux/fs/xfs/
H A Dxfs_log.c110 struct xlog *log, in xlog_grant_return_space()
130 struct xlog *log, in xlog_grant_space_left()
157 struct xlog *log, in xlog_ticket_reservation()
174 struct xlog *log, in xlog_grant_head_wake()
196 struct xlog *log, in xlog_grant_head_wait()
251 struct xlog *log, in xlog_grant_head_check()
315 struct xlog *log = mp->m_log; in xfs_log_regrant() local
373 struct xlog *log = mp->m_log; in xfs_log_reserve() local
424 struct xlog *log) in xlog_state_shutdown_callbacks()
470 struct xlog *log, in xlog_state_release_iclog()
[all …]
H A Dxfs_log_recover.c57 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 …]
H A Dxfs_log_cil.c35 struct xlog *log) in xlog_cil_ticket_alloc()
53 struct xlog *log = cil->xc_log; in xlog_cil_set_iclog_hdr_count() local
205 struct xlog *log) in xlog_cil_init_post_recovery()
269 struct xlog *log, in xlog_cil_alloc_shadow_bufs()
372 struct xlog *log, in xfs_cil_prepare_item()
538 struct xlog *log, in xlog_cil_insert_format_items()
615 struct xlog *log, in xlog_cil_over_hard_limit()
634 struct xlog *log, in xlog_cil_insert_items()
1169 struct xlog *log = ctx->cil->xc_log; in xlog_cil_write_chain() local
1188 struct xlog *log = ctx->cil->xc_log; in xlog_cil_write_commit_record() local
[all …]
H A Dxfs_buf_item_recover.c37 #define XLOG_BUF_CANCEL_BUCKET(log, blkno) \ argument
53 struct xlog *log, in xlog_find_buffer_cancelled()
74 struct xlog *log, in xlog_add_buffer_cancelled()
106 struct xlog *log, in xlog_is_buffer_cancelled()
123 struct xlog *log, in xlog_put_buffer_cancelled()
173 struct xlog *log, in xlog_recover_buf_ra_pass2()
187 struct xlog *log, in xlog_recover_buf_commit_pass1()
561 struct xlog *log, in xlog_recover_do_dquot_buffer()
1010 struct xlog *log, in xlog_recover_buf_commit_pass2()
1165 struct xlog *log) in xlog_check_buf_cancel_table()
[all …]
H A Dxfs_trans_ail.c403 struct xlog *log = ailp->ail_log; in xfs_ail_calc_push_target() local
733 struct xlog *log = ailp->ail_log; in __xfs_ail_assign_tail_lsn() local
764 struct xlog *log = ailp->ail_log; in xfs_ail_update_finish() local
899 struct xlog *log = ailp->ail_log; in xfs_trans_ail_delete() local
/linux/drivers/md/
H A Draid5-cache.c210 struct r5l_log *log; member
250 bool r5c_is_writeback(struct r5l_log *log) in r5c_is_writeback()
256 static sector_t r5l_ring_add(struct r5l_log *log, sector_t start, sector_t inc) in r5l_ring_add()
264 static sector_t r5l_ring_distance(struct r5l_log *log, sector_t start, in r5l_ring_distance()
273 static bool r5l_has_free_space(struct r5l_log *log, sector_t size) in r5l_has_free_space()
326 struct r5l_log *log = READ_ONCE(conf->log); in r5c_check_stripe_cache_usage() local
353 struct r5l_log *log = READ_ONCE(conf->log); in r5c_check_cached_full_stripe() local
398 struct r5l_log *log = READ_ONCE(conf->log); in r5c_log_required_to_flush_cache() local
415 static inline void r5c_update_log_state(struct r5l_log *log) in r5c_update_log_state()
451 struct r5l_log *log = READ_ONCE(conf->log); in r5c_make_stripe_write_out() local
[all …]
H A Ddm-log.c154 struct dm_dirty_log *log; in dm_dirty_log_create() local
178 void dm_dirty_log_destroy(struct dm_dirty_log *log) in dm_dirty_log_destroy()
319 static int read_header(struct log_c *log) in read_header()
368 static int create_log_context(struct dm_dirty_log *log, struct dm_target *ti, in create_log_context()
518 static int core_ctr(struct dm_dirty_log *log, struct dm_target *ti, in core_ctr()
531 static void core_dtr(struct dm_dirty_log *log) in core_dtr()
546 static int disk_ctr(struct dm_dirty_log *log, struct dm_target *ti, in disk_ctr()
570 static void disk_dtr(struct dm_dirty_log *log) in disk_dtr()
589 static int disk_resume(struct dm_dirty_log *log) in disk_resume()
653 static uint32_t core_get_region_size(struct dm_dirty_log *log) in core_get_region_size()
[all …]
H A Ddm-log-userspace-base.c191 static int userspace_ctr(struct dm_dirty_log *log, struct dm_target *ti, in userspace_ctr()
328 static void userspace_dtr(struct dm_dirty_log *log) in userspace_dtr()
352 static int userspace_presuspend(struct dm_dirty_log *log) in userspace_presuspend()
363 static int userspace_postsuspend(struct dm_dirty_log *log) in userspace_postsuspend()
380 static int userspace_resume(struct dm_dirty_log *log) in userspace_resume()
392 static uint32_t userspace_get_region_size(struct dm_dirty_log *log) in userspace_get_region_size()
407 static int userspace_is_clean(struct dm_dirty_log *log, region_t region) in userspace_is_clean()
434 static int userspace_in_sync(struct dm_dirty_log *log, region_t region, in userspace_in_sync()
562 static int userspace_flush(struct dm_dirty_log *log) in userspace_flush()
648 static void userspace_mark_region(struct dm_dirty_log *log, region_t region) in userspace_mark_region()
[all …]
H A Draid5-ppl.c136 struct ppl_log *log; member
232 static struct ppl_io_unit *ppl_new_iounit(struct ppl_log *log, in ppl_new_iounit()
267 static int ppl_log_stripe(struct ppl_log *log, struct stripe_head *sh) in ppl_log_stripe()
365 struct ppl_log *log; in ppl_write_stripe() local
401 struct ppl_log *log = io->log; in ppl_log_endio() local
430 struct ppl_log *log = io->log; in ppl_submit_iounit() local
509 static void ppl_submit_current_io(struct ppl_log *log) in ppl_submit_current_io()
535 struct ppl_log *log; in ppl_write_stripe_run() local
549 struct ppl_log *log = io->log; in ppl_io_unit_finished() local
584 struct ppl_log *log = io->log; in ppl_flush_endio() local
[all …]
/linux/fs/jfs/
H A 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()
552 static int lmNextPage(struct jfs_log * log) in lmNextPage()
[all …]
H A Djfs_txnmgr.c353 struct jfs_log *log; in txBegin() local
455 struct jfs_log *log; in txBeginAnon() local
496 struct jfs_log *log; in txEnd() local
907 struct jfs_log *log; in txUnlock() local
1135 struct jfs_log *log; in txCommit() local
1373 static void txLog(struct jfs_log *log, struct tblock *tblk, struct commit *cd) in txLog()
1429 static void diLog(struct jfs_log *log, struct tblock *tblk, struct lrd *lrd, in diLog()
1507 static void dataLog(struct jfs_log *log, struct tblock *tblk, struct lrd *lrd, in dataLog()
1553 static void dtLog(struct jfs_log * log, struct tblock * tblk, struct lrd * lrd, in dtLog()
1656 static void xtLog(struct jfs_log * log, struct tblock * tblk, struct lrd * lrd, in xtLog()
[all …]
H A Djfs_umount.c44 struct jfs_log *log; in jfs_umount() local
124 struct jfs_log *log = sbi->log; in jfs_umount_rw() local
/linux/net/openvswitch/
H A Dflow_netlink.c164 u64 key_attrs, u64 mask_attrs, bool log) in match_validate()
479 u64 *attrsp, bool log, bool nz) in __parse_flow_nlattrs()
531 bool log) in parse_flow_mask_nlattrs()
537 u64 *attrsp, bool log) in parse_flow_nlattrs()
544 bool log) in genev_tun_opt_from_nlattr()
595 bool log) in vxlan_tun_opt_from_nlattr()
651 bool log) in erspan_tun_opt_from_nlattr()
678 bool log) in ip_tun_from_nlattr()
1013 const struct nlattr **a, bool log) in validate_vlan_from_nlattrs()
1051 const struct nlattr **a, bool log) in validate_vlan_mask_from_nlattrs()
[all …]
/linux/net/netfilter/
H A Dnfnetlink_log.c106 __instance_lookup(const struct nfnl_log_net *log, u16 group_num) in __instance_lookup()
126 instance_lookup_get_rcu(const struct nfnl_log_net *log, u16 group_num) in instance_lookup_get_rcu()
138 instance_lookup_get(const struct nfnl_log_net *log, u16 group_num) in instance_lookup_get()
173 struct nfnl_log_net *log = nfnl_log_pernet(net); in instance_create() local
250 instance_destroy(struct nfnl_log_net *log, in instance_destroy()
456 __build_packet_message(struct nfnl_log_net *log, in __build_packet_message()
699 struct nfnl_log_net *log = nfnl_log_pernet(net); in nfulnl_log_packet() local
834 struct nfnl_log_net *log = nfnl_log_pernet(n->net); in nfulnl_rcv_nl_event() local
885 struct nfnl_log_net *log = nfnl_log_pernet(info->net); in nfulnl_recv_config() local
1031 struct nfnl_log_net *log; in get_first() local
[all …]
/linux/drivers/gpu/drm/xe/
H A Dxe_guc_log.c96 log_to_guc(struct xe_guc_log *log) in log_to_guc()
102 log_to_gt(struct xe_guc_log *log) in log_to_gt()
108 log_to_xe(struct xe_guc_log *log) in log_to_xe()
113 static struct xe_guc_log_snapshot *xe_guc_log_snapshot_alloc(struct xe_guc_log *log, bool atomic) in xe_guc_log_snapshot_alloc()
188 struct xe_guc_log_snapshot *xe_guc_log_snapshot_capture(struct xe_guc_log *log, bool atomic) in xe_guc_log_snapshot_capture()
579 void xe_guc_log_print_dmesg(struct xe_guc_log *log) in xe_guc_log_print_dmesg()
598 void xe_guc_log_print(struct xe_guc_log *log, struct drm_printer *p) in xe_guc_log_print()
615 void xe_guc_log_print_lfd(struct xe_guc_log *log, struct drm_printer *p) in xe_guc_log_print_lfd()
624 int xe_guc_log_init(struct xe_guc_log *log) in xe_guc_log_init()
660 bool xe_guc_check_log_buf_overflow(struct xe_guc_log *log, enum guc_log_type type, in xe_guc_check_log_buf_overflow()
/linux/drivers/net/ethernet/meta/fbnic/
H A Dfbnic_fw_log.c38 struct fbnic_fw_log *log = &fbd->fw_log; in fbnic_fw_log_init() local
59 struct fbnic_fw_log *log = &fbd->fw_log; in fbnic_fw_log_free() local
75 struct fbnic_fw_log *log = &fbd->fw_log; in fbnic_fw_log_write() local
/linux/drivers/mtd/tests/
H A Dnandbiterrs.c90 static int write_page(int log) in write_page()
99 static int rewrite_page(int log) in rewrite_page()
128 static int read_page(int log) in read_page()
154 static int verify_page(int log) in verify_page()
/linux/drivers/char/tpm/eventlog/
H A Dtpm2.c45 struct tpm_bios_log *log = &chip->log; in tpm2_bios_measurements_start() local
91 struct tpm_bios_log *log = &chip->log; in tpm2_bios_measurements_next() local
131 struct tpm_bios_log *log = &chip->log; in tpm2_binary_bios_measurements_show() local
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dbad_struct_ops.c10 char *log = NULL; in invalid_prog_reuse() local
35 char *log = NULL; in unused_program() local
H A Dchanges_pkt_data.c
/linux/fs/ntfs3/
H A Dfslog.c1081 static inline u32 lsn_to_vbo(struct ntfs_log *log, const u64 lsn) in lsn_to_vbo()
1089 static inline u32 next_page_off(struct ntfs_log *log, u32 off) in next_page_off()
1095 static inline u32 lsn_to_page_off(struct ntfs_log *log, u64 lsn) in lsn_to_page_off()
1100 static inline u64 vbo_to_lsn(struct ntfs_log *log, u32 off, u64 Seq) in vbo_to_lsn()
1105 static inline bool is_lsn_in_file(struct ntfs_log *log, u64 lsn) in is_lsn_in_file()
1111 static inline u32 hdr_file_off(struct ntfs_log *log, in hdr_file_off()
1120 static inline u64 base_lsn(struct ntfs_log *log, in base_lsn()
1137 static inline bool verify_client_lsn(struct ntfs_log *log, in verify_client_lsn()
1144 static int read_log_page(struct ntfs_log *log, u32 vbo, in read_log_page()
1205 static int log_read_rst(struct ntfs_log *log, bool first, in log_read_rst()
[all …]
/linux/drivers/staging/greybus/
H A Dlog.c70 struct gb_log *log; in gb_log_probe() local
109 struct gb_log *log = greybus_get_drvdata(bundle); in gb_log_disconnect() local
/linux/drivers/pci/pcie/
H A Dtlp.c64 unsigned int tlp_len, bool flit, struct pcie_tlp_log *log) in pcie_read_tlp_log()
107 const struct pcie_tlp_log *log, const char *level, in pcie_print_tlp_log()
/linux/fs/btrfs/
H A Dtree-log.c143 struct btrfs_root *log; member
427 struct btrfs_root *log = wc->log; in process_one_buffer() local
1174 static noinline int backref_in_log(struct btrfs_root *log, in backref_in_log()
2510 struct btrfs_root *log = wc->log; in replay_xattr_deletes() local
2645 struct btrfs_root *log = (del_all ? NULL : wc->log); in replay_dir_deletes() local
3121 struct btrfs_root *log = wc->log; in walk_log_tree() local
3171 struct btrfs_root *log, in update_log_root()
3319 struct btrfs_root *log = root->log_root; in btrfs_sync_log() local
3624 struct btrfs_root *log) in free_log_tree()
3852 struct btrfs_root *log, in del_logged_dentry()
[all …]
/linux/drivers/nvme/target/
H A Dadmin-cmd.c291 struct nvme_rotational_media_log *log; in nvmet_execute_get_log_page_rmi() local
330 struct nvme_smart_log *log; in nvmet_execute_get_log_page_smart() local
361 struct nvme_effects_log *log) in nvmet_get_cmd_effects_admin()
382 static void nvmet_get_cmd_effects_nvm(struct nvme_effects_log *log) in nvmet_get_cmd_effects_nvm()
397 static void nvmet_get_cmd_effects_zns(struct nvme_effects_log *log) in nvmet_get_cmd_effects_zns()
409 struct nvme_effects_log *log; in nvmet_execute_get_log_cmd_effects_ns() local
494 struct nvme_endurance_group_log *log; in nvmet_execute_get_log_page_endgrp() local

12345678