• Home
  • Raw
  • Download

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
197 int fs_param_is_bool(struct p_log *log, const struct fs_parameter_spec *p, in fs_param_is_bool()
213 int fs_param_is_u32(struct p_log *log, const struct fs_parameter_spec *p, in fs_param_is_u32()
227 int fs_param_is_s32(struct p_log *log, const struct fs_parameter_spec *p, in fs_param_is_s32()
240 int fs_param_is_u64(struct p_log *log, const struct fs_parameter_spec *p, in fs_param_is_u64()
253 int fs_param_is_enum(struct p_log *log, const struct fs_parameter_spec *p, in fs_param_is_enum()
269 int fs_param_is_string(struct p_log *log, const struct fs_parameter_spec *p, in fs_param_is_string()
279 int fs_param_is_blob(struct p_log *log, const struct fs_parameter_spec *p, in fs_param_is_blob()
288 int fs_param_is_fd(struct p_log *log, const struct fs_parameter_spec *p, in fs_param_is_fd()
311 int fs_param_is_uid(struct p_log *log, const struct fs_parameter_spec *p, in fs_param_is_uid()
328 int fs_param_is_gid(struct p_log *log, const struct fs_parameter_spec *p, in fs_param_is_gid()
345 int fs_param_is_blockdev(struct p_log *log, const struct fs_parameter_spec *p, in fs_param_is_blockdev()
352 int fs_param_is_path(struct p_log *log, const struct fs_parameter_spec *p, in fs_param_is_path()