Home
last modified time | relevance | path

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

/linux-3.4.99/fs/efs/
Dsuper.c243 sb->data_free = be32_to_cpu(super->fs_tfree); in efs_validate_super()
345 buf->f_bfree = sbi->data_free; /* free data blocks */ in efs_statfs()
346 buf->f_bavail = sbi->data_free; /* free blocks for non-root */ in efs_statfs()
/linux-3.4.99/include/linux/
Defs_fs_sb.h55 __u32 data_free; /* # of free data blocks */ member
/linux-3.4.99/arch/s390/hypfs/
Dhypfs.h58 void (*data_free)(const void *buf_free_ptr); member
Dhypfs_dbfs.c30 data->dbfs_file->data_free(data->buf_free_ptr); in hypfs_dbfs_data_free()
Dhypfs_vm.c262 .data_free = diag2fc_free,
Dhypfs_diag.c586 .data_free = vfree,
/linux-3.4.99/scripts/dtc/
Ddata.c23 void data_free(struct data d) in data_free() function
243 data_free(d2); in data_merge()
Ddtc.h99 void data_free(struct data d);
Dflattree.c443 data_free(blob); in dt_to_blob()
574 data_free(strbuf); in dt_to_asm()
Dchecks.c419 data_free(prop->val); in check_name_properties()