Searched defs:p_dir (Results 1 – 2 of 2) sorted by relevance
/drivers/staging/exfat/ |
D | exfat_core.c | 1239 s32 fat_init_dir_entry(struct super_block *sb, struct chain_t *p_dir, s32 entry, in fat_init_dir_entry() 1256 s32 exfat_init_dir_entry(struct super_block *sb, struct chain_t *p_dir, in exfat_init_dir_entry() 1286 static s32 fat_init_ext_entry(struct super_block *sb, struct chain_t *p_dir, in fat_init_ext_entry() 1337 static s32 exfat_init_ext_entry(struct super_block *sb, struct chain_t *p_dir, in exfat_init_ext_entry() 1486 void fat_delete_dir_entry(struct super_block *sb, struct chain_t *p_dir, in fat_delete_dir_entry() 1504 void exfat_delete_dir_entry(struct super_block *sb, struct chain_t *p_dir, in exfat_delete_dir_entry() 1522 void update_dir_checksum(struct super_block *sb, struct chain_t *p_dir, in update_dir_checksum() 1579 static s32 _walk_fat_chain(struct super_block *sb, struct chain_t *p_dir, in _walk_fat_chain() 1604 s32 find_location(struct super_block *sb, struct chain_t *p_dir, s32 entry, in find_location() 1649 struct dentry_t *get_entry_in_dir(struct super_block *sb, struct chain_t *p_dir, in get_entry_in_dir() [all …]
|
D | exfat_super.c | 1222 struct chain_t *p_dir = NULL; in ffsMoveFile() local
|