Home
last modified time | relevance | path

Searched defs:option (Results 1 – 25 of 25) sorted by relevance

/fs/ntfs/
Dsuper.c100 #define NTFS_GETOPT_WITH_DEFAULT(option, variable, default_value) \ in parse_options() argument
110 #define NTFS_GETOPT(option, variable) \ in parse_options() argument
118 #define NTFS_GETOPT_UID(option, variable) \ in parse_options() argument
130 #define NTFS_GETOPT_GID(option, variable) \ in parse_options() argument
142 #define NTFS_GETOPT_OCTAL(option, variable) \ in parse_options() argument
150 #define NTFS_GETOPT_BOOL(option, variable) \ in parse_options() argument
157 #define NTFS_GETOPT_OPTIONS_ARRAY(option, variable, opt_array) \ in parse_options() argument
/fs/erofs/
Dinternal.h100 #define clear_opt(sbi, option) ((sbi)->mount_opt &= ~EROFS_MOUNT_##option) argument
101 #define set_opt(sbi, option) ((sbi)->mount_opt |= EROFS_MOUNT_##option) argument
102 #define test_opt(sbi, option) ((sbi)->mount_opt & EROFS_MOUNT_##option) argument
/fs/
Dfilesystems.c190 SYSCALL_DEFINE3(sysfs, int, option, unsigned long, arg1, unsigned long, arg2) in SYSCALL_DEFINE3() argument
/fs/autofs/
Dinode.c137 int option; in parse_options() local
/fs/9p/
Dv9fs.c167 int option = 0; in v9fs_parse_options() local
/fs/nfs/
Dsuper.c1187 static int nfs_get_option_str(substring_t args[], char **option) in nfs_get_option_str()
1194 static int nfs_get_option_ul(substring_t args[], unsigned long *option) in nfs_get_option_ul()
1208 static int nfs_get_option_ul_bound(substring_t args[], unsigned long *option, in nfs_get_option_ul_bound()
1247 unsigned long option; in nfs_parse_mount_options() local
/fs/omfs/
Dinode.c409 int option; in parse_options() local
/fs/adfs/
Dsuper.c180 int option; in parse_options() local
/fs/pstore/
Dinode.c231 int option; in parse_options() local
/fs/affs/
Dsuper.c210 int token, n, option; in parse_options() local
/fs/tracefs/
Dinode.c165 int option; in tracefs_parse_options() local
/fs/devpts/
Dinode.c270 int option; in parse_mount_options() local
/fs/hpfs/
Dsuper.c319 int option; in parse_opts() local
/fs/befs/
Dlinuxvfs.c696 int option; in parse_options() local
/fs/debugfs/
Dinode.c103 int option; in debugfs_parse_options() local
/fs/ubifs/
Dsuper.c988 static int parse_standard_option(const char *option) in parse_standard_option()
/fs/gfs2/
Dops_fstype.c962 int token, option; in gfs2_lm_mount() local
/fs/ext2/
Dsuper.c480 int option; in parse_options() local
/fs/nilfs2/
Dsuper.c1191 static int nilfs_parse_snapshot_option(const char *option, in nilfs_parse_snapshot_option()
/fs/isofs/
Dinode.c341 int option; in parse_options() local
/fs/ocfs2/
Dsuper.c1246 int token, option; in ocfs2_parse_options() local
/fs/cifs/
Dconnect.c1355 static int get_option_ul(substring_t args[], unsigned long *option) in get_option_ul()
1745 unsigned long option; in cifs_parse_mount_options() local
/fs/fat/
Dinode.c1125 int option; in parse_options() local
/fs/udf/
Dsuper.c461 int option; in udf_parse_options() local
/fs/f2fs/
Df2fs.h105 #define clear_opt(sbi, option) (F2FS_OPTION(sbi).opt &= ~F2FS_MOUNT_##option) argument
106 #define set_opt(sbi, option) (F2FS_OPTION(sbi).opt |= F2FS_MOUNT_##option) argument
107 #define test_opt(sbi, option) (F2FS_OPTION(sbi).opt & F2FS_MOUNT_##option) argument