taglinefilesource code
msdos_dir_entry60fs/msdos/dir.cstruct msdos_dir_entry *de;
msdos_dir_entry76fs/msdos/dir.cif (filp->f_pos & (sizeof(struct msdos_dir_entry)-1)) return -ENOENT;
msdos_dir_entry238fs/msdos/inode.cstruct msdos_dir_entry *raw_entry;
msdos_dir_entry254fs/msdos/inode.csizeof(struct msdos_dir_entry);
msdos_dir_entry266fs/msdos/inode.craw_entry = &((struct msdos_dir_entry *) (bh->b_data))
msdos_dir_entry318fs/msdos/inode.cstruct msdos_dir_entry *raw_entry;
msdos_dir_entry324fs/msdos/inode.craw_entry = &((struct msdos_dir_entry *) (bh->b_data))
msdos_dir_entry239fs/msdos/misc.cstruct msdos_dir_entry **de)
msdos_dir_entry250fs/msdos/misc.c*pos += sizeof(struct msdos_dir_entry);
msdos_dir_entry257fs/msdos/misc.c*de = (struct msdos_dir_entry *) (data+(offset &
msdos_dir_entry269fs/msdos/misc.cstruct msdos_dir_entry **res_de,int *ino)
msdos_dir_entry272fs/msdos/misc.cstruct msdos_dir_entry *de;
msdos_dir_entry316fs/msdos/misc.cstruct msdos_dir_entry *data;
msdos_dir_entry100fs/msdos/namei.cstruct buffer_head **bh,struct msdos_dir_entry **de,int *ino)
msdos_dir_entry115fs/msdos/namei.cstruct msdos_dir_entry *de;
msdos_dir_entry169fs/msdos/namei.cstruct msdos_dir_entry *de;
msdos_dir_entry198fs/msdos/namei.cstruct msdos_dir_entry *de;
msdos_dir_entry245fs/msdos/namei.cstruct msdos_dir_entry *de;
msdos_dir_entry302fs/msdos/namei.cstruct msdos_dir_entry *de,*dde;
msdos_dir_entry348fs/msdos/namei.cstruct msdos_dir_entry *de;
msdos_dir_entry378fs/msdos/namei.cstruct msdos_dir_entry *old_de,int old_ino)
msdos_dir_entry381fs/msdos/namei.cstruct msdos_dir_entry *new_de;
msdos_dir_entry423fs/msdos/namei.cstruct msdos_dir_entry *old_de,int old_ino)
msdos_dir_entry426fs/msdos/namei.cstruct msdos_dir_entry *new_de,*free_de,*dotdot_de;
msdos_dir_entry476fs/msdos/namei.cmemcpy(free_de,old_de,sizeof(struct msdos_dir_entry));
msdos_dir_entry535fs/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_entry113include/linux/msdos_fs.hstruct msdos_dir_entry **de);
msdos_dir_entry115include/linux/msdos_fs.hstruct msdos_dir_entry **res_de,int *ino);