/fs/ubifs/ |
D | scan.c | 58 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()
|
D | io.c | 245 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()
|
D | recovery.c | 985 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()
|
D | ubifs.h | 1759 int lnum, int offs, int quiet, int must_chk_crc); 1775 int offs, void *sbuf, int quiet); 1778 int offs, int quiet);
|
/fs/ext2/ |
D | dir.c | 99 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/ |
D | internal.h | 41 struct dentry *root, int quiet);
|
D | inode.c | 403 void pstore_get_records(int quiet) in pstore_get_records() argument 411 pstore_get_backend_records(psinfo, root, quiet); in pstore_get_records()
|
D | platform.c | 657 struct dentry *root, int quiet) in pstore_get_backend_records() argument 707 if (rc != -EEXIST || !quiet) in pstore_get_backend_records()
|
/fs/fat/ |
D | file.c | 498 if (sbi->options.quiet) in fat_setattr() 531 if (sbi->options.quiet) in fat_setattr()
|
D | fat.h | 40 unsigned quiet:1, /* set = fake successful chmods and chowns */ member
|
D | inode.c | 984 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/ |
D | Kconfig | 16 int "JFFS2 debugging verbosity (0 = quiet, 2 = noisy)"
|
/fs/iomap/ |
D | buffered-io.c | 1484 bool quiet = bio_flagged(bio, BIO_QUIET); in iomap_finish_ioend() local 1509 if (unlikely(error && !quiet)) { in iomap_finish_ioend()
|