Searched refs:p_dir (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/fs/exfat/ |
D | dir.c | 33 struct exfat_chain *p_dir, int entry, unsigned short *uniname) in exfat_get_uniname_from_ext_entry() argument 38 es = exfat_get_dentry_set(sb, p_dir, entry, ES_ALL_ENTRIES); in exfat_get_uniname_from_ext_entry() 440 int exfat_init_dir_entry(struct inode *inode, struct exfat_chain *p_dir, in exfat_init_dir_entry() argument 454 ep = exfat_get_dentry(sb, p_dir, entry, &bh); in exfat_init_dir_entry() 478 ep = exfat_get_dentry(sb, p_dir, entry + 1, &bh); in exfat_init_dir_entry() 491 int exfat_update_dir_chksum(struct inode *inode, struct exfat_chain *p_dir, in exfat_update_dir_chksum() argument 501 fep = exfat_get_dentry(sb, p_dir, entry, &fbh); in exfat_update_dir_chksum() 509 ep = exfat_get_dentry(sb, p_dir, entry + i, &bh); in exfat_update_dir_chksum() 526 int exfat_init_ext_entry(struct inode *inode, struct exfat_chain *p_dir, in exfat_init_ext_entry() argument 536 ep = exfat_get_dentry(sb, p_dir, entry, &bh); in exfat_init_ext_entry() [all …]
|
D | namei.c | 212 struct exfat_hint_femp *hint_femp, struct exfat_chain *p_dir, in exfat_search_empty_slot() argument 234 exfat_chain_dup(&clu, p_dir); in exfat_search_empty_slot() 270 p_dir->dir, clu.dir); in exfat_search_empty_slot() 315 struct exfat_chain *p_dir, int num_entries) in exfat_find_empty_entry() argument 333 while ((dentry = exfat_search_empty_slot(sb, &hint_femp, p_dir, in exfat_find_empty_entry() 342 if (exfat_find_last_cluster(sb, p_dir, &last_clu)) in exfat_find_empty_entry() 348 exfat_chain_set(&clu, last_clu + 1, 0, p_dir->flags); in exfat_find_empty_entry() 359 if (clu.flags != p_dir->flags) { in exfat_find_empty_entry() 363 exfat_chain_cont_cluster(sb, p_dir->dir, p_dir->size); in exfat_find_empty_entry() 364 p_dir->flags = ALLOC_FAT_CHAIN; in exfat_find_empty_entry() [all …]
|
D | exfat_fs.h | 405 int exfat_count_ext_entries(struct super_block *sb, struct exfat_chain *p_dir, 454 int exfat_init_dir_entry(struct inode *inode, struct exfat_chain *p_dir, 457 int exfat_init_ext_entry(struct inode *inode, struct exfat_chain *p_dir, 459 int exfat_remove_entries(struct inode *inode, struct exfat_chain *p_dir, 461 int exfat_update_dir_chksum(struct inode *inode, struct exfat_chain *p_dir, 466 struct exfat_chain *p_dir, struct exfat_uni_name *p_uniname, 470 struct exfat_chain *p_dir, int entry, struct buffer_head **bh); 474 struct exfat_chain *p_dir, int entry, unsigned int type); 476 int exfat_count_dir_entries(struct super_block *sb, struct exfat_chain *p_dir);
|