Home
last modified time | relevance | path

Searched defs:file_count (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/app/lvgl_demo/rk_demo/furniture_control/
H A Dplayer_ui.c93 int file_count = 0; in player_list_button_callback() local
/OK3568_Linux_fs/kernel/fs/vboxsf/
H A Dvboxsf_wrappers.c252 u32 *buf_len, struct shfl_dirinfo *buf, u32 *file_count) in vboxsf_dirinfo()
H A Dshfl_hostintf.h712 struct vmmdev_hgcm_function_parameter file_count; member
/OK3568_Linux_fs/kernel/drivers/usb/gadget/function/
H A Df_mass_storage.h15 unsigned int file_count, ro_count, removable_count, cdrom_count; member
/OK3568_Linux_fs/kernel/fs/hfs/
H A Dhfs_fs.h115 u32 file_count; /* The number of member
/OK3568_Linux_fs/kernel/fs/hfsplus/
H A Dhfsplus_fs.h175 u32 file_count; member
H A Dhfsplus_raw.h116 __be32 file_count; member
/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dsox.c141 static size_t file_count = 0; variable
/OK3568_Linux_fs/kernel/tools/testing/selftests/filesystems/incfs/
H A Dincfs_test.c1091 int file_count) in iterate_directory()
/OK3568_Linux_fs/kernel/include/linux/
H A Dfs.h997 #define file_count(x) atomic_long_read(&(x)->f_count) macro