Home
last modified time | relevance | path

Searched refs:negated (Results 1 – 6 of 6) sorted by relevance

/fs/cifs/
Dfs_context.c868 if (result.negated) in smb3_fs_context_parse_param()
874 if (result.negated) in smb3_fs_context_parse_param()
880 if (result.negated) in smb3_fs_context_parse_param()
888 if (result.negated) in smb3_fs_context_parse_param()
896 if (result.negated) in smb3_fs_context_parse_param()
902 if (result.negated) in smb3_fs_context_parse_param()
908 if (result.negated) in smb3_fs_context_parse_param()
914 if (result.negated) in smb3_fs_context_parse_param()
920 if (result.negated) in smb3_fs_context_parse_param()
926 if (result.negated) in smb3_fs_context_parse_param()
[all …]
/fs/
Dfs_parser.c56 struct fs_parameter *param, bool *negated) in fs_lookup_key() argument
62 *negated = false; in fs_lookup_key()
77 *negated = true; in fs_lookup_key()
112 p = fs_lookup_key(desc, param, &result->negated); in __fs_parse()
126 result->boolean = !result->negated; in __fs_parse()
/fs/ceph/
Dsuper.c372 if (!result.negated) in ceph_parse_mount_param()
378 if (!result.negated) in ceph_parse_mount_param()
384 if (!result.negated) in ceph_parse_mount_param()
390 if (!result.negated) in ceph_parse_mount_param()
396 if (!result.negated) in ceph_parse_mount_param()
406 if (result.negated) { in ceph_parse_mount_param()
418 if (!result.negated) in ceph_parse_mount_param()
424 if (!result.negated) in ceph_parse_mount_param()
430 if (!result.negated) in ceph_parse_mount_param()
436 if (!result.negated) in ceph_parse_mount_param()
[all …]
/fs/nfs/
Dfs_context.c514 if (result.negated) in nfs_fs_context_parse_param()
520 if (result.negated) in nfs_fs_context_parse_param()
526 if (result.negated) in nfs_fs_context_parse_param()
532 if (result.negated) in nfs_fs_context_parse_param()
538 if (result.negated) { in nfs_fs_context_parse_param()
559 if (result.negated) in nfs_fs_context_parse_param()
565 if (result.negated) in nfs_fs_context_parse_param()
571 if (result.negated) in nfs_fs_context_parse_param()
577 if (result.negated) in nfs_fs_context_parse_param()
583 if (result.negated) in nfs_fs_context_parse_param()
[all …]
/fs/ntfs3/
Dsuper.c319 opts->sys_immutable = result.negated ? 0 : 1; in ntfs_fs_parse_param()
322 opts->discard = result.negated ? 0 : 1; in ntfs_fs_parse_param()
325 opts->force = result.negated ? 0 : 1; in ntfs_fs_parse_param()
328 opts->sparse = result.negated ? 0 : 1; in ntfs_fs_parse_param()
331 opts->nohidden = result.negated ? 1 : 0; in ntfs_fs_parse_param()
334 if (!result.negated) in ntfs_fs_parse_param()
344 opts->showmeta = result.negated ? 0 : 1; in ntfs_fs_parse_param()
352 opts->prealloc = result.negated ? 0 : 1; in ntfs_fs_parse_param()
355 opts->noacsrules = result.negated ? 1 : 0; in ntfs_fs_parse_param()
/fs/gfs2/
Dops_fstype.c1483 args->ar_quota = result.negated ? GFS2_QUOTA_OFF : GFS2_QUOTA_ON; in gfs2_parse_param()