Lines Matching refs:p_dir

32 		struct exfat_chain *p_dir, int entry, unsigned short *uniname)
38 es = exfat_get_dentry_set(sb, p_dir, entry, ES_ALL_ENTRIES);
434 int exfat_init_dir_entry(struct inode *inode, struct exfat_chain *p_dir,
449 ep = exfat_get_dentry(sb, p_dir, entry, &bh, &sector);
473 ep = exfat_get_dentry(sb, p_dir, entry + 1, &bh, &sector);
486 int exfat_update_dir_chksum(struct inode *inode, struct exfat_chain *p_dir,
497 fep = exfat_get_dentry(sb, p_dir, entry, &fbh, &sector);
505 ep = exfat_get_dentry(sb, p_dir, entry + i, &bh, NULL);
522 int exfat_init_ext_entry(struct inode *inode, struct exfat_chain *p_dir,
533 ep = exfat_get_dentry(sb, p_dir, entry, &bh, &sector);
541 ep = exfat_get_dentry(sb, p_dir, entry + 1, &bh, &sector);
551 ep = exfat_get_dentry(sb, p_dir, entry + i, &bh, &sector);
561 exfat_update_dir_chksum(inode, p_dir, entry);
565 int exfat_remove_entries(struct inode *inode, struct exfat_chain *p_dir,
575 ep = exfat_get_dentry(sb, p_dir, entry + i, &bh, &sector);
625 struct exfat_chain *p_dir, unsigned int byte_offset,
633 cur_clu = p_dir->dir;
635 if (p_dir->flags == ALLOC_NO_FAT_CHAIN) {
644 p_dir->dir,
656 int exfat_find_location(struct super_block *sb, struct exfat_chain *p_dir,
665 ret = exfat_walk_fat_chain(sb, p_dir, off, &clu);
717 struct exfat_chain *p_dir, int entry, struct buffer_head **bh,
724 if (p_dir->dir == DIR_DELETED) {
729 if (exfat_find_location(sb, p_dir, entry, &sec, &off))
732 if (p_dir->dir != EXFAT_FREE_CLUSTER &&
814 * sb+p_dir+entry: indicates a file/dir
821 struct exfat_chain *p_dir, int entry, unsigned int type)
833 if (p_dir->dir == DIR_DELETED) {
839 ret = exfat_walk_fat_chain(sb, p_dir, byte_offset, &clu);
888 if (p_dir->flags == ALLOC_NO_FAT_CHAIN)
925 * @p_dir: directory structure of parent directory
935 struct exfat_chain *p_dir, struct exfat_uni_name *p_uniname,
950 exfat_chain_dup(&clu, p_dir);
1109 clu.dir = p_dir->dir;
1117 hint_stat->clu = p_dir->dir;
1137 hint_stat->clu = p_dir->dir;
1148 int exfat_count_ext_entries(struct super_block *sb, struct exfat_chain *p_dir,
1157 ext_ep = exfat_get_dentry(sb, p_dir, entry, &bh, NULL);
1171 int exfat_count_dir_entries(struct super_block *sb, struct exfat_chain *p_dir)
1183 exfat_chain_dup(&clu, p_dir);