/fs/pstore/ |
D | inode.c | 121 static void parse_options(char *options) in parse_options() function 148 parse_options(data); in pstore_remount() 276 parse_options(data); in pstore_fill_super()
|
/fs/adfs/ |
D | super.c | 158 static int parse_options(struct super_block *sb, char *options) in parse_options() function 212 return parse_options(sb, data); in adfs_remount() 379 if (parse_options(sb, data)) in adfs_fill_super()
|
/fs/autofs4/ |
D | inode.c | 129 static int parse_options(char *options, int *pipefd, uid_t *uid, gid_t *gid, in parse_options() function 256 if (parse_options(data, &pipefd, &root_inode->i_uid, &root_inode->i_gid, in autofs4_fill_super()
|
/fs/affs/ |
D | super.c | 174 parse_options(char *options, uid_t *uid, gid_t *gid, int *mode, int *reserved, s32 *root, in parse_options() function 311 if (!parse_options(data,&uid,&gid,&i,&reserved,&root_block, in affs_fill_super() 526 if (!parse_options(data, &uid, &gid, &mode, &reserved, &root_block, in affs_remount()
|
/fs/hfs/ |
D | super.c | 231 static int parse_options(char *options, struct hfs_sb_info *hsb) in parse_options() function 393 if (!parse_options((char *)data, sbi)) { in hfs_fill_super()
|
/fs/jfs/ |
D | super.c | 220 static int parse_options(char *options, struct super_block *sb, s64 *newLVSize, in parse_options() function 371 if (!parse_options(data, sb, &newLVSize, &flag)) { in jfs_remount() 451 if (!parse_options((char *) data, sb, &newLVSize, &flag)) in jfs_fill_super()
|
/fs/befs/ |
D | linuxvfs.c | 52 static int parse_options(char *, befs_mount_options *); 672 parse_options(char *options, befs_mount_options * opts) in parse_options() function 783 if (!parse_options((char *) data, &befs_sb->mount_opts)) { in befs_fill_super()
|
/fs/omfs/ |
D | inode.c | 375 static int parse_options(char *options, struct omfs_sb_info *sbi) in parse_options() function 444 if (!parse_options((char *) data, sbi)) in omfs_fill_super()
|
/fs/nilfs2/ |
D | super.c | 716 static int parse_options(char *options, struct super_block *sb, int is_remount) in parse_options() function 869 return !parse_options(data, sb, 0) ? -EINVAL : 0 ; in nilfs_store_magic_and_option() 1127 if (!parse_options(data, sb, 1)) { in nilfs_remount()
|
/fs/ext2/ |
D | super.c | 433 static int parse_options(char *options, struct super_block *sb) in parse_options() function 849 if (!parse_options((char *) data, sb)) in ext2_fill_super() 1221 if (!parse_options(data, sb)) { in ext2_remount()
|
/fs/exofs/ |
D | super.c | 81 static int parse_options(char *options, struct exofs_mountopt *opts) in parse_options() function 869 ret = parse_options(data, &opts); in exofs_mount()
|
/fs/isofs/ |
D | inode.c | 369 static int parse_options(char *options, struct iso9660_options *popt) in parse_options() function 621 if (!parse_options((char *)data, &opt)) in isofs_fill_super()
|
/fs/fat/ |
D | inode.c | 981 static int parse_options(struct super_block *sb, char *options, int is_vfat, in parse_options() function 1289 error = parse_options(sb, data, isvfat, silent, &debug, &sbi->options); in fat_fill_super()
|
/fs/ntfs/ |
D | super.c | 100 static bool parse_options(ntfs_volume *vol, char *opt) in parse_options() function 537 if (!parse_options(vol, opt)) in ntfs_remount() 2761 if (!parse_options(vol, (char*)opt)) in ntfs_fill_super()
|
/fs/ext3/ |
D | super.c | 961 static int parse_options (char *options, struct super_block *sb, in parse_options() function 1726 if (!parse_options ((char *) data, sb, &journal_inum, &journal_devnum, in ext3_fill_super() 2603 if (!parse_options(data, sb, NULL, NULL, &n_blocks_count, 1)) { in ext3_remount()
|
/fs/ext4/ |
D | super.c | 1600 static int parse_options(char *options, struct super_block *sb, in parse_options() function 3213 if (!parse_options((char *) sbi->s_es->s_mount_opts, sb, in ext4_fill_super() 3220 if (!parse_options((char *) data, sb, &journal_devnum, in ext4_fill_super() 4395 if (!parse_options(data, sb, NULL, &journal_ioprio, 1)) { in ext4_remount()
|