Home
last modified time | relevance | path

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

/external/syslinux/core/fs/fat/
Dfat_fs.h151 struct fat_pvt_inode { struct
158 #define PVT(i) ((struct fat_pvt_inode *)((i)->pvt)) argument
Dfat.c17 struct inode *inode = alloc_inode(fs, 0, sizeof(struct fat_pvt_inode)); in new_fat_inode()