Home
last modified time | relevance | path

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

/linux/fs/exfat/
H A Ddir.c34 struct exfat_chain *p_dir, int entry, unsigned short *uniname) in exfat_get_uniname_from_ext_entry() argument
40 err = exfat_get_dentry_set(&es, sb, p_dir, entry, ES_ALL_ENTRIES); in exfat_get_uniname_from_ext_entry()
565 struct exfat_chain *p_dir, unsigned int byte_offset, in exfat_walk_fat_chain() argument
573 cur_clu = p_dir->dir; in exfat_walk_fat_chain()
575 if (p_dir->flags == ALLOC_NO_FAT_CHAIN) { in exfat_walk_fat_chain()
584 p_dir->dir, in exfat_walk_fat_chain()
596 static int exfat_find_location(struct super_block *sb, struct exfat_chain *p_dir, in exfat_find_location() argument
605 ret = exfat_walk_fat_chain(sb, p_dir, off, &clu); in exfat_find_location()
662 struct exfat_chain *p_dir, int entry, struct buffer_head **bh) in exfat_get_dentry() argument
668 if (p_dir->dir == DIR_DELETED) { in exfat_get_dentry()
[all …]