Home
last modified time | relevance | path

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

/linux/fs/fat/
H A Dnfs.c67 struct msdos_dir_entry *de ; in __fat_nfs_get_inode()
78 de = (struct msdos_dir_entry *)bh->b_data; in __fat_nfs_get_inode()
223 struct msdos_dir_entry *de; in fat_rebuild_parent()
236 de = (struct msdos_dir_entry *) parent_bh->b_data; in fat_rebuild_parent()
272 struct msdos_dir_entry *de; in fat_get_parent()
H A Dfat.h140 struct msdos_dir_entry *de;
289 const struct msdos_dir_entry *de) in fat_get_start()
297 static inline void fat_set_start(struct msdos_dir_entry *de, int cluster) in fat_set_start()
338 struct msdos_dir_entry **de);
419 struct msdos_dir_entry *de, loff_t i_pos);
423 extern int fat_fill_inode(struct inode *inode, struct msdos_dir_entry *de);
H A Dnamei_vfat.c587 struct msdos_dir_entry *de; in vfat_build_slots()
616 de = (struct msdos_dir_entry *)slots; in vfat_build_slots()
637 de = (struct msdos_dir_entry *)ps; in vfat_build_slots()
893 struct msdos_dir_entry **de) in vfat_get_dotdot_de()
912 struct msdos_dir_entry *dotdot_de) in vfat_update_dotdot_de()
935 struct msdos_dir_entry *dotdot_de = NULL; in vfat_rename()
1064 struct msdos_dir_entry *old_dotdot_de = NULL, *new_dotdot_de = NULL; in vfat_rename_exchange()
H A Dinode.c510 int fat_fill_inode(struct inode *inode, struct msdos_dir_entry *de) in fat_fill_inode()
592 struct msdos_dir_entry *de, loff_t i_pos) in fat_build_inode()
856 struct msdos_dir_entry *raw_entry; in __fat_write_inode()
884 raw_entry = &((struct msdos_dir_entry *) (bh->b_data))[offset]; in __fat_write_inode()
1335 inode->i_size = sbi->dir_entries * sizeof(struct msdos_dir_entry); in fat_read_root()
1712 sbi->dir_per_block = sb->s_blocksize / sizeof(struct msdos_dir_entry); in fat_fill_super()
1725 * sizeof(struct msdos_dir_entry) / sb->s_blocksize; in fat_fill_super()
H A Dnamei_msdos.c232 struct msdos_dir_entry de; in msdos_add_entry()
434 struct msdos_dir_entry *dotdot_de; in do_msdos_rename()
/linux/include/uapi/linux/
H A Dmsdos_fs.h19 #define MSDOS_DPS (SECTOR_SIZE / sizeof(struct msdos_dir_entry))
172 struct msdos_dir_entry { struct