Lines Matching refs:p_dir

33 		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()
581 struct exfat_chain *p_dir, unsigned int byte_offset, in exfat_walk_fat_chain() argument
589 cur_clu = p_dir->dir; in exfat_walk_fat_chain()
591 if (p_dir->flags == ALLOC_NO_FAT_CHAIN) { in exfat_walk_fat_chain()
600 p_dir->dir, in exfat_walk_fat_chain()
612 static int exfat_find_location(struct super_block *sb, struct exfat_chain *p_dir, in exfat_find_location() argument
621 ret = exfat_walk_fat_chain(sb, p_dir, off, &clu); in exfat_find_location()
673 struct exfat_chain *p_dir, int entry, struct buffer_head **bh) in exfat_get_dentry() argument
679 if (p_dir->dir == DIR_DELETED) { in exfat_get_dentry()
684 if (exfat_find_location(sb, p_dir, entry, &sec, &off)) in exfat_get_dentry()
687 if (p_dir->dir != EXFAT_FREE_CLUSTER && in exfat_get_dentry()
771 struct super_block *sb, struct exfat_chain *p_dir, int entry, in __exfat_get_dentry_set() argument
780 if (p_dir->dir == DIR_DELETED) { in __exfat_get_dentry_set()
785 ret = exfat_find_location(sb, p_dir, entry, &sec, &off); in __exfat_get_dentry_set()
829 if (p_dir->flags == ALLOC_NO_FAT_CHAIN) in __exfat_get_dentry_set()
852 struct super_block *sb, struct exfat_chain *p_dir, in exfat_get_dentry_set() argument
859 ret = __exfat_get_dentry_set(es, sb, p_dir, entry, num_entries); in exfat_get_dentry_set()
939 struct super_block *sb, struct exfat_chain *p_dir, in exfat_get_empty_dentry_set() argument
944 ret = __exfat_get_dentry_set(es, sb, p_dir, entry, num_entries); in exfat_get_empty_dentry_set()
1004 struct exfat_chain *p_dir, struct exfat_uni_name *p_uniname, in exfat_find_dir_entry() argument
1023 exfat_chain_dup(&clu, p_dir); in exfat_find_dir_entry()
1165 clu.dir = p_dir->dir; in exfat_find_dir_entry()
1175 ei->hint_femp.eidx = p_dir->size * dentries_per_clu; in exfat_find_dir_entry()
1180 hint_stat->clu = p_dir->dir; in exfat_find_dir_entry()
1200 hint_stat->clu = p_dir->dir; in exfat_find_dir_entry()
1211 int exfat_count_dir_entries(struct super_block *sb, struct exfat_chain *p_dir) in exfat_count_dir_entries() argument
1223 exfat_chain_dup(&clu, p_dir); in exfat_count_dir_entries()