Searched refs:msdos_dir_entry (Results 1 – 7 of 7) sorted by relevance
| /linux/fs/fat/ |
| H A D | dir.c | 45 struct msdos_dir_entry *de) in fat_make_i_pos() 48 | (de - (struct msdos_dir_entry *)bh->b_data); in fat_make_i_pos() 85 struct buffer_head **bh, struct msdos_dir_entry **de) in fat__get_entry() 112 *pos += sizeof(struct msdos_dir_entry); in fat__get_entry() 113 *de = (struct msdos_dir_entry *)((*bh)->b_data + offset); in fat__get_entry() 120 struct msdos_dir_entry **de) in fat_get_entry() 124 (*de - (struct msdos_dir_entry *)(*bh)->b_data) < in fat_get_entry() 126 *pos += sizeof(struct msdos_dir_entry); in fat_get_entry() 294 struct buffer_head **bh, struct msdos_dir_entry **de, in fat_parse_long() 364 const struct msdos_dir_entry *de, in fat_parse_short() [all …]
|
| H A D | nfs.c | 67 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 D | fat.h | 140 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 D | namei_vfat.c | 585 struct msdos_dir_entry *de; in vfat_build_slots() 614 de = (struct msdos_dir_entry *)slots; in vfat_build_slots() 635 de = (struct msdos_dir_entry *)ps; in vfat_build_slots() 896 struct msdos_dir_entry **de) in vfat_get_dotdot_de() 915 struct msdos_dir_entry *dotdot_de) in vfat_update_dotdot_de() 938 struct msdos_dir_entry *dotdot_de = NULL; in vfat_rename() 1066 struct msdos_dir_entry *old_dotdot_de = NULL, *new_dotdot_de = NULL; in vfat_rename_exchange()
|
| H A D | inode.c | 513 int fat_fill_inode(struct inode *inode, struct msdos_dir_entry *de) in fat_fill_inode() 595 struct msdos_dir_entry *de, loff_t i_pos) in fat_build_inode() 859 struct msdos_dir_entry *raw_entry; in __fat_write_inode() 887 raw_entry = &((struct msdos_dir_entry *) (bh->b_data))[offset]; in __fat_write_inode() 1338 inode->i_size = sbi->dir_entries * sizeof(struct msdos_dir_entry); in fat_read_root() 1719 sbi->dir_per_block = sb->s_blocksize / sizeof(struct msdos_dir_entry); in fat_fill_super() 1732 * sizeof(struct msdos_dir_entry) / sb->s_blocksize; in fat_fill_super()
|
| H A D | namei_msdos.c | 232 struct msdos_dir_entry de; in msdos_add_entry() 437 struct msdos_dir_entry *dotdot_de; in do_msdos_rename()
|
| /linux/include/uapi/linux/ |
| H A D | msdos_fs.h | 19 #define MSDOS_DPS (SECTOR_SIZE / sizeof(struct msdos_dir_entry)) 172 struct msdos_dir_entry { struct
|