/linux-4.19.296/include/net/ |
D | ndisc.h | 200 int (*parse_options)(const struct net_device *dev, member 236 if (dev->ndisc_ops && dev->ndisc_ops->parse_options) in ndisc_ops_parse_options() 237 return dev->ndisc_ops->parse_options(dev, nd_opt, ndopts); in ndisc_ops_parse_options()
|
/linux-4.19.296/fs/pstore/ |
D | inode.c | 242 static void parse_options(char *options) in parse_options() function 280 parse_options(data); in pstore_remount() 451 parse_options(data); in pstore_fill_super()
|
/linux-4.19.296/fs/autofs/ |
D | inode.c | 127 static int parse_options(char *options, int *pipefd, kuid_t *uid, kgid_t *gid, in parse_options() function 267 if (parse_options(data, &pipefd, &root_inode->i_uid, &root_inode->i_gid, in autofs_fill_super()
|
/linux-4.19.296/fs/adfs/ |
D | super.c | 158 static int parse_options(struct super_block *sb, char *options) in parse_options() function 217 return parse_options(sb, data); in adfs_remount() 391 if (parse_options(sb, data)) in adfs_fill_super()
|
/linux-4.19.296/fs/affs/ |
D | super.c | 195 parse_options(char *options, kuid_t *uid, kgid_t *gid, int *mode, int *reserved, s32 *root, in parse_options() function 374 if (!parse_options(data,&uid,&gid,&i,&reserved,&root_block, in affs_fill_super() 573 if (!parse_options(data, &uid, &gid, &mode, &reserved, &root_block, in affs_remount()
|
/linux-4.19.296/fs/hfs/ |
D | super.c | 230 static int parse_options(char *options, struct hfs_sb_info *hsb) in parse_options() function 403 if (!parse_options((char *)data, sbi)) { in hfs_fill_super()
|
/linux-4.19.296/fs/befs/ |
D | linuxvfs.c | 58 static int parse_options(char *, struct befs_mount_options *); 697 parse_options(char *options, struct befs_mount_options *opts) in parse_options() function 830 if (!parse_options((char *) data, &befs_sb->mount_opts)) { in befs_fill_super()
|
/linux-4.19.296/fs/jfs/ |
D | super.c | 262 static int parse_options(char *options, struct super_block *sb, s64 *newLVSize, in parse_options() function 467 if (!parse_options(data, sb, &newLVSize, &flag)) in jfs_remount() 543 if (!parse_options((char *) data, sb, &newLVSize, &flag)) in jfs_fill_super()
|
/linux-4.19.296/fs/omfs/ |
D | inode.c | 405 static int parse_options(char *options, struct omfs_sb_info *sbi) in parse_options() function 476 if (!parse_options((char *) data, sbi)) in omfs_fill_super()
|
/linux-4.19.296/fs/nilfs2/ |
D | super.c | 753 static int parse_options(char *options, struct super_block *sb, int is_remount) in parse_options() function 905 return !parse_options(data, sb, 0) ? -EINVAL : 0; in nilfs_store_magic_and_option() 1156 if (!parse_options(data, sb, 1)) { in nilfs_remount()
|
/linux-4.19.296/fs/exofs/ |
D | super.c | 82 static int parse_options(char *options, struct exofs_mountopt *opts) in parse_options() function 868 ret = parse_options(data, &opts); in exofs_mount()
|
/linux-4.19.296/fs/ext2/ |
D | super.c | 485 static int parse_options(char *options, struct super_block *sb, in parse_options() function 942 if (!parse_options((char *) data, sb, &opts)) in ext2_fill_super() 1358 if (!parse_options(data, sb, &new_opts)) in ext2_remount()
|
/linux-4.19.296/fs/isofs/ |
D | inode.c | 339 static int parse_options(char *options, struct iso9660_options *popt) in parse_options() function 646 if (!parse_options((char *)data, &opt)) in isofs_fill_super()
|
/linux-4.19.296/fs/ntfs/ |
D | super.c | 101 static bool parse_options(ntfs_volume *vol, char *opt) in parse_options() function 564 if (!parse_options(vol, opt)) in ntfs_remount() 2763 if (!parse_options(vol, (char*)opt)) in ntfs_fill_super()
|
/linux-4.19.296/fs/fat/ |
D | inode.c | 1127 static int parse_options(struct super_block *sb, char *options, int is_vfat, in parse_options() function 1636 error = parse_options(sb, data, isvfat, silent, &debug, &sbi->options); in fat_fill_super()
|
/linux-4.19.296/fs/f2fs/ |
D | super.c | 360 static int parse_options(struct super_block *sb, char *options) in parse_options() function 1476 err = parse_options(sb, data); in f2fs_remount() 2876 err = parse_options(sb, options); in f2fs_fill_super()
|
/linux-4.19.296/fs/ext4/ |
D | super.c | 2032 static int parse_options(char *options, struct super_block *sb, in parse_options() function 3842 if (!parse_options(s_mount_opts, sb, &journal_devnum, in ext4_fill_super() 3851 if (!parse_options((char *) data, sb, &journal_devnum, in ext4_fill_super() 5317 if (!parse_options(data, sb, NULL, &journal_ioprio, 1)) { in ext4_remount()
|