/fs/gfs2/ |
D | lops.h | 69 unsigned int pass) in lops_before_scan() argument 74 gfs2_log_ops[x]->lo_before_scan(jd, head, pass); in lops_before_scan() 80 unsigned int pass) in lops_scan_elements() argument 86 ld, ptr, pass); in lops_scan_elements() 95 unsigned int pass) in lops_after_scan() argument 100 gfs2_log_ops[x]->lo_after_scan(jd, error, pass); in lops_after_scan()
|
D | lops.c | 516 struct gfs2_log_header_host *head, int pass) in buf_lo_before_scan() argument 518 if (pass != 0) in buf_lo_before_scan() 527 int pass) in buf_lo_scan_elements() argument 537 if (pass != 1 || be32_to_cpu(ld->ld_type) != GFS2_LOG_DESC_METADATA) in buf_lo_scan_elements() 596 static void buf_lo_after_scan(struct gfs2_jdesc *jd, int error, int pass) in buf_lo_after_scan() argument 605 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 …]
|
D | recovery.c | 314 unsigned int end, int pass) in foreach_descriptor() argument 356 error = lops_scan_elements(jd, start, ld, ptr, pass); in foreach_descriptor() 460 unsigned int pass; in gfs2_recover_func() local 546 for (pass = 0; pass < 2; pass++) { in gfs2_recover_func() 547 lops_before_scan(jd, &head, pass); in gfs2_recover_func() 549 head.lh_blkno, pass); in gfs2_recover_func() 550 lops_after_scan(jd, error, pass); in gfs2_recover_func()
|
D | incore.h | 59 struct gfs2_log_header_host *head, int pass); 62 int pass); 63 void (*lo_after_scan) (struct gfs2_jdesc *jd, int error, int pass);
|
/fs/ntfs/ |
D | lcnalloc.c | 161 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 …]
|
D | mft.c | 1140 u8 pass, b; in ntfs_mft_bitmap_find_and_alloc_free_rec_nolock() local 1158 pass = 1; in ntfs_mft_bitmap_find_and_alloc_free_rec_nolock() 1167 pass = 2; in ntfs_mft_bitmap_find_and_alloc_free_rec_nolock() 1174 "pass_end 0x%llx, data_pos 0x%llx.", pass, in ntfs_mft_bitmap_find_and_alloc_free_rec_nolock() 1178 for (; pass <= 2;) { in ntfs_mft_bitmap_find_and_alloc_free_rec_nolock() 1241 if (++pass == 2) { in ntfs_mft_bitmap_find_and_alloc_free_rec_nolock() 1249 "0x%llx.", pass, (long long)pass_start, in ntfs_mft_bitmap_find_and_alloc_free_rec_nolock()
|
/fs/jbd2/ |
D | recovery.c | 43 struct recovery_info *info, enum passtype pass); 420 struct recovery_info *info, enum passtype pass) in do_one_pass() argument 446 if (pass == PASS_SCAN) in do_one_pass() 449 jbd_debug(1, "Starting recovery pass %d\n", pass); in do_one_pass() 471 if (pass != PASS_SCAN) in do_one_pass() 538 if (pass != PASS_REPLAY) { in do_one_pass() 539 if (pass == PASS_SCAN && in do_one_pass() 694 if (pass == PASS_SCAN && in do_one_pass() 744 if (pass == PASS_SCAN && in do_one_pass() 763 if (pass != PASS_REVOKE) { in do_one_pass() [all …]
|
/fs/btrfs/ |
D | check-integrity.c | 654 int pass; in btrfsic_process_superblock() local 691 for (pass = 0; pass < 3; pass++) { in btrfsic_process_superblock() 696 switch (pass) { in btrfsic_process_superblock() 790 int pass; in btrfsic_process_superblock_dev_mirror() local 858 for (pass = 0; pass < 3; pass++) { in btrfsic_process_superblock_dev_mirror() 867 switch (pass) { in btrfsic_process_superblock_dev_mirror() 2205 int pass; in btrfsic_process_written_superblock() local 2231 for (pass = 0; pass < 3; pass++) { in btrfsic_process_written_superblock() 2246 switch (pass) { in btrfsic_process_written_superblock()
|
/fs/xfs/ |
D | xfs_log_recover.c | 1917 int pass) in xlog_recover_reorder_trans() argument 1938 trans, item, pass); in xlog_recover_reorder_trans() 1960 trans, item, pass); in xlog_recover_reorder_trans() 4169 int pass, in xlog_recover_commit_trans() argument 4183 error = xlog_recover_reorder_trans(log, trans, pass); in xlog_recover_commit_trans() 4188 switch (pass) { in xlog_recover_commit_trans() 4408 int pass, in xlog_recovery_process_trans() argument 4433 error = xlog_recover_commit_trans(log, trans, pass, in xlog_recovery_process_trans() 4516 int pass, in xlog_recover_process_ophdr() argument 4580 ohead->oh_flags, pass, buffer_list); in xlog_recover_process_ophdr() [all …]
|
D | xfs_trace.h | 2012 TP_PROTO(struct xlog *log, struct xlog_rec_header *rhead, int pass), 2013 TP_ARGS(log, rhead, pass), 2019 __field(int, pass) 2026 __entry->pass = pass; 2031 __entry->pass) 2036 struct xlog_recover_item *item, int pass), 2037 TP_ARGS(log, trans, item, pass), 2044 __field(int, pass) 2054 __entry->pass = pass; 2063 __entry->pass, [all …]
|
/fs/jffs2/ |
D | README.Locking | 20 garbage collect pass.
|
/fs/f2fs/ |
D | segment.c | 114 goto pass; in __find_rev_next_bit() 123 pass: in __find_rev_next_bit() 150 goto pass; in __find_rev_next_zero_bit() 160 pass: in __find_rev_next_zero_bit()
|
/fs/ocfs2/dlm/ |
D | dlmrecovery.c | 557 int pass = 0; in dlm_remaster_locks() local 696 mlog(0, "pass #%d, all_nodes_done?: %s\n", ++pass, in dlm_remaster_locks()
|