Lines Matching defs:prop
34 struct property *prop;
69 struct property *prop = f->private;
73 len = prop->length;
74 pval = prop->value;
155 m->private = oi->u.prop;
185 struct property *prop;
217 prop = dp->properties;
218 while (prop) {
219 int n = strlen(prop->name);
221 if (len == n && !strncmp(prop->name, name, len)) {
223 ent_data.prop = prop;
224 ino = prop->unique_id;
228 prop = prop->next;
258 inode->i_size = ent_oi->u.prop->length;
271 struct property *prop;
309 prop = dp->properties;
310 while (i && prop) {
311 prop = prop->next;
314 while (prop) {
315 if (!dir_emit(ctx, prop->name, strlen(prop->name),
316 prop->unique_id, DT_REG))
320 prop = prop->next;