Home
last modified time | relevance | path

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

/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.c476 if (result.negated) in nfs_fs_context_parse_param()
482 if (result.negated) in nfs_fs_context_parse_param()
488 if (result.negated) in nfs_fs_context_parse_param()
494 if (result.negated) in nfs_fs_context_parse_param()
500 if (result.negated) { in nfs_fs_context_parse_param()
522 if (result.negated) in nfs_fs_context_parse_param()
528 if (result.negated) in nfs_fs_context_parse_param()
534 if (result.negated) in nfs_fs_context_parse_param()
540 if (result.negated) in nfs_fs_context_parse_param()
546 if (result.negated) in nfs_fs_context_parse_param()
[all …]
/fs/gfs2/
Dops_fstype.c1454 args->ar_quota = result.negated ? GFS2_QUOTA_OFF : GFS2_QUOTA_ON; in gfs2_parse_param()