Searched refs:file_count (Results 1 – 20 of 20) sorted by relevance
/Linux-v4.19/fs/hfsplus/ |
D | dir.c | 339 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()
|
D | inode.c | 385 sbi->file_count++; in hfsplus_new_inode() 391 sbi->file_count++; in hfsplus_new_inode() 397 sbi->file_count++; in hfsplus_new_inode() 414 HFSPLUS_SB(sb)->file_count--; in hfsplus_delete_inode()
|
D | super.c | 214 vhdr->file_count = cpu_to_be32(sbi->file_count); in hfsplus_sync_fs() 430 sbi->file_count = be32_to_cpu(vhdr->file_count); in hfsplus_fill_super()
|
D | hfsplus_raw.h | 116 __be32 file_count; member
|
D | hfsplus_fs.h | 175 u32 file_count; member
|
/Linux-v4.19/drivers/usb/gadget/function/ |
D | f_mass_storage.h | 15 unsigned int file_count, ro_count, removable_count, cdrom_count; member
|
D | f_mass_storage.c | 3445 min(params->luns ?: (params->file_count ?: 1u), in fsg_config_from_params() 3452 params->file_count > i && params->file[i][0] in fsg_config_from_params()
|
/Linux-v4.19/fs/hfs/ |
D | mdb.c | 150 HFS_SB(sb)->file_count = be32_to_cpu(mdb->drFilCnt); in hfs_mdb_get() 273 mdb->drFilCnt = cpu_to_be32(HFS_SB(sb)->file_count); in hfs_mdb_commit()
|
D | hfs_fs.h | 115 u32 file_count; /* The number of member
|
D | inode.c | 213 HFS_SB(sb)->file_count++; in hfs_new_inode() 252 HFS_SB(sb)->file_count--; in hfs_delete_inode()
|
/Linux-v4.19/net/unix/ |
D | garbage.c | 305 total_refs = file_count(u->sk.sk_socket->file); in unix_gc()
|
/Linux-v4.19/net/sched/ |
D | sch_atm.c | 157 file_count(flow->sock->file)); in atm_tc_put() 254 pr_debug("atm_tc_change: f_count %ld\n", file_count(sock->file)); in atm_tc_change()
|
/Linux-v4.19/Documentation/RCU/ |
D | listRCU.txt | 178 e->rule.file_count = newfield_count; 207 ne->rule.file_count = newfield_count;
|
/Linux-v4.19/drivers/gpu/drm/i915/gvt/ |
D | dmabuf.c | 531 file_count(dmabuf->file), in intel_vgpu_get_dmabuf()
|
/Linux-v4.19/drivers/dma-buf/ |
D | dma-buf.c | 1044 file_count(buf_obj->file), in dma_buf_debug_show()
|
/Linux-v4.19/fs/ |
D | file.c | 764 if (file_count(file) > 1) { in __fdget_pos()
|
D | open.c | 1134 if (!file_count(filp)) { in filp_close()
|
/Linux-v4.19/include/linux/ |
D | fs.h | 937 #define file_count(x) atomic_long_read(&(x)->f_count) macro
|
/Linux-v4.19/drivers/scsi/ |
D | osst.c | 4834 if (file_count(filp) > 1) in os_scsi_tape_flush() 5770 DEVICE_ATTR(file_count, S_IRUGO, osst_filemark_cnt_show, NULL);
|
D | st.c | 1347 if (file_count(filp) > 1) in st_flush()
|