Home
last modified time | relevance | path

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

/linux/fs/efs/
H A Dsuper.c232 sb->data_free = be32_to_cpu(super->fs_tfree); in efs_validate_super()
357 buf->f_bfree = sbi->data_free; /* free data blocks */ in efs_statfs()
358 buf->f_bavail = sbi->data_free; /* free blocks for non-root */ in efs_statfs()
/linux/scripts/dtc/
H A Ddtc-lexer.l86 data_free(fn);
208 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 Dflattree.c430 data_free(blob); in dt_to_blob()
563 data_free(strbuf); in dt_to_asm()
H A Ddtc.h166 void data_free(struct data d);
H A Dchecks.c600 data_free(prop->val); in check_name_properties()
/linux/include/uapi/linux/
H A Defs_fs_sb.h56 __u32 data_free; /* # of free data blocks */ member
/linux/arch/s390/hypfs/
H A Dhypfs.h70 void (*data_free)(const void *buf_free_ptr); member
H A Dhypfs_diag0c.c102 .data_free = dbfs_diag0c_free,
H A Dhypfs_vm.c120 .data_free = diag2fc_free,
H A Dhypfs_sprp.c131 .data_free = hypfs_sprp_free,
H A Dhypfs_dbfs.c28 data->dbfs_file->data_free(data->buf_free_ptr); in hypfs_dbfs_data_free()
H A Dhypfs_diag.c198 .data_free = vfree,