| tag | line | file | source code | 
| MSDOS_DPS | 255 | fs/fat/inode.c | (MSDOS_DPS-1)) || MSDOS_SB(sb)->clusters+2 > fat_clusters+ | 
| MSDOS_DPS | 350 | fs/fat/misc.c | inode = iget(sb,sector*MSDOS_DPS+entry); \ | 
| MSDOS_DPS | 377 | fs/fat/misc.c | for (entry = 0; entry < MSDOS_DPS; entry++) { | 
| MSDOS_DPS | 394 | fs/fat/misc.c | if (ino) *ino = sector*MSDOS_DPS+entry; | 
| MSDOS_DPS | 419 | fs/fat/misc.c | for (count = 0; count < MSDOS_SB(sb)->dir_entries/MSDOS_DPS; count++) { | 
| MSDOS_DPS | 14 | include/linux/msdos_fs.h | #define MSDOS_DPB  (MSDOS_DPS) /* dir entries per block */ |