Home
last modified time | relevance | path

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

/linux/fs/exfat/
H A Ddir.c33 struct exfat_chain *p_dir, int entry, unsigned short *uniname) in exfat_get_uniname_from_ext_entry() argument
39 err = exfat_get_dentry_set(&es, sb, p_dir, entry, ES_ALL_ENTRIES); in exfat_get_uniname_from_ext_entry()
563 struct exfat_chain *p_dir, unsigned int byte_offset, in exfat_walk_fat_chain() argument
571 cur_clu = p_dir->dir; in exfat_walk_fat_chain()
573 if (p_dir->flags == ALLOC_NO_FAT_CHAIN) { in exfat_walk_fat_chain()
582 p_dir->dir, in exfat_walk_fat_chain()
594 static int exfat_find_location(struct super_block *sb, struct exfat_chain *p_dir, in exfat_find_location() argument
603 ret = exfat_walk_fat_chain(sb, p_dir, off, &clu); in exfat_find_location()
655 struct exfat_chain *p_dir, int entry, struct buffer_head **bh) in exfat_get_dentry() argument
661 if (p_dir in exfat_get_dentry()
753 __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) __exfat_get_dentry_set() argument
834 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) exfat_get_dentry_set() argument
921 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) exfat_get_empty_dentry_set() argument
986 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) exfat_find_dir_entry() argument
1198 exfat_count_dir_entries(struct super_block * sb,struct exfat_chain * p_dir) exfat_count_dir_entries() argument
[all...]
H A Dnamei.c204 struct exfat_hint_femp *hint_femp, struct exfat_chain *p_dir, in exfat_search_empty_slot() argument
211 int total_entries = EXFAT_CLU_TO_DEN(p_dir->size, sbi); in exfat_search_empty_slot()
222 * to "p_dir->size * dentries_per_clu", it means ENOSPC. in exfat_search_empty_slot()
231 exfat_chain_dup(&clu, p_dir); in exfat_search_empty_slot()
296 * p_dir: the cluster where the empty directory entry set is located
300 * the directory entry index in p_dir is returned on succeeds
304 struct exfat_chain *p_dir, int num_entries, in exfat_find_empty_entry() argument
323 exfat_chain_set(p_dir, ei->start_clu, in exfat_find_empty_entry()
326 while ((dentry = exfat_search_empty_slot(sb, &hint_femp, p_dir, in exfat_find_empty_entry()
338 /* we trust p_dir in exfat_find_empty_entry()
889 exfat_check_dir_empty(struct super_block * sb,struct exfat_chain * p_dir) exfat_check_dir_empty() argument
[all...]
H A Dexfat_fs.h503 struct exfat_chain *p_dir, struct exfat_uni_name *p_uniname,
507 struct exfat_chain *p_dir, int entry, struct buffer_head **bh);
511 struct super_block *sb, struct exfat_chain *p_dir, int entry,
516 struct super_block *sb, struct exfat_chain *p_dir, int entry,
519 int exfat_count_dir_entries(struct super_block *sb, struct exfat_chain *p_dir);