Home
last modified time | relevance | path

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

/external/syslinux/core/fs/ext2/
Dext2_fs.h296 struct ext2_pvt_inode { struct
303 #define PVT(i) ((struct ext2_pvt_inode *)((i)->pvt)) argument
Dext2.c170 if (!(inode = alloc_inode(fs, inr, sizeof(struct ext2_pvt_inode)))) in ext2_iget_by_inr()