| /linux/fs/9p/ |
| H A D | v9fs.c | 245 session_opts->debug = result.uint_32; in v9fs_parse_param() 247 p9_debug_level = result.uint_32; in v9fs_parse_param() 258 session_opts->afid = result.uint_32; in v9fs_parse_param() 332 if (result.uint_32 < 1) { in v9fs_parse_param() 337 session_opts->session_lock_timeout = (long)result.uint_32 * HZ; in v9fs_parse_param() 342 if (result.uint_32 < 4096) { in v9fs_parse_param() 346 if (result.uint_32 > INT_MAX) { in v9fs_parse_param() 350 clnt->msize = result.uint_32; in v9fs_parse_param() 365 clnt->proto_version = result.uint_32; in v9fs_parse_param() 370 fd_opts->rfd = result.uint_32; in v9fs_parse_param() [all …]
|
| /linux/fs/nfs/ |
| H A D | fs_context.c | 753 if (result.uint_32 > USHRT_MAX) in nfs_fs_context_parse_param() 755 ctx->nfs_server.port = result.uint_32; in nfs_fs_context_parse_param() 758 ctx->rsize = result.uint_32; in nfs_fs_context_parse_param() 761 ctx->wsize = result.uint_32; in nfs_fs_context_parse_param() 764 ctx->bsize = result.uint_32; in nfs_fs_context_parse_param() 767 if (result.uint_32 < 1 || result.uint_32 > INT_MAX) in nfs_fs_context_parse_param() 769 ctx->timeo = result.uint_32; in nfs_fs_context_parse_param() 772 if (result.uint_32 > INT_MAX) in nfs_fs_context_parse_param() 774 ctx->retrans = result.uint_32; in nfs_fs_context_parse_param() 777 ctx->acregmin = result.uint_32; in nfs_fs_context_parse_param() [all …]
|
| /linux/fs/smb/client/ |
| H A D | fs_context.c | 1370 ctx->port = result.uint_32; in smb3_fs_context_parse_param() 1373 ctx->file_mode = result.uint_32; in smb3_fs_context_parse_param() 1376 ctx->dir_mode = result.uint_32; in smb3_fs_context_parse_param() 1379 ctx->min_offload = result.uint_32; in smb3_fs_context_parse_param() 1382 ctx->retrans = result.uint_32; in smb3_fs_context_parse_param() 1391 if ((result.uint_32 < CIFS_MAX_MSGSIZE) || in smb3_fs_context_parse_param() 1392 (result.uint_32 > (4 * SMB3_DEFAULT_IOSIZE))) { in smb3_fs_context_parse_param() 1397 ctx->bsize = CIFS_ALIGN_BSIZE(fc, result.uint_32); in smb3_fs_context_parse_param() 1412 if ((result.uint_32 > (8 * SMB3_DEFAULT_IOSIZE)) || in smb3_fs_context_parse_param() 1413 (result.uint_32 < CIFS_DEFAULT_IOSIZE)) { in smb3_fs_context_parse_param() [all …]
|
| /linux/fs/vboxsf/ |
| H A D | super.c | 80 ctx->o.ttl = msecs_to_jiffies(result.uint_32); in vboxsf_parse_param() 83 if (result.uint_32 & ~0777) in vboxsf_parse_param() 85 ctx->o.dmode = result.uint_32; in vboxsf_parse_param() 89 if (result.uint_32 & ~0777) in vboxsf_parse_param() 91 ctx->o.fmode = result.uint_32; in vboxsf_parse_param() 95 if (result.uint_32 & ~07777) in vboxsf_parse_param() 97 ctx->o.dmask = result.uint_32; in vboxsf_parse_param() 100 if (result.uint_32 & ~07777) in vboxsf_parse_param() 102 ctx->o.fmask = result.uint_32; in vboxsf_parse_param()
|
| /linux/net/ceph/ |
| H A D | ceph_common.c | 486 switch (result.uint_32) { in ceph_parse_param() 501 switch (result.uint_32) { in ceph_parse_param() 529 if (result.uint_32 < 1 || result.uint_32 > INT_MAX / 1000) in ceph_parse_param() 532 msecs_to_jiffies(result.uint_32 * 1000); in ceph_parse_param() 536 if (result.uint_32 < 1 || result.uint_32 > INT_MAX / 1000) in ceph_parse_param() 538 opt->osd_idle_ttl = msecs_to_jiffies(result.uint_32 * 1000); in ceph_parse_param() 542 if (result.uint_32 > INT_MAX / 1000) in ceph_parse_param() 544 opt->mount_timeout = msecs_to_jiffies(result.uint_32 * 1000); in ceph_parse_param() 548 if (result.uint_32 > INT_MAX / 1000) in ceph_parse_param() 551 msecs_to_jiffies(result.uint_32 * 1000); in ceph_parse_param()
|
| /linux/fs/ceph/ |
| H A D | super.c | 437 mode = result.uint_32; in ceph_parse_mount_param() 452 if (result.uint_32 < PAGE_SIZE || in ceph_parse_mount_param() 453 result.uint_32 > CEPH_MAX_WRITE_SIZE) in ceph_parse_mount_param() 455 fsopt->wsize = ALIGN(result.uint_32, PAGE_SIZE); in ceph_parse_mount_param() 458 if (result.uint_32 < PAGE_SIZE || in ceph_parse_mount_param() 459 result.uint_32 > CEPH_MAX_READ_SIZE) in ceph_parse_mount_param() 461 fsopt->rsize = ALIGN(result.uint_32, PAGE_SIZE); in ceph_parse_mount_param() 464 fsopt->rasize = ALIGN(result.uint_32, PAGE_SIZE); in ceph_parse_mount_param() 467 if (result.uint_32 < 1) in ceph_parse_mount_param() 469 fsopt->caps_wanted_delay_min = result.uint_32; in ceph_parse_mount_param() [all …]
|
| /linux/fs/hfs/ |
| H A D | super.c | 242 hsb->s_file_umask = (umode_t)result.uint_32; in hfs_parse_param() 243 hsb->s_dir_umask = (umode_t)result.uint_32; in hfs_parse_param() 246 hsb->s_file_umask = (umode_t)result.uint_32; in hfs_parse_param() 249 hsb->s_dir_umask = (umode_t)result.uint_32; in hfs_parse_param() 252 hsb->part = result.uint_32; in hfs_parse_param() 255 hsb->session = result.uint_32; in hfs_parse_param()
|
| /linux/fs/hfsplus/ |
| H A D | options.c | 97 sbi->umask = (umode_t)result.uint_32; in hfsplus_parse_param() 108 sbi->part = result.uint_32; in hfsplus_parse_param() 111 sbi->session = result.uint_32; in hfsplus_parse_param()
|
| /linux/fs/autofs/ |
| H A D | inode.c | 167 pipe = fget(result->uint_32); in autofs_parse_fd() 186 sbi->pipefd = result->uint_32; in autofs_parse_fd() 213 ctx->pgrp = result.uint_32; in autofs_parse_param() 217 sbi->min_proto = result.uint_32; in autofs_parse_param() 220 sbi->max_proto = result.uint_32; in autofs_parse_param()
|
| /linux/fs/proc/ |
| H A D | root.c | 70 if (!kstrtouint(param->string, base, &result.uint_32)) { in proc_parse_hidepid_param() 71 if (!valid_hidepid(result.uint_32)) in proc_parse_hidepid_param() 73 ctx->hidepid = result.uint_32; in proc_parse_hidepid_param() 181 ctx->gid = result.uint_32; in proc_parse_param()
|
| /linux/fs/hpfs/ |
| H A D | super.c | 389 ctx->umask = result.uint_32; in hpfs_parse_param() 392 ctx->lowercase = result.uint_32; in hpfs_parse_param() 395 ctx->chk = result.uint_32; in hpfs_parse_param() 398 ctx->errs = result.uint_32; in hpfs_parse_param() 401 ctx->eas = result.uint_32; in hpfs_parse_param() 404 ctx->chkdsk = result.uint_32; in hpfs_parse_param()
|
| /linux/fs/overlayfs/ |
| H A D | params.c | 639 config->redirect_mode = result.uint_32; in ovl_parse_param() 648 config->index = result.uint_32; in ovl_parse_param() 652 config->uuid = result.uint_32; in ovl_parse_param() 655 config->nfs_export = result.uint_32; in ovl_parse_param() 659 config->xino = result.uint_32; in ovl_parse_param() 662 config->metacopy = result.uint_32; in ovl_parse_param() 666 config->verity_mode = result.uint_32; in ovl_parse_param()
|
| /linux/fs/ocfs2/ |
| H A D | super.c | 1294 mopt->mount_opt |= result.uint_32; in ocfs2_parse_param() 1297 if (result.uint_32) in ocfs2_parse_param() 1312 mopt->mount_opt |= result.uint_32; in ocfs2_parse_param() 1316 mopt->mount_opt |= result.uint_32; in ocfs2_parse_param() 1325 mopt->atime_quantum = result.uint_32; in ocfs2_parse_param() 1328 if (result.uint_32) in ocfs2_parse_param() 1329 mopt->slot = (u16)result.uint_32; in ocfs2_parse_param() 1332 if (result.uint_32 == 0) in ocfs2_parse_param() 1335 mopt->commit_interval = HZ * result.uint_32; in ocfs2_parse_param() 1382 mopt->mount_opt |= result.uint_32; in ocfs2_parse_param() [all …]
|
| /linux/fs/devpts/ |
| H A D | inode.c | 242 opts->mode = result.uint_32 & S_IALLUGO; in devpts_parse_param() 245 opts->ptmxmode = result.uint_32 & S_IALLUGO; in devpts_parse_param() 250 if (result.uint_32 > NR_UNIX98_PTY_MAX) in devpts_parse_param() 252 opts->max = result.uint_32; in devpts_parse_param()
|
| /linux/fs/jffs2/ |
| H A D | super.c | 201 c->mount_opts.compr = result.uint_32; in jffs2_parse_param() 205 if (result.uint_32 > UINT_MAX / 1024) in jffs2_parse_param() 207 c->mount_opts.rp_size = result.uint_32 * 1024; in jffs2_parse_param()
|
| /linux/fs/exfat/ |
| H A D | super.c | 291 opts->fs_fmask = result.uint_32; in exfat_parse_param() 292 opts->fs_dmask = result.uint_32; in exfat_parse_param() 295 opts->fs_dmask = result.uint_32; in exfat_parse_param() 298 opts->fs_fmask = result.uint_32; in exfat_parse_param() 301 opts->allow_utime = result.uint_32 & 0022; in exfat_parse_param() 309 opts->errors = result.uint_32; in exfat_parse_param()
|
| /linux/fs/affs/ |
| H A D | super.c | 212 n = result.uint_32; in affs_parse_param() 221 ctx->mode = result.uint_32 & 0777; in affs_parse_param() 240 ctx->reserved = result.uint_32; in affs_parse_param() 243 ctx->root_block = result.uint_32; in affs_parse_param()
|
| /linux/fs/adfs/ |
| H A D | super.c | 148 asb->s_owner_mask = result.uint_32; in adfs_parse_param() 151 asb->s_other_mask = result.uint_32; in adfs_parse_param() 154 asb->s_ftsuffix = result.uint_32; in adfs_parse_param()
|
| /linux/fs/fat/ |
| H A D | inode.c | 1185 opts->name_check = result.uint_32; in fat_parse_param() 1218 opts->fs_fmask = opts->fs_dmask = result.uint_32; in fat_parse_param() 1221 opts->fs_dmask = result.uint_32; in fat_parse_param() 1224 opts->fs_fmask = result.uint_32; in fat_parse_param() 1227 opts->allow_utime = result.uint_32 & (S_IWGRP | S_IWOTH); in fat_parse_param() 1230 opts->codepage = result.uint_32; in fat_parse_param() 1248 opts->time_offset = result.uint_32; in fat_parse_param() 1251 opts->errors = result.uint_32; in fat_parse_param() 1257 opts->nfs = result.uint_32; in fat_parse_param() 1278 opts->shortname = result.uint_32; in fat_parse_param()
|
| /linux/fs/isofs/ |
| H A D | inode.c | 389 popt->map = result.uint_32; in isofs_parse_param() 392 n = result.uint_32; in isofs_parse_param() 402 popt->sbsector = result.uint_32; in isofs_parse_param() 405 popt->check = result.uint_32; in isofs_parse_param() 418 popt->fmode = result.uint_32; in isofs_parse_param() 421 popt->dmode = result.uint_32; in isofs_parse_param() 427 n = result.uint_32; in isofs_parse_param()
|
| /linux/fs/ext4/ |
| H A D | super.c | 2196 ctx->s_sb_block = result.uint_32; in ext4_parse_param() 2213 ctx_set_mount_opt(ctx, result.uint_32); in ext4_parse_param() 2217 ctx->s_jquota_fmt = result.uint_32; in ext4_parse_param() 2223 ctx_set_mount_opt(ctx, result.uint_32); in ext4_parse_param() 2227 if (result.uint_32 == 0) in ext4_parse_param() 2228 result.uint_32 = JBD2_DEFAULT_MAX_COMMIT_AGE; in ext4_parse_param() 2229 else if (result.uint_32 > INT_MAX / HZ) { in ext4_parse_param() 2233 result.uint_32, INT_MAX / HZ); in ext4_parse_param() 2236 ctx->s_commit_interval = HZ * result.uint_32; in ext4_parse_param() 2240 if ((result.uint_32 & 1) || (result.uint_32 < 4)) { in ext4_parse_param() [all …]
|
| /linux/drivers/android/binder/ |
| H A D | rust_binderfs.c | 276 if (result.uint_32 > BINDERFS_MAX_MINOR) in binderfs_fs_context_parse_param() 279 ctx->max = result.uint_32; in binderfs_fs_context_parse_param() 285 ctx->stats_mode = result.uint_32; in binderfs_fs_context_parse_param()
|
| /linux/fs/omfs/ |
| H A D | inode.c | 432 opts->s_fmask = opts->s_dmask = result.uint_32; in omfs_parse_param() 435 opts->s_dmask = result.uint_32; in omfs_parse_param() 438 opts->s_fmask = result.uint_32; in omfs_parse_param()
|
| /linux/drivers/android/ |
| H A D | binderfs.c | 285 if (result.uint_32 > BINDERFS_MAX_MINOR) in binderfs_fs_context_parse_param() 288 ctx->max = result.uint_32; in binderfs_fs_context_parse_param() 294 ctx->stats_mode = result.uint_32; in binderfs_fs_context_parse_param()
|
| /linux/fs/ntfs3/ |
| H A D | super.c | 347 if (result.uint_32 & ~07777) in ntfs_fs_parse_param() 349 opts->fs_fmask_inv = ~result.uint_32; in ntfs_fs_parse_param() 350 opts->fs_dmask_inv = ~result.uint_32; in ntfs_fs_parse_param() 355 if (result.uint_32 & ~07777) in ntfs_fs_parse_param() 357 opts->fs_dmask_inv = ~result.uint_32; in ntfs_fs_parse_param() 361 if (result.uint_32 & ~07777) in ntfs_fs_parse_param() 363 opts->fs_fmask_inv = ~result.uint_32; in ntfs_fs_parse_param()
|