taglinefilesource code
msdos_dir_entry73fs/msdos/dir.cstruct msdos_dir_entry *de;
msdos_dir_entry89fs/msdos/dir.cif (filp->f_pos & (sizeof(struct msdos_dir_entry)-1)) return -ENOENT;
msdos_dir_entry197fs/msdos/inode.cstruct msdos_dir_entry *raw_entry;
msdos_dir_entry212fs/msdos/inode.csizeof(struct msdos_dir_entry);
msdos_dir_entry220fs/msdos/inode.craw_entry = &((struct msdos_dir_entry *) (bh->b_data))
msdos_dir_entry255fs/msdos/inode.cstruct msdos_dir_entry *raw_entry;
msdos_dir_entry261fs/msdos/inode.craw_entry = &((struct msdos_dir_entry *) (bh->b_data))
msdos_dir_entry212fs/msdos/misc.cstruct msdos_dir_entry **de)
msdos_dir_entry223fs/msdos/misc.c*pos += sizeof(struct msdos_dir_entry);
msdos_dir_entry228fs/msdos/misc.c*de = (struct msdos_dir_entry *) (data+(offset &
msdos_dir_entry240fs/msdos/misc.cstruct msdos_dir_entry **res_de,int *ino)
msdos_dir_entry243fs/msdos/misc.cstruct msdos_dir_entry *de;
msdos_dir_entry284fs/msdos/misc.cstruct msdos_dir_entry *data;
msdos_dir_entry91fs/msdos/namei.cstruct buffer_head **bh,struct msdos_dir_entry **de,int *ino)
msdos_dir_entry106fs/msdos/namei.cstruct msdos_dir_entry *de;
msdos_dir_entry160fs/msdos/namei.cstruct msdos_dir_entry *de;
msdos_dir_entry188fs/msdos/namei.cstruct msdos_dir_entry *de;
msdos_dir_entry215fs/msdos/namei.cstruct msdos_dir_entry *de;
msdos_dir_entry268fs/msdos/namei.cstruct msdos_dir_entry *de,*dde;
msdos_dir_entry312fs/msdos/namei.cstruct msdos_dir_entry *de;
msdos_dir_entry342fs/msdos/namei.cstruct msdos_dir_entry *old_de,int old_ino)
msdos_dir_entry345fs/msdos/namei.cstruct msdos_dir_entry *new_de;
msdos_dir_entry387fs/msdos/namei.cstruct msdos_dir_entry *old_de,int old_ino)
msdos_dir_entry390fs/msdos/namei.cstruct msdos_dir_entry *new_de,*free_de,*dotdot_de;
msdos_dir_entry440fs/msdos/namei.cmemcpy(free_de,old_de,sizeof(struct msdos_dir_entry));
msdos_dir_entry494fs/msdos/namei.cstruct msdos_dir_entry *old_de;
msdos_dir_entry15include/linux/msdos_fs.h#define MSDOS_DPS  (SECTOR_SIZE/sizeof(struct msdos_dir_entry))
msdos_dir_entry120include/linux/msdos_fs.hstruct msdos_dir_entry **de);
msdos_dir_entry122include/linux/msdos_fs.hstruct msdos_dir_entry **res_de,int *ino);