Home
last modified time | relevance | path

Searched refs:MSDOS_FSINFO_INO (Results 1 – 2 of 2) sorted by relevance

/linux/include/uapi/linux/
H A Dmsdos_fs.h28 #define MSDOS_FSINFO_INO 2 /* Used for managing the FSINFO block */ macro
/linux/fs/fat/
H A Dnfs.c50 if ((ino < MSDOS_ROOT_INO) || (ino == MSDOS_FSINFO_INO)) in fat_ilookup()