Home
last modified time | relevance | path

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

/openbmc/linux/fs/fat/
H A Ddir.c43 struct msdos_dir_entry *de) in fat_make_i_pos()
46 | (de - (struct msdos_dir_entry *)bh->b_data); in fat_make_i_pos()
83 struct buffer_head **bh, struct msdos_dir_entry **de) in fat__get_entry()
110 *pos += sizeof(struct msdos_dir_entry); in fat__get_entry()
111 *de = (struct msdos_dir_entry *)((*bh)->b_data + offset); in fat__get_entry()
118 struct msdos_dir_entry **de) in fat_get_entry()
122 (*de - (struct msdos_dir_entry *)(*bh)->b_data) < in fat_get_entry()
124 *pos += sizeof(struct msdos_dir_entry); in fat_get_entry()
280 struct buffer_head **bh, struct msdos_dir_entry **de, in fat_parse_long()
350 const struct msdos_dir_entry *de, in fat_parse_short()
[all …]
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.h137 struct msdos_dir_entry *de;
286 const struct msdos_dir_entry *de) in fat_get_start()
294 static inline void fat_set_start(struct msdos_dir_entry *de, int cluster) in fat_set_start()
335 struct msdos_dir_entry **de);
416 struct msdos_dir_entry *de, loff_t i_pos);
420 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.c512 int fat_fill_inode(struct inode *inode, struct msdos_dir_entry *de) in fat_fill_inode()
589 struct msdos_dir_entry *de, loff_t i_pos) in fat_build_inode()
851 struct msdos_dir_entry *raw_entry; in __fat_write_inode()
878 raw_entry = &((struct msdos_dir_entry *) (bh->b_data))[offset]; in __fat_write_inode()
1402 inode->i_size = sbi->dir_entries * sizeof(struct msdos_dir_entry); in fat_read_root()
1756 sbi->dir_per_block = sb->s_blocksize / sizeof(struct msdos_dir_entry); in fat_fill_super()
1769 * 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()
/openbmc/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