Home
last modified time | relevance | path

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

/linux-4.1.27/fs/efs/
Dsuper.c247 sb->data_free = be32_to_cpu(super->fs_tfree); in efs_validate_super()
341 buf->f_bfree = sbi->data_free; /* free data blocks */ in efs_statfs()
342 buf->f_bavail = sbi->data_free; /* free blocks for non-root */ in efs_statfs()
/linux-4.1.27/include/uapi/linux/
Defs_fs_sb.h55 __u32 data_free; /* # of free data blocks */ member
/linux-4.1.27/arch/s390/hypfs/
Dhypfs.h62 void (*data_free)(const void *buf_free_ptr); member
Dhypfs_diag0c.c114 .data_free = dbfs_diag0c_free,
Dhypfs_sprp.c125 .data_free = hypfs_sprp_free,
Dhypfs_dbfs.c26 data->dbfs_file->data_free(data->buf_free_ptr); in hypfs_dbfs_data_free()
Dhypfs_vm.c266 .data_free = diag2fc_free,
Dhypfs_diag.c585 .data_free = vfree,
/linux-4.1.27/scripts/dtc/
Ddata.c23 void data_free(struct data d) in data_free() function
166 data_free(d2); in data_merge()
Ddtc.h99 void data_free(struct data d);
Dflattree.c446 data_free(blob); in dt_to_blob()
577 data_free(strbuf); in dt_to_asm()
Dchecks.c445 data_free(prop->val); in check_name_properties()