/fs/gfs2/ |
D | lops.h | 66 unsigned int pass) in lops_before_scan() argument 71 gfs2_log_ops[x]->lo_before_scan(jd, head, pass); in lops_before_scan() 77 unsigned int pass) in lops_scan_elements() argument 83 ld, ptr, pass); in lops_scan_elements() 92 unsigned int pass) in lops_after_scan() argument 97 gfs2_log_ops[x]->lo_after_scan(jd, error, pass); in lops_after_scan()
|
D | recovery.c | 194 unsigned int end, int pass) in foreach_descriptor() argument 236 error = lops_scan_elements(jd, start, ld, ptr, pass); in foreach_descriptor() 302 unsigned int pass; in gfs2_recover_func() local 394 for (pass = 0; pass < 2; pass++) { in gfs2_recover_func() 395 lops_before_scan(jd, &head, pass); in gfs2_recover_func() 397 head.lh_blkno, pass); in gfs2_recover_func() 398 lops_after_scan(jd, error, pass); in gfs2_recover_func()
|
D | lops.c | 719 struct gfs2_log_header_host *head, int pass) in buf_lo_before_scan() argument 721 if (pass != 0) in buf_lo_before_scan() 730 int pass) in buf_lo_scan_elements() argument 740 if (pass != 1 || be32_to_cpu(ld->ld_type) != GFS2_LOG_DESC_METADATA) in buf_lo_scan_elements() 817 static void buf_lo_after_scan(struct gfs2_jdesc *jd, int error, int pass) in buf_lo_after_scan() argument 826 if (pass != 1) in buf_lo_after_scan() 891 struct gfs2_log_header_host *head, int pass) in revoke_lo_before_scan() argument 893 if (pass != 0) in revoke_lo_before_scan() 902 int pass) in revoke_lo_scan_elements() argument 913 if (pass != 0 || be32_to_cpu(ld->ld_type) != GFS2_LOG_DESC_REVOKE) in revoke_lo_scan_elements() [all …]
|
D | incore.h | 55 struct gfs2_log_header_host *head, int pass); 58 int pass); 59 void (*lo_after_scan) (struct gfs2_jdesc *jd, int error, int pass);
|
/fs/ntfs/ |
D | lcnalloc.c | 147 u8 pass, done_zones, search_zone, need_writeback = 0, bit; in ntfs_cluster_alloc() local 179 pass = 1; in ntfs_cluster_alloc() 197 pass = 2; in ntfs_cluster_alloc() 206 pass = 2; in ntfs_cluster_alloc() 216 pass = 2; in ntfs_cluster_alloc() 248 done_zones, search_zone, pass, in ntfs_cluster_alloc() 495 ntfs_debug("At zone_pass_done, pass %i.", pass); in ntfs_cluster_alloc() 496 if (pass == 1) { in ntfs_cluster_alloc() 501 pass = 2; in ntfs_cluster_alloc() 537 pass = 1; in ntfs_cluster_alloc() [all …]
|
D | mft.c | 1135 u8 pass, b; in ntfs_mft_bitmap_find_and_alloc_free_rec_nolock() local 1153 pass = 1; in ntfs_mft_bitmap_find_and_alloc_free_rec_nolock() 1162 pass = 2; in ntfs_mft_bitmap_find_and_alloc_free_rec_nolock() 1169 "pass_end 0x%llx, data_pos 0x%llx.", pass, in ntfs_mft_bitmap_find_and_alloc_free_rec_nolock() 1173 for (; pass <= 2;) { in ntfs_mft_bitmap_find_and_alloc_free_rec_nolock() 1236 if (++pass == 2) { in ntfs_mft_bitmap_find_and_alloc_free_rec_nolock() 1244 "0x%llx.", pass, (long long)pass_start, in ntfs_mft_bitmap_find_and_alloc_free_rec_nolock()
|
/fs/jbd2/ |
D | recovery.c | 40 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 …]
|
/fs/btrfs/ |
D | check-integrity.c | 638 int pass; in btrfsic_process_superblock() local 675 for (pass = 0; pass < 3; pass++) { in btrfsic_process_superblock() 680 switch (pass) { in btrfsic_process_superblock() 774 int pass; in btrfsic_process_superblock_dev_mirror() local 842 for (pass = 0; pass < 3; pass++) { in btrfsic_process_superblock_dev_mirror() 851 switch (pass) { in btrfsic_process_superblock_dev_mirror() 2189 int pass; in btrfsic_process_written_superblock() local 2215 for (pass = 0; pass < 3; pass++) { in btrfsic_process_written_superblock() 2230 switch (pass) { in btrfsic_process_written_superblock()
|
/fs/xfs/ |
D | xfs_log_recover.c | 1848 int pass) in xlog_recover_reorder_trans() argument 1869 trans, item, pass); in xlog_recover_reorder_trans() 1891 trans, item, pass); in xlog_recover_reorder_trans() 4103 int pass, in xlog_recover_commit_trans() argument 4117 error = xlog_recover_reorder_trans(log, trans, pass); in xlog_recover_commit_trans() 4122 switch (pass) { in xlog_recover_commit_trans() 4342 int pass, in xlog_recovery_process_trans() argument 4367 error = xlog_recover_commit_trans(log, trans, pass, in xlog_recovery_process_trans() 4450 int pass, in xlog_recover_process_ophdr() argument 4514 ohead->oh_flags, pass, buffer_list); in xlog_recover_process_ophdr() [all …]
|
D | xfs_trace.h | 1968 TP_PROTO(struct xlog *log, struct xlog_rec_header *rhead, int pass), 1969 TP_ARGS(log, rhead, pass), 1975 __field(int, pass) 1982 __entry->pass = pass; 1987 __entry->pass) 1992 struct xlog_recover_item *item, int pass), 1993 TP_ARGS(log, trans, item, pass), 2000 __field(int, pass) 2010 __entry->pass = pass; 2019 __entry->pass, [all …]
|
/fs/jffs2/ |
D | README.Locking | 20 garbage collect pass.
|
/fs/f2fs/ |
D | segment.c | 111 goto pass; in __find_rev_next_bit() 120 pass: in __find_rev_next_bit() 147 goto pass; in __find_rev_next_zero_bit() 157 pass: in __find_rev_next_zero_bit()
|
/fs/ocfs2/dlm/ |
D | dlmrecovery.c | 549 int pass = 0; in dlm_remaster_locks() local 688 mlog(0, "pass #%d, all_nodes_done?: %s\n", ++pass, in dlm_remaster_locks()
|