Home
last modified time | relevance | path

Searched defs:snapshot (Results 1 – 25 of 44) sorted by relevance

12

/linux/fs/bcachefs/
H A Dstr_hash.h159 u32 snapshot) in bch2_hash_lookup_in_snapshot()
191 u32 snapshot; in bch2_hash_lookup() local
207 u32 snapshot; in bch2_hash_hole() local
260 subvol_inum inum, u32 snapshot, in bch2_hash_set_or_get_in_snapshot()
320 subvol_inum inum, u32 snapshot, in bch2_hash_set_in_snapshot()
348 u32 snapshot; in bch2_hash_set() local
H A Dfsck.c68 u32 snapshot) in bch2_count_inode_sectors()
85 u32 snapshot) in bch2_count_subdirs()
103 u32 *snapshot, u64 *inum) in subvol_lookup()
116 u64 *target, unsigned *type, u32 snapshot) in lookup_dirent_in_snapshot()
163 static int lookup_lostfound(struct btree_trans *trans, u32 snapshot, in lookup_lostfound()
334 static int maybe_delete_dirent(struct btree_trans *trans, struct bpos d_pos, u32 snapshot) in maybe_delete_dirent()
521 u32 snapshot = inode->bi_snapshot; in remove_backpointer() local
641 static int reconstruct_inode(struct btree_trans *trans, enum btree_id btree, u32 snapshot, u64 inum) in reconstruct_inode()
1032 u32 *snapshot) in inode_get_dirent()
1620 u32 snapshot; member
[all …]
H A Dinode.c343 u32 snapshot; in __bch2_inode_peek() local
372 u64 inode_nr, u32 snapshot, in bch2_inode_find_by_inum_snapshot()
1010 u32 snapshot, u64 cpu) in bch2_inode_create()
1079 u32 snapshot; in bch2_inode_delete_keys() local
1131 u32 snapshot; in bch2_inode_rm() local
1298 static noinline int __bch2_inode_rm_snapshot(struct btree_trans *trans, u64 inum, u32 snapshot) in __bch2_inode_rm_snapshot()
1394 int bch2_inode_rm_snapshot(struct btree_trans *trans, u64 inum, u32 snapshot) in bch2_inode_rm_snapshot()
1509 u32 snapshot; in may_delete_deleted_inum() local
H A Dnamei.c45 u32 snapshot; in bch2_create_trans() local
623 u32 subvol, u64 inum, u32 snapshot, in __bch2_inum_to_path()
715 int bch2_inum_snapshot_to_path(struct btree_trans *trans, u64 inum, u32 snapshot, in bch2_inum_snapshot_to_path()
982 u32 snapshot = dir.bi_snapshot; in bch2_check_inode_has_case_insensitive() local
H A Dsubvolume_format.h12 __le32 snapshot; member
H A Dsubvolume.c52 struct bch_snapshot snapshot; in check_subvol() local
354 int bch2_snapshot_get_subvol(struct btree_trans *trans, u32 snapshot, in bch2_snapshot_get_subvol()
457 struct bkey_s_c_snapshot snapshot = in __bch2_subvolume_delete() local
H A Ddirent.c325 u32 dir_subvol, u64 dir, u32 snapshot, in bch2_dirent_create_snapshot()
629 int bch2_empty_dir_snapshot(struct btree_trans *trans, u64 dir, u32 subvol, u32 snapshot) in bch2_empty_dir_snapshot()
652 u32 snapshot; in bch2_empty_dir_trans() local
H A Dio_misc.c150 u32 snapshot; in bch2_fpunch_at() local
371 u32 snapshot; in __bch2_resume_logged_op_finsert() local
H A Dfs-io-buffered.c181 u32 snapshot; in bchfs_read() local
/linux/drivers/gpu/drm/xe/
H A Dxe_sched_job.c333 struct xe_sched_job_snapshot *snapshot; in xe_sched_job_snapshot_capture() local
349 void xe_sched_job_snapshot_free(struct xe_sched_job_snapshot *snapshot) in xe_sched_job_snapshot_free()
355 xe_sched_job_snapshot_print(struct xe_sched_job_snapshot *snapshot, in xe_sched_job_snapshot_print()
H A Dxe_guc_ct.c1633 struct xe_guc_ct_snapshot *snapshot; in guc_ct_snapshot_alloc() local
1648 struct guc_ctb_snapshot *snapshot) in guc_ctb_snapshot_capture()
1655 static void guc_ctb_snapshot_print(struct guc_ctb_snapshot *snapshot, in guc_ctb_snapshot_print()
1673 struct xe_guc_ct_snapshot *snapshot; in guc_ct_snapshot_capture() local
1716 void xe_guc_ct_snapshot_print(struct xe_guc_ct_snapshot *snapshot, in xe_guc_ct_snapshot_print()
1748 void xe_guc_ct_snapshot_free(struct xe_guc_ct_snapshot *snapshot) in xe_guc_ct_snapshot_free()
1768 struct xe_guc_ct_snapshot *snapshot; in xe_guc_ct_print() local
H A Dxe_hw_engine.c876 struct xe_hw_engine_snapshot *snapshot; in xe_hw_engine_snapshot_capture() local
927 void xe_hw_engine_snapshot_free(struct xe_hw_engine_snapshot *snapshot) in xe_hw_engine_snapshot_free()
954 struct xe_hw_engine_snapshot *snapshot; in xe_hw_engine_print() local
H A Dxe_guc_submit.c2130 struct xe_guc_submit_exec_queue_snapshot *snapshot) in guc_exec_queue_wq_snapshot_capture()
2155 guc_exec_queue_wq_snapshot_print(struct xe_guc_submit_exec_queue_snapshot *snapshot, in guc_exec_queue_wq_snapshot_print()
2190 struct xe_guc_submit_exec_queue_snapshot *snapshot; in xe_guc_exec_queue_snapshot_capture() local
2261 xe_guc_exec_queue_snapshot_capture_delayed(struct xe_guc_submit_exec_queue_snapshot *snapshot) in xe_guc_exec_queue_snapshot_capture_delayed()
2280 xe_guc_exec_queue_snapshot_print(struct xe_guc_submit_exec_queue_snapshot *snapshot, in xe_guc_exec_queue_snapshot_print()
2325 void xe_guc_exec_queue_snapshot_free(struct xe_guc_submit_exec_queue_snapshot *snapshot) in xe_guc_exec_queue_snapshot_free()
2343 struct xe_guc_submit_exec_queue_snapshot *snapshot; in guc_exec_queue_print() local
H A Dxe_lrc.c1806 struct xe_lrc_snapshot *snapshot = kmalloc(sizeof(*snapshot), GFP_NOWAIT); in xe_lrc_snapshot_capture() local
1829 void xe_lrc_snapshot_capture_delayed(struct xe_lrc_snapshot *snapshot) in xe_lrc_snapshot_capture_delayed()
1859 void xe_lrc_snapshot_print(struct xe_lrc_snapshot *snapshot, struct drm_printer *p) in xe_lrc_snapshot_print()
1903 void xe_lrc_snapshot_free(struct xe_lrc_snapshot *snapshot) in xe_lrc_snapshot_free()
H A Dxe_guc_capture.c1579 xe_engine_manual_capture(struct xe_hw_engine *hwe, struct xe_hw_engine_snapshot *snapshot) in xe_engine_manual_capture()
1671 snapshot_print_by_list_order(struct xe_hw_engine_snapshot *snapshot, struct drm_printer *p, in snapshot_print_by_list_order()
1777 void xe_engine_snapshot_print(struct xe_hw_engine_snapshot *snapshot, struct drm_printer *p) in xe_engine_snapshot_print()
/linux/kernel/power/
H A Dswap.c548 save_image(struct swap_map_handle * handle,struct snapshot_handle * snapshot,unsigned int nr_to_write) save_image() argument
693 save_compressed_image(struct swap_map_handle * handle,struct snapshot_handle * snapshot,unsigned int nr_to_write) save_compressed_image() argument
943 struct snapshot_handle snapshot; swsusp_write() local
1089 load_image(struct swap_map_handle * handle,struct snapshot_handle * snapshot,unsigned int nr_to_read) load_image() argument
1199 load_compressed_image(struct swap_map_handle * handle,struct snapshot_handle * snapshot,unsigned int nr_to_read) load_compressed_image() argument
1530 struct snapshot_handle snapshot; swsusp_read() local
[all...]
/linux/tools/power/x86/turbostat/
H A DMakefile36 snapshot: turbostat target
/linux/drivers/hwtracing/coresight/
H A Dcoresight-tmc-etr.c50 bool snapshot; member
1356 int nr_pages, void **pages, bool snapshot) in alloc_etr_buf()
1395 void **pages, bool snapshot) in get_perf_etr_buf_cpu_wide()
1459 void **pages, bool snapshot) in get_perf_etr_buf_per_thread()
1470 int nr_pages, void **pages, bool snapshot) in get_perf_etr_buf()
1482 int nr_pages, void **pages, bool snapshot) in tmc_etr_setup_perf_buf()
1515 int nr_pages, bool snapshot) in tmc_alloc_etr_buffer()
H A Dcoresight-priv.h109 bool snapshot; member
H A Dcoresight-trbe.c70 bool snapshot; member
733 int nr_pages, bool snapshot) in arm_trbe_alloc_buffer()
/linux/tools/testing/selftests/kvm/
H A Drseq_test.c208 int r, i, snapshot, opt, fd = -1, latency = -1; in main() local
/linux/kernel/
H A Dtracepoint.c45 struct tp_transition_snapshot *snapshot = &tp_transition_snapshot[sync]; in tp_rcu_get_state() local
54 struct tp_transition_snapshot *snapshot = &tp_transition_snapshot[sync]; in tp_rcu_cond_sync() local
/linux/drivers/net/ethernet/qualcomm/rmnet/
H A Drmnet_vnd.c136 struct rmnet_vnd_stats snapshot; in rmnet_get_stats64() local
/linux/drivers/pwm/
H A Dpwm-sti.c70 u32 snapshot[3]; member
/linux/security/integrity/ima/
H A Dima_template_lib.c496 bool snapshot = false; in ima_eventname_init_common() local

12