Searched refs:parse_mount_options (Results 1 – 3 of 3) sorted by relevance
/linux-4.19.296/fs/devpts/ |
D | inode.c | 249 static int parse_mount_options(char *data, int op, struct pts_mount_opts *opts) in parse_mount_options() function 393 err = parse_mount_options(data, PARSE_REMOUNT, opts); in devpts_remount() 466 error = parse_mount_options(data, PARSE_MOUNT, &DEVPTS_SB(s)->mount_opts); in devpts_fill_super()
|
/linux-4.19.296/fs/orangefs/ |
D | super.c | 52 static int parse_mount_options(struct super_block *sb, char *options, in parse_mount_options() function 213 return parse_mount_options(sb, data, 1); in orangefs_remount_fs() 416 ret = parse_mount_options(sb, data, silent); in orangefs_fill_sb()
|
/linux-4.19.296/fs/ceph/ |
D | super.c | 453 static int parse_mount_options(struct ceph_mount_options **pfsopt, in parse_mount_options() function 1078 err = parse_mount_options(&fsopt, &opt, flags, data, dev_name); in ceph_mount()
|