msdos_dir_entry 30 fs/fat/dir.c | (de - (struct msdos_dir_entry *)bh->b_data); msdos_dir_entry 96 fs/fat/dir.c *pos += sizeof(struct msdos_dir_entry); msdos_dir_entry 97 fs/fat/dir.c *de = (struct msdos_dir_entry *)((*bh)->b_data + offset); msdos_dir_entry 108 fs/fat/dir.c (*de - (struct msdos_dir_entry *)(*bh)->b_data) < MSDOS_SB(dir->i_sb)->dir_per_block - 1) { msdos_dir_entry 109 fs/fat/dir.c *pos += sizeof(struct msdos_dir_entry); msdos_dir_entry 350 fs/fat/dir.c struct msdos_dir_entry *de; msdos_dir_entry 474 fs/fat/dir.c struct msdos_dir_entry *de; msdos_dir_entry 508 fs/fat/dir.c if (cpos & (sizeof(struct msdos_dir_entry) - 1)) { msdos_dir_entry 646 fs/fat/dir.c lpos = cpos - (nr_slots + 1) * sizeof(struct msdos_dir_entry); msdos_dir_entry 882 fs/fat/dir.c struct msdos_dir_entry *de; msdos_dir_entry 908 fs/fat/dir.c struct msdos_dir_entry *de; msdos_dir_entry 951 fs/fat/dir.c struct msdos_dir_entry *de, *endp; msdos_dir_entry 962 fs/fat/dir.c endp = (struct msdos_dir_entry *)(bh->b_data + sb->s_blocksize); msdos_dir_entry 984 fs/fat/dir.c struct msdos_dir_entry *de; msdos_dir_entry 997 fs/fat/dir.c while (nr_slots && de >= (struct msdos_dir_entry *)bh->b_data) { msdos_dir_entry 1088 fs/fat/dir.c struct msdos_dir_entry *de; msdos_dir_entry 1106 fs/fat/dir.c de = (struct msdos_dir_entry *)bhs[0]->b_data; msdos_dir_entry 1162 fs/fat/dir.c size = nr_slots * sizeof(struct msdos_dir_entry); msdos_dir_entry 1201 fs/fat/dir.c offset = copy - sizeof(struct msdos_dir_entry); msdos_dir_entry 1204 fs/fat/dir.c *de = (struct msdos_dir_entry *)((*bh)->b_data + offset); msdos_dir_entry 1232 fs/fat/dir.c struct msdos_dir_entry *de; msdos_dir_entry 563 fs/fat/inode.c struct msdos_dir_entry *raw_entry; msdos_dir_entry 585 fs/fat/inode.c raw_entry = &((struct msdos_dir_entry *) (bh->b_data)) msdos_dir_entry 742 fs/fat/inode.c struct msdos_dir_entry *de; msdos_dir_entry 1155 fs/fat/inode.c inode->i_size = sbi->dir_entries * sizeof(struct msdos_dir_entry); msdos_dir_entry 1338 fs/fat/inode.c sbi->dir_per_block = sb->s_blocksize / sizeof(struct msdos_dir_entry); msdos_dir_entry 1352 fs/fat/inode.c * sizeof(struct msdos_dir_entry) / sb->s_blocksize; msdos_dir_entry 241 fs/msdos/namei.c struct msdos_dir_entry de; msdos_dir_entry 447 fs/msdos/namei.c struct msdos_dir_entry *dotdot_de; msdos_dir_entry 567 fs/vfat/namei.c struct msdos_dir_entry *de; msdos_dir_entry 595 fs/vfat/namei.c de = (struct msdos_dir_entry *)slots; msdos_dir_entry 616 fs/vfat/namei.c de = (struct msdos_dir_entry *)ps; msdos_dir_entry 868 fs/vfat/namei.c struct msdos_dir_entry *dotdot_de; msdos_dir_entry 15 include/linux/msdos_fs.h #define MSDOS_DPS (SECTOR_SIZE / sizeof(struct msdos_dir_entry)) msdos_dir_entry 273 include/linux/msdos_fs.h struct msdos_dir_entry *de;