| /fs/jffs2/ |
| A D | compr_rtime.c | 89 int repeat; in jffs2_rtime_decompress() local 93 repeat = data_in[pos++]; in jffs2_rtime_decompress() 97 if (repeat) { in jffs2_rtime_decompress() 98 if ((outpos + repeat) > destlen) { in jffs2_rtime_decompress() 101 if (backoffs + repeat >= outpos) { in jffs2_rtime_decompress() 102 while(repeat) { in jffs2_rtime_decompress() 104 repeat--; in jffs2_rtime_decompress() 107 memcpy(&cpage_out[outpos],&cpage_out[backoffs],repeat); in jffs2_rtime_decompress() 108 outpos+=repeat; in jffs2_rtime_decompress()
|
| /fs/nilfs2/ |
| A D | page.c | 252 repeat: in nilfs_copy_dirty_pages() 286 goto repeat; in nilfs_copy_dirty_pages() 306 repeat: in nilfs_copy_back_pages() 354 goto repeat; in nilfs_copy_back_pages() 523 repeat: in nilfs_find_uncommitted_extent() 561 goto repeat; in nilfs_find_uncommitted_extent()
|
| A D | segbuf.c | 383 repeat: in nilfs_segbuf_submit_bh() 400 goto repeat; in nilfs_segbuf_submit_bh()
|
| A D | inode.c | 774 repeat: in nilfs_truncate_bmap() 789 goto repeat; in nilfs_truncate_bmap()
|
| /fs/bcachefs/ |
| A D | error.c | 347 bool *repeat, bool *print, bool *suppress) in count_fsck_err_locked() argument 359 *repeat = true; in count_fsck_err_locked() 386 bool print = true, repeat = false, suppress = false; in __bch2_count_fsck_err() local 388 count_fsck_err_locked(c, id, msg->buf, &repeat, &print, &suppress); in __bch2_count_fsck_err() 394 return print && !repeat; in __bch2_count_fsck_err() 505 bool repeat = false, print = true, suppress = false; in __bch2_fsck_err() local 508 count_fsck_err_locked(c, err, buf.buf, &repeat, &print, &suppress); in __bch2_fsck_err() 509 if (repeat) { in __bch2_fsck_err()
|
| /fs/isofs/ |
| A D | rock.c | 216 repeat: in get_rock_ridge_filename() 294 goto repeat; in get_rock_ridge_filename() 333 repeat: in parse_rock_ridge_inode_internal() 594 goto repeat; in parse_rock_ridge_inode_internal() 739 repeat: in rock_ridge_symlink_read_folio() 779 goto repeat; in rock_ridge_symlink_read_folio()
|
| /fs/jbd2/ |
| A D | transaction.c | 363 repeat: in start_this_handle() 382 goto repeat; in start_this_handle() 396 goto repeat; in start_this_handle() 409 goto repeat; in start_this_handle() 421 goto repeat; in start_this_handle() 962 repeat: in do_get_write_access() 1093 goto repeat; in do_get_write_access() 1115 goto repeat; in do_get_write_access() 1389 repeat: in jbd2_journal_get_undo_access() 1401 goto repeat; in jbd2_journal_get_undo_access()
|
| A D | journal.c | 2892 repeat: in jbd2_journal_add_journal_head() 2906 goto repeat; in jbd2_journal_add_journal_head()
|
| /fs/ramfs/ |
| A D | file-nommu.c | 226 repeat: in ramfs_nommu_get_unmapped_area() 251 goto repeat; /* loop if pages are missing */ in ramfs_nommu_get_unmapped_area()
|
| /fs/f2fs/ |
| A D | checkpoint.c | 45 repeat: in f2fs_grab_meta_folio() 49 goto repeat; in f2fs_grab_meta_folio() 76 repeat: in __get_meta_folio() 80 goto repeat; in __get_meta_folio() 98 goto repeat; in __get_meta_folio() 1801 repeat: in issue_checkpoint_thread() 1810 goto repeat; in issue_checkpoint_thread()
|
| A D | data.c | 3570 goto repeat; in f2fs_write_begin() 3584 repeat: in f2fs_write_begin() 3618 goto repeat; in f2fs_write_begin() 3652 goto repeat; in f2fs_write_begin()
|
| /fs/ |
| A D | file.c | 295 repeat: in expand_files() 306 goto repeat; in expand_files() 578 repeat: in alloc_fd() 600 goto repeat; in alloc_fd()
|
| A D | inode.c | 1021 repeat: in find_inode() 1030 goto repeat; in find_inode() 1062 repeat: in find_inode_fast() 1071 goto repeat; in find_inode_fast()
|
| A D | dcache.c | 968 repeat: in dget_parent() 979 goto repeat; in dget_parent() 1312 repeat: in d_walk() 1341 goto repeat; in d_walk()
|
| A D | splice.c | 525 repeat: in splice_from_pipe_next() 548 goto repeat; in splice_from_pipe_next()
|
| A D | locks.c | 2758 loff_t id, char *pfx, int repeat) in lock_get_status() argument 2778 if (repeat) in lock_get_status() 2779 seq_printf(f, "%*s", repeat - 1 + (int)strlen(pfx), pfx); in lock_get_status()
|
| A D | buffer.c | 548 repeat: in osync_buffers_list() 559 goto repeat; in osync_buffers_list()
|
| /fs/ocfs2/dlm/ |
| A D | dlmthread.c | 49 repeat: in __dlm_wait_on_lockres_flags() 55 goto repeat; in __dlm_wait_on_lockres_flags()
|
| /fs/udf/ |
| A D | balloc.c | 238 repeat: in udf_bitmap_new_block() 344 goto repeat; in udf_bitmap_new_block()
|
| /fs/kernfs/ |
| A D | file.c | 899 repeat: in kernfs_notify_workfn() 957 goto repeat; in kernfs_notify_workfn()
|
| A D | dir.c | 572 repeat: in kernfs_put() 596 goto repeat; in kernfs_put()
|
| /fs/dlm/ |
| A D | user.c | 823 repeat: in device_read() 829 goto repeat; in device_read()
|
| /fs/gfs2/ |
| A D | log.c | 1048 repeat: in gfs2_log_flush() 1090 goto repeat; in gfs2_log_flush()
|
| /fs/ext4/ |
| A D | mballoc.c | 3024 repeat: in ext4_mb_regular_allocator() 3060 goto repeat; in ext4_mb_regular_allocator() 5605 repeat: in ext4_discard_preallocations() 5624 goto repeat; in ext4_discard_preallocations() 5652 goto repeat; in ext4_discard_preallocations() 6091 repeat: in ext4_mb_discard_preallocations() 6101 goto repeat; in ext4_mb_discard_preallocations() 6283 repeat: in ext4_mb_new_blocks() 6314 goto repeat; in ext4_mb_new_blocks()
|
| /fs/erofs/ |
| A D | zdata.c | 1501 repeat: in z_erofs_fill_bio_vec() 1568 goto repeat; in z_erofs_fill_bio_vec()
|