Searched defs:mount_opts (Results 1 - 8 of 8) sorted by relevance

/fs/befs/
H A Dbefs.h55 befs_mount_options mount_opts; member in struct:befs_sb_info
/fs/ramfs/
H A Dinode.c181 struct ramfs_mount_opts mount_opts; member in struct:ramfs_fs_info
229 err = ramfs_parse_options(data, &fsi->mount_opts);
240 inode = ramfs_get_inode(sb, NULL, S_IFDIR | fsi->mount_opts.mode, 0);
/fs/debugfs/
H A Dinode.c150 struct debugfs_mount_opts mount_opts; member in struct:debugfs_fs_info
205 struct debugfs_mount_opts *opts = &fsi->mount_opts;
222 err = debugfs_parse_options(data, &fsi->mount_opts);
235 struct debugfs_mount_opts *opts = &fsi->mount_opts;
270 err = debugfs_parse_options(data, &fsi->mount_opts);
/fs/jffs2/
H A Djffs2_fs_sb.h143 struct jffs2_mount_opts mount_opts; member in struct:jffs2_sb_info
/fs/affs/
H A Dsuper.c191 int *blocksize, char **prefix, char *volume, unsigned long *mount_opts)
205 *mount_opts = 0;
230 *mount_opts |= SF_SETMODE;
233 *mount_opts |= SF_MUFS;
236 *mount_opts |= SF_NO_TRUNCATE;
242 *mount_opts |= SF_PREFIX;
245 *mount_opts |= SF_IMMUTABLE;
261 *mount_opts |= SF_SETGID;
269 *mount_opts |= SF_SETUID;
272 *mount_opts |
190 parse_options(char *options, kuid_t *uid, kgid_t *gid, int *mode, int *reserved, s32 *root, int *blocksize, char **prefix, char *volume, unsigned long *mount_opts) argument
[all...]
/fs/devpts/
H A Dinode.c130 struct pts_mount_opts mount_opts; member in struct:pts_fs_info
247 struct pts_mount_opts *opts = &fsi->mount_opts;
302 inode->i_mode = S_IFCHR|fsi->mount_opts.ptmxmode;
316 struct pts_mount_opts *opts = &fsi->mount_opts;
335 struct pts_mount_opts *opts = &fsi->mount_opts;
368 fsi->mount_opts.mode = DEVPTS_DEFAULT_MODE;
369 fsi->mount_opts.ptmxmode = DEVPTS_DEFAULT_PTMX_MODE;
477 memcpy(&(DEVPTS_SB(s))->mount_opts, &opts, sizeof(opts));
538 (fsi->mount_opts.newinstance ? pty_reserve : 0)) {
551 if (index >= fsi->mount_opts
[all...]
/fs/ubifs/
H A Dubifs.h1229 * @mount_opts: UBIFS-specific mount options
1458 struct ubifs_mount_opts mount_opts; member in struct:ubifs_info
/fs/ext4/
H A Dsuper.c1345 static const struct mount_opts { struct
1433 const struct mount_opts *m;
1762 const struct mount_opts *m;

Completed in 109 milliseconds