taglinefilesource code
msdos_dir_entry69fs/msdos/dir.cstruct msdos_dir_entry *de;
msdos_dir_entry85fs/msdos/dir.cif (filp->f_pos & (sizeof(struct msdos_dir_entry)-1))
msdos_dir_entry361fs/msdos/inode.cstruct msdos_dir_entry *raw_entry;
msdos_dir_entry377fs/msdos/inode.csizeof(struct msdos_dir_entry);
msdos_dir_entry393fs/msdos/inode.craw_entry = &((struct msdos_dir_entry *) (bh->b_data))
msdos_dir_entry447fs/msdos/inode.cstruct msdos_dir_entry *raw_entry;
msdos_dir_entry457fs/msdos/inode.craw_entry = &((struct msdos_dir_entry *) (bh->b_data))
msdos_dir_entry284fs/msdos/misc.cstruct msdos_dir_entry **de)
msdos_dir_entry297fs/msdos/misc.c*pos += sizeof(struct msdos_dir_entry);
msdos_dir_entry306fs/msdos/misc.c*de = (struct msdos_dir_entry *) ((*bh)->b_data+(offset &
msdos_dir_entry368fs/msdos/misc.cstruct msdos_dir_entry **res_de,char scantype)
msdos_dir_entry371fs/msdos/misc.cstruct msdos_dir_entry *data;
msdos_dir_entry376fs/msdos/misc.cdata = (struct msdos_dir_entry *) bh->b_data;
msdos_dir_entry415fs/msdos/misc.cstruct buffer_head **res_bh,struct msdos_dir_entry **res_de,char scantype)
msdos_dir_entry433fs/msdos/misc.cint *number,int *ino,struct buffer_head **res_bh,struct msdos_dir_entry
msdos_dir_entry470fs/msdos/misc.cstruct msdos_dir_entry **res_de, char scantype)
msdos_dir_entry543fs/msdos/misc.cstruct msdos_dir_entry **res_de,int *ino, char scantype)
msdos_dir_entry111fs/msdos/namei.cstruct buffer_head **bh,struct msdos_dir_entry **de,int *ino)
msdos_dir_entry142fs/msdos/namei.cstruct msdos_dir_entry *de;
msdos_dir_entry208fs/msdos/namei.cstruct msdos_dir_entry *de;
msdos_dir_entry246fs/msdos/namei.cstruct msdos_dir_entry *de;
msdos_dir_entry305fs/msdos/namei.cstruct msdos_dir_entry *de;
msdos_dir_entry365fs/msdos/namei.cstruct msdos_dir_entry *de;
msdos_dir_entry391fs/msdos/namei.cstruct msdos_dir_entry *de;
msdos_dir_entry434fs/msdos/namei.cstruct msdos_dir_entry *de;
msdos_dir_entry481fs/msdos/namei.cstruct msdos_dir_entry *old_de,int old_ino,int is_hid)
msdos_dir_entry485fs/msdos/namei.cstruct msdos_dir_entry *new_de;
msdos_dir_entry545fs/msdos/namei.cstruct msdos_dir_entry *old_de,int old_ino,int is_hid)
msdos_dir_entry549fs/msdos/namei.cstruct msdos_dir_entry *new_de,*free_de,*dotdot_de;
msdos_dir_entry612fs/msdos/namei.cmemcpy(free_de,old_de,sizeof(struct msdos_dir_entry));
msdos_dir_entry679fs/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_entry130include/linux/msdos_fs.hstruct msdos_dir_entry **de);
msdos_dir_entry132include/linux/msdos_fs.hstruct msdos_dir_entry **res_de,int *ino,char scantype);