Home
last modified time | relevance | path

Searched refs:file_count (Results 1 – 14 of 14) sorted by relevance

/linux/fs/hfsplus/
H A Ddir.c339 sbi->file_count++; in hfsplus_link()
351 sbi->file_count++; in hfsplus_link()
395 sbi->file_count--; in hfsplus_unlink()
407 sbi->file_count--; in hfsplus_unlink()
H A Dsuper.c216 vhdr->file_count = cpu_to_be32(sbi->file_count); in hfsplus_sync_fs()
429 sbi->file_count = be32_to_cpu(vhdr->file_count); in hfsplus_fill_super()
H A Dinode.c419 sbi->file_count++; in hfsplus_new_inode()
425 sbi->file_count++; in hfsplus_new_inode()
431 sbi->file_count++; in hfsplus_new_inode()
448 HFSPLUS_SB(sb)->file_count--; in hfsplus_delete_inode()
H A Dhfsplus_raw.h116 __be32 file_count; member
H A Dhfsplus_fs.h177 u32 file_count; member
/linux/drivers/usb/gadget/function/
H A Df_mass_storage.h15 unsigned int file_count, ro_count, removable_count, cdrom_count; member
/linux/fs/hfs/
H A Dmdb.c156 HFS_SB(sb)->file_count = be32_to_cpu(mdb->drFilCnt); in hfs_mdb_get()
279 mdb->drFilCnt = cpu_to_be32(HFS_SB(sb)->file_count); in hfs_mdb_commit()
H A Dhfs_fs.h115 u32 file_count; /* The number of member
/linux/fs/vboxsf/
H A Dvfsmod.h131 u32 *buf_len, struct shfl_dirinfo *buf, u32 *file_count);
H A Dshfl_hostintf.h712 struct vmmdev_hgcm_function_parameter file_count; member
/linux/net/unix/
H A Dgarbage.c340 total_ref = file_count(u->sk.sk_socket->file); in unix_vertex_dead()
/linux/drivers/gpu/drm/i915/gvt/
H A Ddmabuf.c556 file_count(dmabuf->file), in intel_vgpu_get_dmabuf()
/linux/include/linux/
H A Dfs.h1154 #define file_count(f) file_ref_read(&(f)->f_ref) macro
/linux/drivers/scsi/
H A Dst.c1378 if (file_count(filp) > 1) in st_flush()