Searched refs:silent (Results 1 - 25 of 70) sorted by relevance

123

/linux-master/fs/freevxfs/
H A Dvxfs_super.c126 static int vxfs_try_sb_magic(struct super_block *sbp, int silent, argument
137 if (!silent) {
148 if (!silent)
173 * @silent: do not complain loudly when sth is wrong
185 static int vxfs_fill_super(struct super_block *sbp, void *dp, int silent) argument
213 if (!vxfs_try_sb_magic(sbp, silent, 1,
217 } else if (!vxfs_try_sb_magic(sbp, silent, 8,
222 if (!silent)
229 if ((j < 2 || j > 4) && !silent) {
/linux-master/arch/mips/kernel/
H A Dgenex.S557 BUILD_HANDLER adel ade ade silent /* #4 */
558 BUILD_HANDLER ades ade ade silent /* #5 */
559 BUILD_HANDLER ibe be cli silent /* #6 */
560 BUILD_HANDLER dbe be cli silent /* #7 */
561 BUILD_HANDLER bp bp sti silent /* #9 */
562 BUILD_HANDLER ri ri sti silent /* #10 */
563 BUILD_HANDLER cpu cpu sti silent /* #11 */
564 BUILD_HANDLER ov ov sti silent /* #12 */
565 BUILD_HANDLER tr tr sti silent /* #13 */
566 BUILD_HANDLER msa_fpe msa_fpe msa_fpe silent /* #1
[all...]
/linux-master/scripts/kconfig/
H A DMakefile17 silent := -s macro
50 $(Q)$$< $(silent) $(Kconfig)
65 $< $(silent) --oldconfig $(Kconfig); \
69 $< $(silent) --oldconfig $(Kconfig); \
85 $(Q)$< $(silent) --$@ $(Kconfig)
90 $(Q)$< $(silent) --$@=defconfig $(Kconfig)
95 $(Q)$< $(silent) --defconfig=arch/$(SRCARCH)/configs/$(KBUILD_DEFCONFIG) $(Kconfig)
102 $(Q)$< $(silent) --defconfig=arch/$(SRCARCH)/configs/$@ $(Kconfig)
H A Dmconf.c290 static int silent; variable
900 if (!silent)
936 if (!silent)
944 if (!silent)
968 silent = 1;
/linux-master/tools/perf/bench/
H A Dfutex-lock-pi.c51 OPT_BOOLEAN( 's', "silent", &params.silent, "Silent mode: do not display data/details"),
68 !params.silent ? "\n" : "", avg, rel_stddev_stats(stddev, avg),
100 if (!params.silent)
111 if (ret && !params.silent)
237 if (!params.silent)
H A Dfutex-requeue.c55 OPT_BOOLEAN( 's', "silent", &params.silent, "Silent mode: do not display data/details"),
100 if (!params.silent)
114 if (!params.silent)
269 if (!params.silent) {
H A Dfutex-hash.c59 OPT_BOOLEAN( 's', "silent", &params.silent, "Silent mode: do not display data/details"),
93 if (!params.silent &&
119 !params.silent ? "\n" : "", avg, rel_stddev_stats(stddev, avg),
231 if (!params.silent) {
H A Dfutex.h17 bool silent; member in struct:bench_futex_parameters
H A Dfutex-wake.c55 OPT_BOOLEAN( 's', "silent", &params.silent, "Silent mode: do not display data/details"),
214 if (!params.silent) {
/linux-master/fs/qnx6/
H A Dsuper_mmi.c36 struct qnx6_super_block *qnx6_mmi_fill_super(struct super_block *s, int silent) argument
54 if (!silent) {
91 if (!silent)
H A Dinode.c257 int offset, int silent)
279 if (!silent) {
296 static int qnx6_fill_super(struct super_block *s, void *data, int silent) argument
325 sb1 = qnx6_mmi_fill_super(s, silent);
336 bootblock_offset / QNX6_SUPERBLOCK_SIZE, silent);
339 bh1 = qnx6_check_first_superblock(s, 0, silent);
389 if (!silent)
459 if (!silent)
256 qnx6_check_first_superblock(struct super_block *s, int offset, int silent) argument
H A Dqnx6.h127 int silent);
/linux-master/sound/ppc/
H A Dsnd_ps3.h77 int silent; member in struct:snd_ps3_card_info
H A Dsnd_ps3.c43 MODULE_PARM_DESC(start_delay, "time to insert silent data in ms");
225 int silent = 0; local
229 silent = 1;
236 silent = 1;
249 if (silent)
274 if (!silent)
324 if (card->silent) {
325 /* we are still in silent time */
331 card->silent--;
575 card->silent
[all...]
/linux-master/fs/xfs/libxfs/
H A Dxfs_sb.h40 bool silent);
/linux-master/fs/sysv/
H A Dsuper.c303 static int complete_read_super(struct super_block *sb, int silent, int size) argument
330 if (!silent)
352 static int sysv_fill_super(struct super_block *sb, void *data, int silent) argument
412 if (complete_read_super(sb, silent, size))
426 if (!silent)
432 if (!silent)
474 static int v7_fill_super(struct super_block *sb, void *data, int silent) argument
497 if (!silent)
518 if (complete_read_super(sb, silent, 1))
/linux-master/fs/fat/
H A Dinode.c1135 int silent, int *debug, struct fat_mount_options *opts)
1360 if (!silent) {
1464 int silent, struct fat_bios_param_block *bpb)
1490 if (!silent)
1496 if (!silent)
1507 if (!silent)
1516 if (!silent)
1523 if (!silent)
1530 if (!silent)
1542 struct fat_boot_sector *b, int silent,
1134 parse_options(struct super_block *sb, char *options, int is_vfat, int silent, int *debug, struct fat_mount_options *opts) argument
1463 fat_read_bpb(struct super_block *sb, struct fat_boot_sector *b, int silent, struct fat_bios_param_block *bpb) argument
1541 fat_read_static_bpb(struct super_block *sb, struct fat_boot_sector *b, int silent, struct fat_bios_param_block *bpb) argument
1607 fat_fill_super(struct super_block *sb, void *data, int silent, int isvfat, void (*setup)(struct super_block *)) argument
[all...]
/linux-master/fs/adfs/
H A Dsuper.c280 static int adfs_probe(struct super_block *sb, unsigned int offset, int silent, argument
295 if (!silent)
364 static int adfs_fill_super(struct super_block *sb, void *data, int silent) argument
395 ret = adfs_probe(sb, 0, silent, adfs_validate_dr0);
397 if (!silent)
/linux-master/fs/nilfs2/
H A Dpage.c360 * @silent: suppress [true] or print [false] warning messages
362 void nilfs_clear_dirty_pages(struct address_space *mapping, bool silent) argument
383 nilfs_clear_folio_dirty(folio, silent);
395 * @silent: suppress [true] or print [false] warning messages
397 void nilfs_clear_folio_dirty(struct folio *folio, bool silent) argument
405 if (!silent)
422 if (!silent)
/linux-master/drivers/input/touchscreen/
H A Dchipone_icn8505.c78 void *data, int len, bool silent)
103 if (!silent)
115 const void *data, int len, bool silent)
137 if (!silent)
76 icn8505_read_xfer(struct i2c_client *client, u16 i2c_addr, int reg_addr, int reg_addr_width, void *data, int len, bool silent) argument
113 icn8505_write_xfer(struct i2c_client *client, u16 i2c_addr, int reg_addr, int reg_addr_width, const void *data, int len, bool silent) argument
/linux-master/fs/gfs2/
H A Dops_fstype.c150 * @silent: Don't print a message if the check fails
157 static int gfs2_check_sb(struct gfs2_sbd *sdp, int silent) argument
163 if (!silent)
224 * @silent: Don't print a message if the check fails
239 static int gfs2_read_super(struct gfs2_sbd *sdp, sector_t sector, int silent) argument
271 return gfs2_check_sb(sdp, silent);
277 * @silent: Don't print message if mount fails
281 static int gfs2_read_sb(struct gfs2_sbd *sdp, int silent) argument
288 error = gfs2_read_super(sdp, GFS2_SB_ADDR >> sdp->sd_fsb2bb_shift, silent);
290 if (!silent)
361 init_names(struct gfs2_sbd *sdp, int silent) argument
475 init_sb(struct gfs2_sbd *sdp, int silent) argument
999 gfs2_lm_mount(struct gfs2_sbd *sdp, int silent) argument
1155 int silent = fc->sb_flags & SB_SILENT; local
[all...]
/linux-master/tools/scripts/
H A DMakefile.include139 # If the user is running make -s (silent mode), suppress echoing of commands
148 silent=1
163 ifneq ($(silent),1)
/linux-master/fs/reiserfs/
H A Dsuper.c1883 #define SWARN(silent, s, id, ...) \
1884 if (!(silent)) \
1887 static int reiserfs_fill_super(struct super_block *s, void *data, int silent) argument
1926 SWARN(silent, s, "", "Cannot allocate commit workqueue");
1940 SWARN(silent, s, "", "Cannot allocate memory for "
1950 SWARN(silent, s, "jmacd-7", "resize option for remount only");
1966 SWARN(silent, s, "sh-2021", "can not find reiserfs on %s",
1981 SWARN(silent, s, "", "Filesystem cannot be "
1983 SWARN(silent, s, "", "You may need to run fsck "
1985 SWARN(silent,
[all...]
/linux-master/drivers/media/usb/gspca/
H A Dse401.c63 int silent)
75 if (!silent)
82 static void se401_read_req(struct gspca_dev *gspca_dev, u16 req, int silent) argument
100 if (!silent)
62 se401_write_req(struct gspca_dev *gspca_dev, u16 req, u16 value, int silent) argument
/linux-master/tools/bpf/resolve_btfids/
H A DMakefile12 ifeq ($(silent),1)

Completed in 416 milliseconds

123