Searched refs:d_private (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/libntfs/common/libntfs/
H A Dunix_io.c64 #define DEV_FD(dev) (*(int *)dev->d_private)
90 if (!(dev->d_private = ntfs_malloc(sizeof(int))))
92 *(int*)dev->d_private = open(dev->d_name, flags);
93 if (*(int*)dev->d_private == -1) {
125 free(dev->d_private);
126 dev->d_private = NULL;
161 free(dev->d_private);
162 dev->d_private = NULL;
H A Ddevice.c125 dev->d_private = priv_data;
/osnet-11/usr/src/lib/libntfs/common/include/ntfs/
H A Ddevice.h76 void *d_private; /* Private data used by the member in struct:ntfs_device

Completed in 17 milliseconds