Home
last modified time | relevance | path

Searched refs:data_free (Results 1 – 18 of 18) sorted by relevance

/openbmc/u-boot/scripts/dtc/
H A Ddtc-lexer.l101 data_free(fn);
201 data_free(d);
H A Ddata.c23 void data_free(struct data d) in data_free() function
166 data_free(d2); in data_merge()
H A Ddtc.h104 void data_free(struct data d);
H A Dflattree.c444 data_free(blob); in dt_to_blob()
577 data_free(strbuf); in dt_to_asm()
H A Dchecks.c544 data_free(prop->val); in check_name_properties()
/openbmc/linux/scripts/dtc/
H A Ddtc-lexer.l86 data_free(fn);
193 data_free(d);
H A Ddata.c8 void data_free(struct data d) in data_free() function
153 data_free(d2); in data_merge()
H A Ddtc.h166 void data_free(struct data d);
H A Dflattree.c430 data_free(blob); in dt_to_blob()
563 data_free(strbuf); in dt_to_asm()
H A Dchecks.c591 data_free(prop->val); in check_name_properties()
/openbmc/linux/fs/efs/
H A Dsuper.c243 sb->data_free = be32_to_cpu(super->fs_tfree); in efs_validate_super()
339 buf->f_bfree = sbi->data_free; /* free data blocks */ in efs_statfs()
340 buf->f_bavail = sbi->data_free; /* free blocks for non-root */ in efs_statfs()
/openbmc/linux/include/uapi/linux/
H A Defs_fs_sb.h56 __u32 data_free; /* # of free data blocks */ member
/openbmc/linux/arch/s390/hypfs/
H A Dhypfs.h72 void (*data_free)(const void *buf_free_ptr); member
H A Dhypfs_diag0c.c103 .data_free = dbfs_diag0c_free,
H A Dhypfs_vm.c119 .data_free = diag2fc_free,
H A Dhypfs_dbfs.c27 data->dbfs_file->data_free(data->buf_free_ptr); in hypfs_dbfs_data_free()
H A Dhypfs_sprp.c135 .data_free = hypfs_sprp_free,
H A Dhypfs_diag.c190 .data_free = vfree,