Home
last modified time | relevance | path

Searched refs:parse_mount_options (Results 1 – 3 of 3) sorted by relevance

/linux-4.19.296/fs/devpts/
Dinode.c249 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/
Dsuper.c52 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/
Dsuper.c453 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()