Home
last modified time | relevance | path

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

/external/syslinux/core/fs/iso9660/
Diso9660_fs.h50 struct iso9660_pvt_inode { struct
54 #define PVT(i) ((struct iso9660_pvt_inode *)((i)->pvt)) argument
Diso9660.c24 return alloc_inode(fs, 0, sizeof(struct iso9660_pvt_inode)); in new_iso_inode()