Symbol: file_count
arch/x86/kvm/mmu/mmu.c
5089
WARN_ON_ONCE(!file_count(slot->gmem.file)))
drivers/dma-buf/dma-buf.c
1761
file_count(buf_obj->file),
drivers/dma-buf/dma-buf.c
601
seq_printf(m, "count:\t%ld\n", file_count(dmabuf->file) - 1);
drivers/gpu/drm/i915/gvt/dmabuf.c
556
file_count(dmabuf->file),
drivers/scsi/st.c
1379
if (file_count(filp) > 1)
drivers/usb/gadget/function/f_mass_storage.c
3603
min(params->luns ?: (params->file_count ?: 1u),
drivers/usb/gadget/function/f_mass_storage.c
3610
params->file_count > i && params->file[i][0]
drivers/usb/gadget/function/f_mass_storage.h
15
unsigned int file_count, ro_count, removable_count, cdrom_count;
fs/hfs/hfs_fs.h
81
atomic64_t file_count; /* The number of
fs/hfs/inode.c
189
s64 file_count;
fs/hfs/inode.c
232
file_count = atomic64_inc_return(&HFS_SB(sb)->file_count);
fs/hfs/inode.c
233
if (file_count > U32_MAX) {
fs/hfs/inode.c
234
atomic64_dec(&HFS_SB(sb)->file_count);
fs/hfs/inode.c
282
atomic64_dec(&HFS_SB(sb)->file_count);
fs/hfs/mdb.c
180
atomic64_set(&HFS_SB(sb)->file_count, be32_to_cpu(mdb->drFilCnt));
fs/hfs/mdb.c
304
cpu_to_be32((u32)atomic64_read(&HFS_SB(sb)->file_count));
fs/hfs/mdb.c
76
if (unlikely(atomic64_read(&sbi->file_count) > U32_MAX)) {
fs/hfs/super.c
325
atomic64_set(&sbi->file_count, 0);
fs/hfsplus/dir.c
336
sbi->file_count++;
fs/hfsplus/dir.c
348
sbi->file_count++;
fs/hfsplus/dir.c
410
sbi->file_count--;
fs/hfsplus/dir.c
422
sbi->file_count--;
fs/hfsplus/hfsplus_fs.h
143
u32 file_count;
fs/hfsplus/inode.c
507
sbi->file_count++;
fs/hfsplus/inode.c
513
sbi->file_count++;
fs/hfsplus/inode.c
520
sbi->file_count++;
fs/hfsplus/inode.c
523
sbi->file_count++;
fs/hfsplus/inode.c
541
HFSPLUS_SB(sb)->file_count--;
fs/hfsplus/super.c
211
vhdr->file_count = cpu_to_be32(sbi->file_count);
fs/hfsplus/super.c
215
sbi->folder_count, sbi->file_count);
fs/hfsplus/super.c
503
sbi->file_count = be32_to_cpu(vhdr->file_count);
fs/open.c
1464
if (CHECK_DATA_CORRUPTION(file_count(filp) == 0, filp,
fs/vboxsf/shfl_hostintf.h
712
struct vmmdev_hgcm_function_parameter file_count;
fs/vboxsf/vboxsf_wrappers.c
252
u32 *buf_len, struct shfl_dirinfo *buf, u32 *file_count)
fs/vboxsf/vboxsf_wrappers.c
282
parms.file_count.type = VMMDEV_HGCM_PARM_TYPE_32BIT;
fs/vboxsf/vboxsf_wrappers.c
283
parms.file_count.u.value32 = 0; /* out parameter only */
fs/vboxsf/vboxsf_wrappers.c
290
*file_count = parms.file_count.u.value32;
fs/vboxsf/vfsmod.h
137
u32 *buf_len, struct shfl_dirinfo *buf, u32 *file_count);
include/linux/hfs_common.h
249
__be32 file_count;
net/handshake/handshake-test.c
228
fcount_before = file_count(filp);
net/handshake/handshake-test.c
231
KUNIT_EXPECT_EQ(test, file_count(filp), fcount_before + 1);
net/handshake/handshake-test.c
241
KUNIT_EXPECT_EQ(test, file_count(filp), fcount_before);
net/handshake/handshake-test.c
273
fcount_before = file_count(filp);
net/handshake/handshake-test.c
280
KUNIT_EXPECT_EQ(test, file_count(filp), fcount_before);
net/handshake/handshake-test.c
307
fcount_before = file_count(filp);
net/handshake/handshake-test.c
312
KUNIT_EXPECT_EQ(test, file_count(filp), fcount_before + 1);
net/handshake/handshake-test.c
317
KUNIT_EXPECT_EQ(test, file_count(filp), fcount_before + 1);
net/handshake/handshake-test.c
320
KUNIT_EXPECT_EQ(test, file_count(filp), fcount_before);
net/handshake/handshake-test.c
345
fcount_before = file_count(filp);
net/handshake/handshake-test.c
348
KUNIT_EXPECT_EQ(test, file_count(filp), fcount_before + 1);
net/handshake/handshake-test.c
357
KUNIT_EXPECT_EQ(test, file_count(filp), fcount_before);
net/handshake/handshake-test.c
385
fcount_before = file_count(filp);
net/handshake/handshake-test.c
388
KUNIT_EXPECT_EQ(test, file_count(filp), fcount_before + 1);
net/handshake/handshake-test.c
407
KUNIT_EXPECT_EQ(test, file_count(filp), fcount_before);
net/handshake/handshake-test.c
435
fcount_before = file_count(filp);
net/handshake/handshake-test.c
438
KUNIT_EXPECT_EQ(test, file_count(filp), fcount_before + 1);
net/handshake/handshake-test.c
454
KUNIT_EXPECT_EQ(test, file_count(filp), fcount_before);
net/handshake/handshake-test.c
461
KUNIT_EXPECT_EQ(test, file_count(filp), fcount_before);
net/handshake/handshake-test.c
502
fcount_before = file_count(filp);
net/handshake/handshake-test.c
507
KUNIT_EXPECT_EQ(test, file_count(filp), fcount_before);
net/unix/garbage.c
364
total_ref = file_count(u->sk.sk_socket->file);