Home
last modified time | relevance | path

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

/linux/fs/fat/
H A Ddir.c45 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()
145 struct msdos_dir_entry **de) in fat_get_entry_eod()
319 struct buffer_head **bh, struct msdos_dir_entry **de, in fat_parse_long()
[all …]
H A Dfat.h143 struct msdos_dir_entry *de;
292 const struct msdos_dir_entry *de) in fat_get_start()
300 static inline void fat_set_start(struct msdos_dir_entry *de, int cluster) in fat_set_start()
341 struct msdos_dir_entry **de);
423 struct msdos_dir_entry *de, loff_t i_pos);
426 extern int fat_fill_inode(struct inode *inode, struct msdos_dir_entry *de);
/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