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

/linux-master/include/uapi/linux/
H A Defs_fs_sb.h56 __u32 data_free; /* # of free data blocks */ member in struct:efs_sb_info
/linux-master/arch/s390/hypfs/
H A Dhypfs.h72 void (*data_free)(const void *buf_free_ptr); member in struct:hypfs_dbfs_file
H A Dhypfs_diag0c.c102 .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);
H A Dhypfs_sprp.c135 .data_free = hypfs_sprp_free,
H A Dhypfs_diag.c190 .data_free = vfree,
/linux-master/scripts/dtc/
H A Ddtc-lexer.l86 data_free(fn);
193 data_free(d);
H A Ddata.c8 void data_free(struct data d) function
152 d2.markers = NULL; /* So data_free() doesn't clobber them */
153 data_free(d2);
H A Ddtc.h166 void data_free(struct data d);
H A Dflattree.c430 data_free(blob);
563 data_free(strbuf);
H A Dchecks.c591 data_free(prop->val);
/linux-master/fs/efs/
H A Dsuper.c243 sb->data_free = be32_to_cpu(super->fs_tfree);
394 buf->f_bfree = sbi->data_free; /* free data blocks */
395 buf->f_bavail = sbi->data_free; /* free blocks for non-root */

Completed in 233 milliseconds