Lines Matching defs:p
43 const struct constant_table *p = __lookup_constant(tbl, name); in lookup_constant() local
49 static inline bool is_flag(const struct fs_parameter_spec *p) in is_flag()
58 const struct fs_parameter_spec *p, *other = NULL; in fs_lookup_key() local
108 const struct fs_parameter_spec *p; in __fs_parse() local
196 int fs_param_is_bool(struct p_log *log, const struct fs_parameter_spec *p, in fs_param_is_bool()
210 int fs_param_is_u32(struct p_log *log, const struct fs_parameter_spec *p, in fs_param_is_u32()
221 int fs_param_is_s32(struct p_log *log, const struct fs_parameter_spec *p, in fs_param_is_s32()
231 int fs_param_is_u64(struct p_log *log, const struct fs_parameter_spec *p, in fs_param_is_u64()
241 int fs_param_is_enum(struct p_log *log, const struct fs_parameter_spec *p, in fs_param_is_enum()
255 int fs_param_is_string(struct p_log *log, const struct fs_parameter_spec *p, in fs_param_is_string()
264 int fs_param_is_blob(struct p_log *log, const struct fs_parameter_spec *p, in fs_param_is_blob()
273 int fs_param_is_fd(struct p_log *log, const struct fs_parameter_spec *p, in fs_param_is_fd()
295 int fs_param_is_blockdev(struct p_log *log, const struct fs_parameter_spec *p, in fs_param_is_blockdev()
302 int fs_param_is_path(struct p_log *log, const struct fs_parameter_spec *p, in fs_param_is_path()