Searched refs:file_count (Results 1 – 14 of 14) sorted by relevance
| /linux/fs/vboxsf/ |
| H A D | vboxsf_wrappers.c | 252 u32 *buf_len, struct shfl_dirinfo *buf, u32 *file_count) in vboxsf_dirinfo() argument 282 parms.file_count.type = VMMDEV_HGCM_PARM_TYPE_32BIT; in vboxsf_dirinfo() 283 parms.file_count.u.value32 = 0; /* out parameter only */ in vboxsf_dirinfo() 290 *file_count = parms.file_count.u.value32; in vboxsf_dirinfo()
|
| H A D | vfsmod.h | 131 u32 *buf_len, struct shfl_dirinfo *buf, u32 *file_count);
|
| H A D | shfl_hostintf.h | 712 struct vmmdev_hgcm_function_parameter file_count; member
|
| /linux/fs/hfsplus/ |
| H A D | super.c | 210 vhdr->file_count = cpu_to_be32(sbi->file_count); in hfsplus_commit_superblock() 214 sbi->folder_count, sbi->file_count); in hfsplus_commit_superblock() 479 sbi->file_count = be32_to_cpu(vhdr->file_count); in hfsplus_fill_super()
|
| H A D | dir.c | 342 sbi->file_count++; in hfsplus_link() 354 sbi->file_count++; in hfsplus_link() 416 sbi->file_count--; in hfsplus_unlink() 428 sbi->file_count--; in hfsplus_unlink()
|
| /linux/drivers/usb/gadget/function/ |
| H A D | f_mass_storage.h | 15 unsigned int file_count, ro_count, removable_count, cdrom_count; member
|
| H A D | f_mass_storage.c | 3603 min(params->luns ?: (params->file_count ?: 1u), in fsg_config_from_params() 3610 params->file_count > i && params->file[i][0] in fsg_config_from_params()
|
| /linux/fs/hfs/ |
| H A D | super.c | 325 atomic64_set(&sbi->file_count, 0); in hfs_fill_super()
|
| /linux/net/unix/ |
| H A D | garbage.c | 364 total_ref = file_count(u->sk.sk_socket->file); in unix_vertex_dead()
|
| /linux/drivers/dma-buf/ |
| H A D | dma-buf.c | 601 seq_printf(m, "count:\t%ld\n", file_count(dmabuf->file) - 1); in dma_buf_show_fdinfo() 1714 file_count(buf_obj->file), in dma_buf_debug_show()
|
| /linux/drivers/gpu/drm/i915/gvt/ |
| H A D | dmabuf.c | 556 file_count(dmabuf->file), in intel_vgpu_get_dmabuf()
|
| /linux/include/linux/ |
| H A D | fs.h | 1318 #define file_count(f) file_ref_read(&(f)->f_ref) macro
|
| /linux/drivers/scsi/ |
| H A D | st.c | 1379 if (file_count(filp) > 1) in st_flush()
|
| /linux/arch/x86/kvm/mmu/ |
| H A D | mmu.c | 5026 WARN_ON_ONCE(!file_count(slot->gmem.file))) in kvm_assert_gmem_invalidate_lock_held()
|