Searched refs:parse_mount_options (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.6/fs/devpts/ |
D | inode.c | 228 static int parse_mount_options(char *data, int op, struct pts_mount_opts *opts) in parse_mount_options() function 372 err = parse_mount_options(data, PARSE_REMOUNT, opts); in devpts_remount() 445 error = parse_mount_options(data, PARSE_MOUNT, &DEVPTS_SB(s)->mount_opts); in devpts_fill_super()
|
/Linux-v6.6/fs/orangefs/ |
D | super.c | 54 static int parse_mount_options(struct super_block *sb, char *options, in parse_mount_options() function 228 return parse_mount_options(sb, data, 1); in orangefs_remount_fs() 429 ret = parse_mount_options(sb, data, silent); in orangefs_fill_sb()
|