Searched defs:fs_func (Results  1 – 3 of 3) sorted by relevance
| /Linux-v5.4/drivers/staging/exfat/ | 
| D | exfat.h | 539 struct fs_func {  struct 540 	s32	(*alloc_cluster)(struct super_block *sb, s32 num_alloc, 542 	void	(*free_cluster)(struct super_block *sb, struct chain_t *p_chain, 544 	s32	(*count_used_clusters)(struct super_block *sb); 546 	s32	(*init_dir_entry)(struct super_block *sb, struct chain_t *p_dir, 548 	s32	(*init_ext_entry)(struct super_block *sb, struct chain_t *p_dir, 552 	s32	(*find_dir_entry)(struct super_block *sb, struct chain_t *p_dir, 555 	void	(*delete_dir_entry)(struct super_block *sb, 558 	void	(*get_uni_name_from_ext_entry)(struct super_block *sb, 561 	s32	(*count_ext_entries)(struct super_block *sb, [all …] 
 | 
| D | exfat_core.c | 3209 	struct fs_func *fs_func = p_fs->fs_func;  in create_dir()  local 3312 	struct fs_func *fs_func = p_fs->fs_func;  in create_file()  local 3362 	struct fs_func *fs_func = p_fs->fs_func;  in remove_file()  local 3393 	struct fs_func *fs_func = p_fs->fs_func;  in rename_file()  local 3500 	struct fs_func *fs_func = p_fs->fs_func;  in move_file()  local
  | 
| D | exfat_super.c | 1947 	struct fs_func *fs_func = p_fs->fs_func;  in ffsReadDir()  local
  |