taglinefilesource code
msdos_dir_entry66fs/msdos/dir.cstruct msdos_dir_entry *de;
msdos_dir_entry82fs/msdos/dir.cif (filp->f_pos & (sizeof(struct msdos_dir_entry)-1)) return -ENOENT;
msdos_dir_entry308fs/msdos/inode.cstruct msdos_dir_entry *raw_entry;
msdos_dir_entry324fs/msdos/inode.csizeof(struct msdos_dir_entry);
msdos_dir_entry339fs/msdos/inode.craw_entry = &((struct msdos_dir_entry *) (bh->b_data))
msdos_dir_entry393fs/msdos/inode.cstruct msdos_dir_entry *raw_entry;
msdos_dir_entry402fs/msdos/inode.craw_entry = &((struct msdos_dir_entry *) (bh->b_data))
msdos_dir_entry269fs/msdos/misc.cstruct msdos_dir_entry **de)
msdos_dir_entry280fs/msdos/misc.c*pos += sizeof(struct msdos_dir_entry);
msdos_dir_entry287fs/msdos/misc.c*de = (struct msdos_dir_entry *) (data+(offset &
msdos_dir_entry349fs/msdos/misc.cstruct msdos_dir_entry **res_de)
msdos_dir_entry352fs/msdos/misc.cstruct msdos_dir_entry *data;
msdos_dir_entry388fs/msdos/misc.cstruct buffer_head **res_bh,struct msdos_dir_entry **res_de)
msdos_dir_entry406fs/msdos/misc.cint *number,int *ino,struct buffer_head **res_bh,struct msdos_dir_entry
msdos_dir_entry442fs/msdos/misc.cint *ino,struct buffer_head **res_bh,struct msdos_dir_entry **res_de)
msdos_dir_entry514fs/msdos/misc.cstruct msdos_dir_entry **res_de,int *ino)
msdos_dir_entry94fs/msdos/namei.cstruct buffer_head **bh,struct msdos_dir_entry **de,int *ino)
msdos_dir_entry109fs/msdos/namei.cstruct msdos_dir_entry *de;
msdos_dir_entry165fs/msdos/namei.cstruct msdos_dir_entry *de;
msdos_dir_entry201fs/msdos/namei.cstruct msdos_dir_entry *de;
msdos_dir_entry248fs/msdos/namei.cstruct msdos_dir_entry *de;
msdos_dir_entry306fs/msdos/namei.cstruct msdos_dir_entry *de;
msdos_dir_entry331fs/msdos/namei.cstruct msdos_dir_entry *de;
msdos_dir_entry372fs/msdos/namei.cstruct msdos_dir_entry *de;
msdos_dir_entry414fs/msdos/namei.cstruct msdos_dir_entry *old_de,int old_ino)
msdos_dir_entry417fs/msdos/namei.cstruct msdos_dir_entry *new_de;
msdos_dir_entry465fs/msdos/namei.cstruct msdos_dir_entry *old_de,int old_ino)
msdos_dir_entry468fs/msdos/namei.cstruct msdos_dir_entry *new_de,*free_de,*dotdot_de;
msdos_dir_entry524fs/msdos/namei.cmemcpy(free_de,old_de,sizeof(struct msdos_dir_entry));
msdos_dir_entry587fs/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_entry137include/linux/msdos_fs.hstruct msdos_dir_entry **de);
msdos_dir_entry139include/linux/msdos_fs.hstruct msdos_dir_entry **res_de,int *ino);