Home
last modified time | relevance | path

Searched defs:log (Results 1 – 25 of 180) 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() argument
479 u64 *attrsp, bool log, bool nz) in __parse_flow_nlattrs() argument
531 bool log) in parse_flow_mask_nlattrs() argument
537 parse_flow_nlattrs(const struct nlattr * attr,const struct nlattr * a[],u64 * attrsp,bool log) parse_flow_nlattrs() argument
544 genev_tun_opt_from_nlattr(const struct nlattr * a,struct sw_flow_match * match,bool is_mask,bool log) genev_tun_opt_from_nlattr() argument
595 vxlan_tun_opt_from_nlattr(const struct nlattr * attr,struct sw_flow_match * match,bool is_mask,bool log) vxlan_tun_opt_from_nlattr() argument
651 erspan_tun_opt_from_nlattr(const struct nlattr * a,struct sw_flow_match * match,bool is_mask,bool log) erspan_tun_opt_from_nlattr() argument
678 ip_tun_from_nlattr(const struct nlattr * attr,struct sw_flow_match * match,bool is_mask,bool log) ip_tun_from_nlattr() argument
1013 validate_vlan_from_nlattrs(const struct sw_flow_match * match,u64 key_attrs,bool inner,const struct nlattr ** a,bool log) validate_vlan_from_nlattrs() argument
1051 validate_vlan_mask_from_nlattrs(const struct sw_flow_match * match,u64 key_attrs,bool inner,const struct nlattr ** a,bool log) validate_vlan_mask_from_nlattrs() argument
1094 __parse_vlan_from_nlattrs(struct sw_flow_match * match,u64 * key_attrs,bool inner,const struct nlattr ** a,bool is_mask,bool log) __parse_vlan_from_nlattrs() argument
1128 parse_vlan_from_nlattrs(struct sw_flow_match * match,u64 * key_attrs,const struct nlattr ** a,bool is_mask,bool log) parse_vlan_from_nlattrs() argument
1151 parse_eth_type_from_nlattrs(struct sw_flow_match * match,u64 * attrs,const struct nlattr ** a,bool is_mask,bool log) parse_eth_type_from_nlattrs() argument
1172 metadata_from_nlattrs(struct net * net,struct sw_flow_match * match,u64 * attrs,const struct nlattr ** a,bool is_mask,bool log) metadata_from_nlattrs() argument
1367 nsh_key_put_from_nlattr(const struct nlattr * attr,struct sw_flow_match * match,bool is_mask,bool is_push_nsh,bool log) nsh_key_put_from_nlattr() argument
1488 ovs_key_from_nlattrs(struct net * net,struct sw_flow_match * match,u64 attrs,const struct nlattr ** a,bool is_mask,bool log) ovs_key_from_nlattrs() argument
1778 ovs_nla_get_match(struct net * net,struct sw_flow_match * match,const struct nlattr * nla_key,const struct nlattr * nla_mask,bool log) ovs_nla_get_match() argument
1854 get_ufid_len(const struct nlattr * attr,bool log) get_ufid_len() argument
1875 ovs_nla_get_ufid(struct sw_flow_id * sfid,const struct nlattr * attr,bool log) ovs_nla_get_ufid() argument
1885 ovs_nla_get_identifier(struct sw_flow_id * sfid,const struct nlattr * ufid,const struct sw_flow_key * key,bool log) ovs_nla_get_identifier() argument
1929 ovs_nla_get_flow_metadata(struct net * net,const struct nlattr * a[OVS_KEY_ATTR_MAX+1],u64 attrs,struct sw_flow_key * key,bool log) ovs_nla_get_flow_metadata() argument
2428 reserve_sfa_size(struct sw_flow_actions ** sfa,int attr_len,bool log) reserve_sfa_size() argument
2458 __add_action(struct sw_flow_actions ** sfa,int attrtype,void * data,int len,bool log) __add_action() argument
2477 ovs_nla_add_action(struct sw_flow_actions ** sfa,int attrtype,void * data,int len,bool log) ovs_nla_add_action() argument
2487 add_nested_action_start(struct sw_flow_actions ** sfa,int attrtype,bool log) add_nested_action_start() argument
2519 validate_and_copy_sample(struct net * net,const struct nlattr * attr,const struct sw_flow_key * key,struct sw_flow_actions ** sfa,__be16 eth_type,__be16 vlan_tci,u32 mpls_label_count,bool log,bool last,u32 depth) validate_and_copy_sample() argument
2587 validate_and_copy_dec_ttl(struct net * net,const struct nlattr * attr,const struct sw_flow_key * key,struct sw_flow_actions ** sfa,__be16 eth_type,__be16 vlan_tci,u32 mpls_label_count,bool log,u32 depth) validate_and_copy_dec_ttl() argument
2646 validate_and_copy_clone(struct net * net,const struct nlattr * attr,const struct sw_flow_key * key,struct sw_flow_actions ** sfa,__be16 eth_type,__be16 vlan_tci,u32 mpls_label_count,bool log,bool last,u32 depth) validate_and_copy_clone() argument
2725 validate_and_copy_set_tun(const struct nlattr * attr,struct sw_flow_actions ** sfa,bool log) validate_and_copy_set_tun() argument
2805 validate_push_nsh(const struct nlattr * a,bool log) validate_push_nsh() argument
2838 validate_set(const struct nlattr * a,const struct sw_flow_key * flow_key,struct sw_flow_actions ** sfa,bool * skip_copy,u8 mac_proto,__be16 eth_type,bool masked,bool log) validate_set() argument
3036 validate_and_copy_check_pkt_len(struct net * net,const struct nlattr * attr,const struct sw_flow_key * key,struct sw_flow_actions ** sfa,__be16 eth_type,__be16 vlan_tci,u32 mpls_label_count,bool log,bool last,u32 depth) validate_and_copy_check_pkt_len() argument
3132 copy_action(const struct nlattr * from,struct sw_flow_actions ** sfa,bool log) copy_action() argument
3149 __ovs_nla_copy_actions(struct net * net,const struct nlattr * attr,const struct sw_flow_key * key,struct sw_flow_actions ** sfa,__be16 eth_type,__be16 vlan_tci,u32 mpls_label_count,bool log,u32 depth) __ovs_nla_copy_actions() argument
3491 ovs_nla_copy_actions(struct net * net,const struct nlattr * attr,const struct sw_flow_key * key,struct sw_flow_actions ** sfa,bool log) ovs_nla_copy_actions() argument
[all...]
/linux/net/netfilter/
H A Dnfnetlink_log.c106 __instance_lookup(const struct nfnl_log_net *log, u16 group_num) in __instance_lookup() argument
126 instance_lookup_get_rcu(const struct nfnl_log_net *log, u16 group_num) in instance_lookup_get_rcu() argument
138 instance_lookup_get(const struct nfnl_log_net *log, u16 group_num) in instance_lookup_get() argument
173 struct nfnl_log_net *log = nfnl_log_pernet(net); in instance_create() local
250 instance_destroy(struct nfnl_log_net * log,struct nfulnl_instance * inst) instance_destroy() argument
456 __build_packet_message(struct nfnl_log_net * log,struct nfulnl_instance * inst,const struct sk_buff * skb,unsigned int data_len,u_int8_t pf,unsigned int hooknum,const struct net_device * indev,const struct net_device * outdev,const char * prefix,unsigned int plen,const struct nfnl_ct_hook * nfnl_ct,struct nf_conn * ct,enum ip_conntrack_info ctinfo) __build_packet_message() argument
699 struct nfnl_log_net *log = nfnl_log_pernet(net); nfulnl_log_packet() local
834 struct nfnl_log_net *log = nfnl_log_pernet(n->net); nfulnl_rcv_nl_event() local
885 struct nfnl_log_net *log = nfnl_log_pernet(info->net); nfulnl_recv_config() local
1031 struct nfnl_log_net *log; get_first() local
1051 struct nfnl_log_net *log; get_next() local
1119 struct nfnl_log_net *log = nfnl_log_pernet(net); nfnl_log_net_init() local
1146 struct nfnl_log_net *log = nfnl_log_pernet(net); nfnl_log_net_exit() 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
1181 static noinline int backref_in_log(struct btrfs_root *log, in backref_in_log()
2517 struct btrfs_root *log = wc->log; in replay_xattr_deletes() local
2652 struct btrfs_root *log = (del_all ? NULL : wc->log); in replay_dir_deletes() local
3128 struct btrfs_root *log = wc->log; in walk_log_tree() local
3178 struct btrfs_root *log, in update_log_root()
3326 struct btrfs_root *log = root->log_root; in btrfs_sync_log() local
3631 struct btrfs_root *log) in free_log_tree()
3859 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