taglinefilesource code
msdos_dir_entry71fs/msdos/dir.cstruct msdos_dir_entry *de;
msdos_dir_entry87fs/msdos/dir.cif (filp->f_pos & (sizeof(struct msdos_dir_entry)-1)) return -ENOENT;
msdos_dir_entry354fs/msdos/inode.cstruct msdos_dir_entry *raw_entry;
msdos_dir_entry370fs/msdos/inode.csizeof(struct msdos_dir_entry);
msdos_dir_entry385fs/msdos/inode.craw_entry = &((struct msdos_dir_entry *) (bh->b_data))
msdos_dir_entry440fs/msdos/inode.cstruct msdos_dir_entry *raw_entry;
msdos_dir_entry449fs/msdos/inode.craw_entry = &((struct msdos_dir_entry *) (bh->b_data))
msdos_dir_entry258fs/msdos/misc.cstruct msdos_dir_entry **de)
msdos_dir_entry271fs/msdos/misc.c*pos += sizeof(struct msdos_dir_entry);
msdos_dir_entry280fs/msdos/misc.c*de = (struct msdos_dir_entry *) ((*bh)->b_data+(offset &
msdos_dir_entry342fs/msdos/misc.cstruct msdos_dir_entry **res_de)
msdos_dir_entry345fs/msdos/misc.cstruct msdos_dir_entry *data;
msdos_dir_entry350fs/msdos/misc.cdata = (struct msdos_dir_entry *) bh->b_data;
msdos_dir_entry382fs/msdos/misc.cstruct buffer_head **res_bh,struct msdos_dir_entry **res_de)
msdos_dir_entry400fs/msdos/misc.cint *number,int *ino,struct buffer_head **res_bh,struct msdos_dir_entry
msdos_dir_entry436fs/msdos/misc.cint *ino,struct buffer_head **res_bh,struct msdos_dir_entry **res_de)
msdos_dir_entry508fs/msdos/misc.cstruct msdos_dir_entry **res_de,int *ino)
msdos_dir_entry98fs/msdos/namei.cstruct buffer_head **bh,struct msdos_dir_entry **de,int *ino)
msdos_dir_entry114fs/msdos/namei.cstruct msdos_dir_entry *de;
msdos_dir_entry181fs/msdos/namei.cstruct msdos_dir_entry *de;
msdos_dir_entry218fs/msdos/namei.cstruct msdos_dir_entry *de;
msdos_dir_entry266fs/msdos/namei.cstruct msdos_dir_entry *de;
msdos_dir_entry325fs/msdos/namei.cstruct msdos_dir_entry *de;
msdos_dir_entry351fs/msdos/namei.cstruct msdos_dir_entry *de;
msdos_dir_entry393fs/msdos/namei.cstruct msdos_dir_entry *de;
msdos_dir_entry435fs/msdos/namei.cstruct msdos_dir_entry *old_de,int old_ino)
msdos_dir_entry439fs/msdos/namei.cstruct msdos_dir_entry *new_de;
msdos_dir_entry487fs/msdos/namei.cstruct msdos_dir_entry *old_de,int old_ino)
msdos_dir_entry491fs/msdos/namei.cstruct msdos_dir_entry *new_de,*free_de,*dotdot_de;
msdos_dir_entry547fs/msdos/namei.cmemcpy(free_de,old_de,sizeof(struct msdos_dir_entry));
msdos_dir_entry611fs/msdos/namei.cstruct msdos_dir_entry *old_de;
msdos_dir_entry16include/linux/msdos_fs.h#define MSDOS_DPS  (SECTOR_SIZE/sizeof(struct msdos_dir_entry))
msdos_dir_entry126include/linux/msdos_fs.hstruct msdos_dir_entry **de);
msdos_dir_entry128include/linux/msdos_fs.hstruct msdos_dir_entry **res_de,int *ino);