Home
last modified time | relevance | path

Searched defs:clu (Results 1 – 12 of 12) sorted by relevance

/linux/drivers/media/platform/renesas/vsp1/
H A Dvsp1_clu.c28 static inline void vsp1_clu_write(struct vsp1_clu *clu, in vsp1_clu_write()
43 static int clu_set_table(struct vsp1_clu *clu, struct v4l2_ctrl *ctrl) in clu_set_table()
66 struct vsp1_clu *clu = in clu_s_ctrl() local
178 struct vsp1_clu *clu = to_clu(&entity->subdev); in clu_configure_stream() local
194 struct vsp1_clu *clu = to_clu(&entity->subdev); in clu_configure_frame() local
222 struct vsp1_clu *clu = to_clu(&entity->subdev); in clu_destroy() local
239 struct vsp1_clu *clu; in vsp1_clu_create() local
H A Dvsp1_clu.h34 struct vsp1_dl_body *clu; member
H A Dvsp1.h92 struct vsp1_clu *clu; member
/linux/fs/exfat/
H A Dballoc.c30 static bool exfat_test_bitmap_range(struct super_block *sb, unsigned int clu, in exfat_test_bitmap_range()
134 struct exfat_chain clu; in exfat_load_bitmap() local
179 int exfat_set_bitmap(struct super_block *sb, unsigned int clu, bool sync) in exfat_set_bitmap()
197 int exfat_clear_bitmap(struct super_block *sb, unsigned int clu, bool sync) in exfat_clear_bitmap()
220 bool exfat_test_bitmap(struct super_block *sb, unsigned int clu) in exfat_test_bitmap()
246 unsigned int exfat_find_free_bitmap(struct super_block *sb, unsigned int clu) in exfat_find_free_bitmap()
H A Dfatent.c218 unsigned int clu, unsigned int num_clusters) in exfat_discard_cluster()
238 unsigned int clu; in __exfat_free_cluster() local
355 unsigned int clu, next; in exfat_find_last_cluster() local
383 int exfat_zeroed_cluster(struct inode *dir, unsigned int clu) in exfat_zeroed_cluster()
542 unsigned int clu; in exfat_count_num_clusters() local
H A Ddir.c73 struct exfat_chain dir, clu; in exfat_readdir() local
292 int exfat_alloc_new_dir(struct inode *inode, struct exfat_chain *clu) in exfat_alloc_new_dir()
556 unsigned int off, clu = 0; in exfat_find_location() local
757 unsigned int clu = exfat_sector_to_cluster(sbi, sec); in __exfat_get_dentry_set() local
890 struct exfat_hint_femp *candi_empty, struct exfat_chain *clu, in exfat_set_empty_hint()
940 struct exfat_chain clu; in exfat_find_dir_entry() local
1136 struct exfat_chain clu; in exfat_count_dir_entries() local
1181 struct exfat_chain clu; in exfat_get_volume_label_dentry() local
1285 struct exfat_chain clu; in exfat_write_volume_label() local
H A Dexfat_fs.h114 #define EXFAT_CLU_TO_DEN(clu, sbi) \ argument
132 #define CLUSTER_TO_BITMAP_ENT(clu) ((clu) - EXFAT_RESERVED_CLUSTERS) argument
141 #define IGNORED_BITS_REMAINED(clu, clu_base) ((1UL << ((clu) - (clu_base))) - 1) argument
189 unsigned int clu; member
461 exfat_cluster_walk(struct super_block *sb, unsigned int *clu, in exfat_cluster_walk()
558 unsigned int clu = chain->dir; in exfat_chain_advance() local
H A Dnamei.c209 struct exfat_chain clu; in exfat_search_empty_slot() local
303 struct exfat_chain clu; in exfat_find_empty_entry() local
468 struct exfat_chain clu; in exfat_add_entry() local
893 struct exfat_chain clu; in exfat_check_dir_empty() local
H A Dfile.c28 struct exfat_chain clu; in exfat_cont_expand() local
192 struct exfat_chain clu; in __exfat_truncate() local
H A Dcache.c331 unsigned int clu = *dclus; in exfat_get_cluster() local
H A Dnls.c745 struct exfat_chain clu; in exfat_create_upcase_table() local
H A Dinode.c127 unsigned int *clu, unsigned int *count, int create) in exfat_map_cluster()