Lines Matching refs:p
248 char *p; in parse_rescue_options() local
257 while ((p = strsep(&opts, ":")) != NULL) { in parse_rescue_options()
260 if (!*p) in parse_rescue_options()
262 token = match_token(p, rescue_tokens, args); in parse_rescue_options()
291 btrfs_info(info, "unrecognized rescue option '%s'", p); in parse_rescue_options()
313 char *p, *num; in btrfs_parse_options() local
343 while ((p = strsep(&options, ",")) != NULL) { in btrfs_parse_options()
345 if (!*p) in btrfs_parse_options()
348 token = match_token(p, tokens, args); in btrfs_parse_options()
816 btrfs_err(info, "unrecognized mount option '%s'", p); in btrfs_parse_options()
864 char *device_name, *opts, *orig, *p; in btrfs_parse_device_options() local
882 while ((p = strsep(&opts, ",")) != NULL) { in btrfs_parse_device_options()
885 if (!*p) in btrfs_parse_device_options()
888 token = match_token(p, tokens, args); in btrfs_parse_device_options()
918 char *opts, *orig, *p; in btrfs_parse_subvol_options() local
934 while ((p = strsep(&opts, ",")) != NULL) { in btrfs_parse_subvol_options()
936 if (!*p) in btrfs_parse_subvol_options()
939 token = match_token(p, tokens, args); in btrfs_parse_subvol_options()
1348 struct btrfs_fs_info *p = data; in btrfs_test_super() local
1351 return fs_info->fs_devices == p->fs_devices; in btrfs_test_super()