Searched refs:data_free (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Defs_fs_sb.h55 __u32 data_free; /* # of free data blocks */ member in struct:efs_sb_info
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/gtk/
H A Drelocate.c38 data_free( gpointer gdata ) function
191 g_object_set_data_full( G_OBJECT( d ), DATA_KEY, data, data_free ); local
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/efs/
H A Dsuper.c237 sb->data_free = be32_to_cpu(super->fs_tfree);
340 buf->f_bfree = sbi->data_free; /* free data blocks */
341 buf->f_bavail = sbi->data_free; /* free blocks for non-root */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/dtc/
H A Ddata.c23 void data_free(struct data d) function
242 d2.markers = NULL; /* So data_free() doesn't clobber them */
243 data_free(d2);
H A Ddtc.h114 void data_free(struct data d);
H A Dflattree.c423 data_free(blob);
546 data_free(strbuf);
H A Dchecks.c339 data_free(prop->val);

Completed in 1515 milliseconds