Home
last modified time | relevance | path

Searched refs:pass (Results 1 – 25 of 32) sorted by relevance

12

/linux-4.19.296/fs/gfs2/
Dlops.h72 unsigned int pass) in lops_before_scan() argument
77 gfs2_log_ops[x]->lo_before_scan(jd, head, pass); in lops_before_scan()
83 unsigned int pass) in lops_scan_elements() argument
89 ld, ptr, pass); in lops_scan_elements()
98 unsigned int pass) in lops_after_scan() argument
103 gfs2_log_ops[x]->lo_after_scan(jd, error, pass); in lops_after_scan()
Dlops.c517 struct gfs2_log_header_host *head, int pass) in buf_lo_before_scan() argument
519 if (pass != 0) in buf_lo_before_scan()
528 int pass) in buf_lo_scan_elements() argument
538 if (pass != 1 || be32_to_cpu(ld->ld_type) != GFS2_LOG_DESC_METADATA) in buf_lo_scan_elements()
597 static void buf_lo_after_scan(struct gfs2_jdesc *jd, int error, int pass) in buf_lo_after_scan() argument
606 if (pass != 1) in buf_lo_after_scan()
671 struct gfs2_log_header_host *head, int pass) in revoke_lo_before_scan() argument
673 if (pass != 0) in revoke_lo_before_scan()
682 int pass) in revoke_lo_scan_elements() argument
693 if (pass != 0 || be32_to_cpu(ld->ld_type) != GFS2_LOG_DESC_REVOKE) in revoke_lo_scan_elements()
[all …]
Drecovery.c309 unsigned int end, int pass) in foreach_descriptor() argument
351 error = lops_scan_elements(jd, start, ld, ptr, pass); in foreach_descriptor()
415 unsigned int pass; in gfs2_recover_func() local
504 for (pass = 0; pass < 2; pass++) { in gfs2_recover_func()
505 lops_before_scan(jd, &head, pass); in gfs2_recover_func()
507 head.lh_blkno, pass); in gfs2_recover_func()
508 lops_after_scan(jd, error, pass); in gfs2_recover_func()
Dincore.h58 struct gfs2_log_header_host *head, int pass);
61 int pass);
62 void (*lo_after_scan) (struct gfs2_jdesc *jd, int error, int pass);
/linux-4.19.296/fs/ntfs/
Dlcnalloc.c161 u8 pass, done_zones, search_zone, need_writeback = 0, bit; in ntfs_cluster_alloc() local
193 pass = 1; in ntfs_cluster_alloc()
211 pass = 2; in ntfs_cluster_alloc()
220 pass = 2; in ntfs_cluster_alloc()
230 pass = 2; in ntfs_cluster_alloc()
262 done_zones, search_zone, pass, in ntfs_cluster_alloc()
509 ntfs_debug("At zone_pass_done, pass %i.", pass); in ntfs_cluster_alloc()
510 if (pass == 1) { in ntfs_cluster_alloc()
515 pass = 2; in ntfs_cluster_alloc()
551 pass = 1; in ntfs_cluster_alloc()
[all …]
Dmft.c1149 u8 pass, b; in ntfs_mft_bitmap_find_and_alloc_free_rec_nolock() local
1167 pass = 1; in ntfs_mft_bitmap_find_and_alloc_free_rec_nolock()
1176 pass = 2; in ntfs_mft_bitmap_find_and_alloc_free_rec_nolock()
1183 "pass_end 0x%llx, data_pos 0x%llx.", pass, in ntfs_mft_bitmap_find_and_alloc_free_rec_nolock()
1187 for (; pass <= 2;) { in ntfs_mft_bitmap_find_and_alloc_free_rec_nolock()
1250 if (++pass == 2) { in ntfs_mft_bitmap_find_and_alloc_free_rec_nolock()
1258 "0x%llx.", pass, (long long)pass_start, in ntfs_mft_bitmap_find_and_alloc_free_rec_nolock()
/linux-4.19.296/fs/jbd2/
Drecovery.c40 struct recovery_info *info, enum passtype pass);
417 struct recovery_info *info, enum passtype pass) in do_one_pass() argument
443 if (pass == PASS_SCAN) in do_one_pass()
446 jbd_debug(1, "Starting recovery pass %d\n", pass); in do_one_pass()
468 if (pass != PASS_SCAN) in do_one_pass()
535 if (pass != PASS_REPLAY) { in do_one_pass()
536 if (pass == PASS_SCAN && in do_one_pass()
691 if (pass == PASS_SCAN && in do_one_pass()
741 if (pass == PASS_SCAN && in do_one_pass()
760 if (pass != PASS_REVOKE) { in do_one_pass()
[all …]
/linux-4.19.296/drivers/pci/hotplug/
Dacpiphp_glue.c500 int max, pass; in enable_slot() local
504 for (pass = 0; pass < 2; pass++) { in enable_slot()
509 max = pci_scan_bridge(bus, dev, max, pass); in enable_slot()
510 if (pass && dev->subordinate) { in enable_slot()
/linux-4.19.296/drivers/sfi/
DKconfig9 for platform firmware to pass information to the operating system
/linux-4.19.296/drivers/virt/vboxguest/
DKconfig8 copy-and-paste, seamless mode and OpenGL pass-through.
/linux-4.19.296/drivers/of/unittest-data/
Dtests-phandle.dtsi38 phandle-map-pass-thru = <0x0 0xf0>;
/linux-4.19.296/fs/btrfs/
Dcheck-integrity.c637 int pass; in btrfsic_process_superblock() local
674 for (pass = 0; pass < 3; pass++) { in btrfsic_process_superblock()
679 switch (pass) { in btrfsic_process_superblock()
773 int pass; in btrfsic_process_superblock_dev_mirror() local
841 for (pass = 0; pass < 3; pass++) { in btrfsic_process_superblock_dev_mirror()
850 switch (pass) { in btrfsic_process_superblock_dev_mirror()
2184 int pass; in btrfsic_process_written_superblock() local
2210 for (pass = 0; pass < 3; pass++) { in btrfsic_process_written_superblock()
2225 switch (pass) { in btrfsic_process_written_superblock()
/linux-4.19.296/drivers/of/
Dbase.c1517 const __be32 *map, *mask, *pass; in of_parse_phandle_with_args_map() local
1612 pass = of_get_property(cur, pass_name, NULL); in of_parse_phandle_with_args_map()
1613 if (!pass) in of_parse_phandle_with_args_map()
1614 pass = dummy_pass; in of_parse_phandle_with_args_map()
1626 val &= ~pass[i]; in of_parse_phandle_with_args_map()
1627 val |= cpu_to_be32(out_args->args[i]) & pass[i]; in of_parse_phandle_with_args_map()
/linux-4.19.296/fs/xfs/
Dxfs_log_recover.c1926 int pass) in xlog_recover_reorder_trans() argument
1947 trans, item, pass); in xlog_recover_reorder_trans()
1969 trans, item, pass); in xlog_recover_reorder_trans()
4180 int pass, in xlog_recover_commit_trans() argument
4194 error = xlog_recover_reorder_trans(log, trans, pass); in xlog_recover_commit_trans()
4199 switch (pass) { in xlog_recover_commit_trans()
4419 int pass, in xlog_recovery_process_trans() argument
4444 error = xlog_recover_commit_trans(log, trans, pass, in xlog_recovery_process_trans()
4527 int pass, in xlog_recover_process_ophdr() argument
4591 ohead->oh_flags, pass, buffer_list); in xlog_recover_process_ophdr()
[all …]
Dxfs_trace.h1950 TP_PROTO(struct xlog *log, struct xlog_rec_header *rhead, int pass),
1951 TP_ARGS(log, rhead, pass),
1957 __field(int, pass)
1964 __entry->pass = pass;
1969 __entry->pass)
1974 struct xlog_recover_item *item, int pass),
1975 TP_ARGS(log, trans, item, pass),
1982 __field(int, pass)
1992 __entry->pass = pass;
2001 __entry->pass,
[all …]
/linux-4.19.296/drivers/pci/
Dprobe.c1115 int pass) in pci_scan_bridge_extend() argument
1136 secondary, subordinate, pass); in pci_scan_bridge_extend()
1144 if (!pass && in pci_scan_bridge_extend()
1170 if (pass) in pci_scan_bridge_extend()
1203 if (!pass) { in pci_scan_bridge_extend()
1342 int pci_scan_bridge(struct pci_bus *bus, struct pci_dev *dev, int max, int pass) in pci_scan_bridge() argument
1344 return pci_scan_bridge_extend(bus, dev, max, 0, pass); in pci_scan_bridge()
/linux-4.19.296/lib/
DKconfig.kgdb49 to pass in a kernel parameter
Dvsprintf.c1602 bool has_mult, pass; in device_node_string() local
1624 for (pass = false; strspn(fmt,"fnpPFcC"); fmt++, pass = true) { in device_node_string()
1625 if (pass) { in device_node_string()
/linux-4.19.296/drivers/isdn/i4l/
DKconfig45 You need to say Y here if you wish to use the pass-filter and
/linux-4.19.296/include/linux/
Dfilter.h898 u32 pass, void *image) in bpf_jit_dump() argument
901 proglen, pass, image, current->comm, task_pid_nr(current)); in bpf_jit_dump()
Dpci.h1328 int pass);
1925 void pci_fixup_device(enum pci_fixup_pass pass, struct pci_dev *dev);
1927 static inline void pci_fixup_device(enum pci_fixup_pass pass, in pci_fixup_device() argument
/linux-4.19.296/virt/kvm/
Dkvm_main.c2592 int pass; in kvm_vcpu_on_spin() local
2603 for (pass = 0; pass < 2 && !yielded && try; pass++) { in kvm_vcpu_on_spin()
2605 if (!pass && i <= last_boosted_vcpu) { in kvm_vcpu_on_spin()
2608 } else if (pass && i > last_boosted_vcpu) in kvm_vcpu_on_spin()
/linux-4.19.296/fs/jffs2/
DREADME.Locking20 garbage collect pass.
/linux-4.19.296/drivers/pci/controller/
DKconfig198 bool "Cavium Thunder ECAM controller to on-chip devices on pass-1.x silicon"
/linux-4.19.296/drivers/char/
DKconfig89 how to pass options to the kernel at boot time.) The syntax of the
101 doing that; to actually get it to happen you need to pass the

12