Searched refs:parse_mount_options (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.4/fs/devpts/ |
| D | inode.c | 246 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/ |
| D | super.c | 53 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/ |
| D | super.c | 462 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()
|