Searched refs:p_dir (Results 1 - 3 of 3) sorted by relevance

/linux-master/fs/exfat/
H A Dnamei.c209 struct exfat_hint_femp *hint_femp, struct exfat_chain *p_dir,
216 int total_entries = EXFAT_CLU_TO_DEN(p_dir->size, sbi);
227 * to "p_dir->size * dentries_per_clu", it means ENOSPC.
236 exfat_chain_dup(&clu, p_dir);
295 struct exfat_chain *p_dir, int num_entries,
314 while ((dentry = exfat_search_empty_slot(sb, &hint_femp, p_dir,
326 /* we trust p_dir->size regardless of FAT type */
327 if (exfat_find_last_cluster(sb, p_dir, &last_clu))
330 exfat_chain_set(&clu, last_clu + 1, 0, p_dir->flags);
347 p_dir
208 exfat_search_empty_slot(struct super_block *sb, struct exfat_hint_femp *hint_femp, struct exfat_chain *p_dir, int num_entries, struct exfat_entry_set_cache *es) argument
294 exfat_find_empty_entry(struct inode *inode, struct exfat_chain *p_dir, int num_entries, struct exfat_entry_set_cache *es) argument
389 __exfat_resolve_path(struct inode *inode, const unsigned char *path, struct exfat_chain *p_dir, struct exfat_uni_name *p_uniname, int lookup) argument
461 exfat_add_entry(struct inode *inode, const char *path, struct exfat_chain *p_dir, unsigned int type, struct exfat_dir_entry *info) argument
861 exfat_check_dir_empty(struct super_block *sb, struct exfat_chain *p_dir) argument
975 exfat_rename_file(struct inode *inode, struct exfat_chain *p_dir, int oldentry, struct exfat_uni_name *p_uniname, struct exfat_inode_info *ei) argument
1108 struct exfat_chain *p_dir = NULL; local
[all...]
H A Ddir.c33 struct exfat_chain *p_dir, int entry, unsigned short *uniname)
39 err = exfat_get_dentry_set(&es, sb, p_dir, entry, ES_ALL_ENTRIES);
579 struct exfat_chain *p_dir, unsigned int byte_offset,
587 cur_clu = p_dir->dir;
589 if (p_dir->flags == ALLOC_NO_FAT_CHAIN) {
598 p_dir->dir,
610 static int exfat_find_location(struct super_block *sb, struct exfat_chain *p_dir, argument
619 ret = exfat_walk_fat_chain(sb, p_dir, off, &clu);
671 struct exfat_chain *p_dir, int entry, struct buffer_head **bh)
677 if (p_dir
32 exfat_get_uniname_from_ext_entry(struct super_block *sb, struct exfat_chain *p_dir, int entry, unsigned short *uniname) argument
578 exfat_walk_fat_chain(struct super_block *sb, struct exfat_chain *p_dir, unsigned int byte_offset, unsigned int *clu) argument
670 exfat_get_dentry(struct super_block *sb, struct exfat_chain *p_dir, int entry, struct buffer_head **bh) argument
768 __exfat_get_dentry_set(struct exfat_entry_set_cache *es, struct super_block *sb, struct exfat_chain *p_dir, int entry, unsigned int num_entries) argument
849 exfat_get_dentry_set(struct exfat_entry_set_cache *es, struct super_block *sb, struct exfat_chain *p_dir, int entry, unsigned int num_entries) argument
936 exfat_get_empty_dentry_set(struct exfat_entry_set_cache *es, struct super_block *sb, struct exfat_chain *p_dir, int entry, unsigned int num_entries) argument
1001 exfat_find_dir_entry(struct super_block *sb, struct exfat_inode_info *ei, struct exfat_chain *p_dir, struct exfat_uni_name *p_uniname, struct exfat_hint *hint_opt) argument
1209 exfat_count_dir_entries(struct super_block *sb, struct exfat_chain *p_dir) argument
[all...]
H A Dexfat_fs.h491 struct exfat_chain *p_dir, struct exfat_uni_name *p_uniname,
495 struct exfat_chain *p_dir, int entry, struct buffer_head **bh);
499 struct super_block *sb, struct exfat_chain *p_dir, int entry,
502 struct super_block *sb, struct exfat_chain *p_dir, int entry,
505 int exfat_count_dir_entries(struct super_block *sb, struct exfat_chain *p_dir);

Completed in 125 milliseconds