Home
last modified time | relevance | path

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

/Linux-v5.4/fs/devpts/
Dinode.c246 static int parse_mount_options(char *data, int op, struct pts_mount_opts *opts) in parse_mount_options() function
390 err = parse_mount_options(data, PARSE_REMOUNT, opts); in devpts_remount()
463 error = parse_mount_options(data, PARSE_MOUNT, &DEVPTS_SB(s)->mount_opts); in devpts_fill_super()
/Linux-v5.4/fs/orangefs/
Dsuper.c53 static int parse_mount_options(struct super_block *sb, char *options, in parse_mount_options() function
227 return parse_mount_options(sb, data, 1); in orangefs_remount_fs()
428 ret = parse_mount_options(sb, data, silent); in orangefs_fill_sb()
/Linux-v5.4/fs/ceph/
Dsuper.c462 static int parse_mount_options(struct ceph_mount_options **pfsopt, in parse_mount_options() function
1092 err = parse_mount_options(&fsopt, &opt, flags, data, dev_name); in ceph_mount()