Home
last modified time | relevance | path

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

/linux/fs/fat/
H A Dnfs.c50 if ((ino < MSDOS_ROOT_INO) || (ino == MSDOS_FSINFO_INO)) in fat_ilookup()
248 dummy_grand_parent->i_ino = iunique(sb, MSDOS_ROOT_INO); in fat_rebuild_parent()
/linux/include/uapi/linux/
H A Dmsdos_fs.h27 #define MSDOS_ROOT_INO 1 /* The root inode number */ macro