Home
last modified time | relevance | path

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

/linux-6.1.9/fs/efs/
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()
/linux-6.1.9/scripts/dtc/
Ddtc-lexer.l86 data_free(fn);
193 data_free(d);
Ddata.c8 void data_free(struct data d) in data_free() function
153 data_free(d2); in data_merge()
Ddtc.h166 void data_free(struct data d);
Dflattree.c430 data_free(blob); in dt_to_blob()
563 data_free(strbuf); in dt_to_asm()
Dchecks.c591 data_free(prop->val); in check_name_properties()
/linux-6.1.9/include/uapi/linux/
Defs_fs_sb.h56 __u32 data_free; /* # of free data blocks */ member
/linux-6.1.9/arch/s390/hypfs/
Dhypfs.h63 void (*data_free)(const void *buf_free_ptr); member
Dhypfs_diag0c.c103 .data_free = dbfs_diag0c_free,
Dhypfs_dbfs.c27 data->dbfs_file->data_free(data->buf_free_ptr); in hypfs_dbfs_data_free()
Dhypfs_sprp.c135 .data_free = hypfs_sprp_free,
Dhypfs_vm.c272 .data_free = diag2fc_free,
Dhypfs_diag.c432 .data_free = vfree,