struct nameidata { struct dentry *dentry; /* obiekt pozycji katalogu */ struct vfsmount *mnt; /* el. listy zamontowanych fs-ów */ struct qstr last; unsigned int flags; int last_type; };
struct inode { ... }Bardzo duża struktura reprezentująca i-węzeł.