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

123

/fs/qnx6/
H A Dsuper_mmi.c35 struct qnx6_super_block *qnx6_mmi_fill_super(struct super_block *s, int silent) argument
53 if (!silent) {
90 if (!silent)
H A Dinode.c258 int offset, int silent)
280 if (!silent) {
297 static int qnx6_fill_super(struct super_block *s, void *data, int silent) argument
326 sb1 = qnx6_mmi_fill_super(s, silent);
337 bootblock_offset / QNX6_SUPERBLOCK_SIZE, silent);
340 bh1 = qnx6_check_first_superblock(s, 0, silent);
390 if (!silent)
458 if (!silent)
257 qnx6_check_first_superblock(struct super_block *s, int offset, int silent) argument
H A Dqnx6.h126 int silent);
/fs/freevxfs/
H A Dvxfs_super.c136 * @silent: do not complain loudly when sth is wrong
148 static int vxfs_fill_super(struct super_block *sbp, void *dp, int silent) argument
173 if (!silent) {
182 if (!silent)
187 if ((rsbp->vs_version < 2 || rsbp->vs_version > 4) && !silent) {
/fs/sysv/
H A Dsuper.c302 static int complete_read_super(struct super_block *sb, int silent, int size) argument
328 if (!silent)
352 static int sysv_fill_super(struct super_block *sb, void *data, int silent) argument
411 if (complete_read_super(sb, silent, size))
425 if (!silent)
431 if (!silent)
473 static int v7_fill_super(struct super_block *sb, void *data, int silent) argument
496 if (!silent)
517 if (complete_read_super(sb, silent, 1))
/fs/gfs2/
H A Dops_fstype.c146 * @silent: Don't print a message if the check fails
153 static int gfs2_check_sb(struct gfs2_sbd *sdp, int silent) argument
159 if (!silent)
228 static int gfs2_read_super(struct gfs2_sbd *sdp, sector_t sector, int silent) argument
261 return gfs2_check_sb(sdp, silent);
267 * @silent: Don't print message if mount fails
271 static int gfs2_read_sb(struct gfs2_sbd *sdp, int silent) argument
278 error = gfs2_read_super(sdp, GFS2_SB_ADDR >> sdp->sd_fsb2bb_shift, silent);
280 if (!silent)
359 static int init_names(struct gfs2_sbd *sdp, int silent) argument
469 init_sb(struct gfs2_sbd *sdp, int silent) argument
946 gfs2_lm_mount(struct gfs2_sbd *sdp, int silent) argument
1056 fill_super(struct super_block *sb, struct gfs2_args *args, int silent) argument
[all...]
/fs/fat/
H A Dinode.c1020 int silent, int *debug, struct fat_mount_options *opts)
1239 if (!silent) {
1344 int silent, struct fat_bios_param_block *bpb)
1370 if (!silent)
1376 if (!silent)
1387 if (!silent)
1396 if (!silent)
1403 if (!silent)
1416 struct fat_boot_sector *b, int silent,
1430 if (!silent)
1019 parse_options(struct super_block *sb, char *options, int is_vfat, int silent, int *debug, struct fat_mount_options *opts) argument
1343 fat_read_bpb(struct super_block *sb, struct fat_boot_sector *b, int silent, struct fat_bios_param_block *bpb) argument
1415 fat_read_static_bpb(struct super_block *sb, struct fat_boot_sector *b, int silent, struct fat_bios_param_block *bpb) argument
1484 fat_fill_super(struct super_block *sb, void *data, int silent, int isvfat, void (*setup)(struct super_block *)) argument
[all...]
/fs/nilfs2/
H A Dpage.c377 * @silent: suppress [true] or print [false] warning messages
379 void nilfs_clear_dirty_pages(struct address_space *mapping, bool silent) argument
393 nilfs_clear_dirty_page(page, silent);
404 * @silent: suppress [true] or print [false] warning messages
406 void nilfs_clear_dirty_page(struct page *page, bool silent) argument
413 if (!silent) {
428 if (!silent) {
/fs/reiserfs/
H A Dsuper.c1830 #define SWARN(silent, s, id, ...) \
1831 if (!(silent)) \
1834 static int reiserfs_fill_super(struct super_block *s, void *data, int silent) argument
1875 SWARN(silent, s, "", "Cannot allocate commit workqueue");
1889 SWARN(silent, s, "", "Cannot allocate memory for "
1899 SWARN(silent, s, "jmacd-7", "resize option for remount only");
1915 SWARN(silent, s, "sh-2021", "can not find reiserfs on %s",
1929 SWARN(silent, s, "", "Filesystem cannot be "
1931 SWARN(silent, s, "", "You may need to run fsck "
1933 SWARN(silent,
[all...]
/fs/ntfs/
H A Dsuper.c575 * @silent: If 'true', all output will be silenced.
580 * @sb is only needed for warning/error output, i.e. it can be NULL when silent
584 const NTFS_BOOT_SECTOR *b, const bool silent)
593 if ((void*)b < (void*)&b->checksum && b->checksum && !silent) {
650 if (!silent && b->end_of_sector_marker != cpu_to_le16(0xaa55))
660 * @silent: if true, suppress all output
677 const int silent)
686 bh_primary->b_data, silent))
688 if (!silent)
690 } else if (!silent)
583 is_boot_sector_ntfs(const struct super_block *sb, const NTFS_BOOT_SECTOR *b, const bool silent) argument
676 read_ntfs_boot_sector(struct super_block *sb, const int silent) argument
2721 ntfs_fill_super(struct super_block *sb, void *opt, const int silent) argument
[all...]
/fs/configfs/
H A Dmount.c69 static int configfs_fill_super(struct super_block *sb, void *data, int silent) argument
/fs/adfs/
H A Dsuper.c365 static int adfs_fill_super(struct super_block *sb, void *data, int silent) argument
400 if (!silent)
412 if (!silent)
433 if (!silent)
/fs/cramfs/
H A Dinode.c256 static int cramfs_fill_super(struct super_block *sb, void *data, int silent) argument
284 if (!silent)
294 if (super.magic == CRAMFS_MAGIC_WEND && !silent)
296 else if (!silent)
/fs/efs/
H A Dsuper.c21 static int efs_fill_super(struct super_block *s, void *d, int silent);
255 static int efs_fill_super(struct super_block *s, void *d, int silent) argument
/fs/jffs2/
H A Dsuper.c270 static int jffs2_fill_super(struct super_block *sb, void *data, int silent) argument
309 ret = jffs2_do_fill_super(sb, data, silent);
H A Dos-linux.h175 int jffs2_do_fill_super(struct super_block *sb, void *data, int silent);
/fs/ufs/
H A Dsuper.c769 static int ufs_fill_super(struct super_block *sb, void *data, int silent) argument
819 if (!silent)
902 if (!silent)
918 if (!silent)
934 if (!silent)
950 if (!silent)
965 if (!silent)
971 if (!silent)
1036 if (!silent)
/fs/minix/
H A Dinode.c158 static int minix_fill_super(struct super_block *s, void *data, int silent) argument
311 if (!silent)
327 if (!silent)
332 if (!silent)
337 if (!silent)
/fs/bfs/
H A Dinode.c319 static int bfs_fill_super(struct super_block *s, void *data, int silent) argument
342 if (!silent)
347 if (BFS_UNCLEAN(bfs_sb, s) && !silent)
/fs/romfs/
H A Dsuper.c471 static int romfs_fill_super(struct super_block *sb, void *data, int silent) argument
513 if (!silent)
527 if (!silent)
/fs/hfs/
H A Dsuper.c384 static int hfs_fill_super(struct super_block *sb, void *data, int silent) argument
413 if (!silent)
/fs/qnx4/
H A Dinode.c186 static int qnx4_fill_super(struct super_block *s, void *data, int silent) argument
217 if (!silent)
/fs/squashfs/
H A Dsuper.c79 static int squashfs_fill_super(struct super_block *sb, void *data, int silent) argument
126 if (!silent)
/fs/coda/
H A Dinode.c152 static int coda_fill_super(struct super_block *sb, void *data, int silent) argument
/fs/efivarfs/
H A Dsuper.c187 static int efivarfs_fill_super(struct super_block *sb, void *data, int silent) argument

Completed in 428 milliseconds

123