Home
last modified time | relevance | path

Searched refs:quiet (Results 1 – 13 of 13) sorted by relevance

/fs/ubifs/
Dscan.c58 int offs, int quiet) in ubifs_scan_a_node() argument
79 if (ubifs_check_node(c, buf, len, lnum, offs, quiet, 1)) in ubifs_scan_a_node()
90 if (!quiet) { in ubifs_scan_a_node()
100 if (!quiet) in ubifs_scan_a_node()
255 int offs, void *sbuf, int quiet) in ubifs_scan() argument
274 ret = ubifs_scan_a_node(c, buf, len, lnum, offs, quiet); in ubifs_scan()
314 if (!quiet) in ubifs_scan()
327 if (!quiet) in ubifs_scan()
336 if (!quiet) { in ubifs_scan()
Dio.c245 int lnum, int offs, int quiet, int must_chk_crc) in ubifs_check_node() argument
256 if (!quiet) in ubifs_check_node()
266 if (!quiet) in ubifs_check_node()
290 if (!quiet) in ubifs_check_node()
301 if (!quiet) in ubifs_check_node()
304 if (!quiet) { in ubifs_check_node()
Drecovery.c985 int err, lnum = ucleb->lnum, offs = 0, len = ucleb->endpt, quiet = 1; in clean_an_unclean_leb() local
1005 ret = ubifs_scan_a_node(c, buf, len, lnum, offs, quiet); in clean_an_unclean_leb()
1033 if (quiet) { in clean_an_unclean_leb()
1035 quiet = 0; in clean_an_unclean_leb()
Dubifs.h1759 int lnum, int offs, int quiet, int must_chk_crc);
1775 int offs, void *sbuf, int quiet);
1778 int offs, int quiet);
/fs/ext2/
Ddir.c99 static bool ext2_check_page(struct page *page, int quiet, char *kaddr) in ext2_check_page() argument
141 if (!quiet) in ext2_check_page()
161 if (!quiet) in ext2_check_page()
169 if (!quiet) { in ext2_check_page()
190 int quiet, struct page **page) in ext2_get_page() argument
200 if (!ext2_check_page(&folio->page, quiet, page_addr)) in ext2_get_page()
/fs/pstore/
Dinternal.h41 struct dentry *root, int quiet);
Dinode.c403 void pstore_get_records(int quiet) in pstore_get_records() argument
411 pstore_get_backend_records(psinfo, root, quiet); in pstore_get_records()
Dplatform.c657 struct dentry *root, int quiet) in pstore_get_backend_records() argument
707 if (rc != -EEXIST || !quiet) in pstore_get_backend_records()
/fs/fat/
Dfile.c498 if (sbi->options.quiet) in fat_setattr()
531 if (sbi->options.quiet) in fat_setattr()
Dfat.h40 unsigned quiet:1, /* set = fake successful chmods and chowns */ member
Dinode.c984 if (opts->quiet) in fat_show_options()
1150 opts->quiet = opts->showexec = opts->sys_immutable = opts->dotsOK = 0; in parse_options()
1199 opts->quiet = 1; in parse_options()
/fs/jffs2/
DKconfig16 int "JFFS2 debugging verbosity (0 = quiet, 2 = noisy)"
/fs/iomap/
Dbuffered-io.c1484 bool quiet = bio_flagged(bio, BIO_QUIET); in iomap_finish_ioend() local
1509 if (unlikely(error && !quiet)) { in iomap_finish_ioend()