irods
4.2.8
About: iRODS (the integrated Rule Oriented Data System) is a distributed data-management system for creating data grids, digital libraries, persistent archives, and real-time data systems.
![]() ![]() |
#include <rodsType.h>
Public Attributes | |
unsigned int | d_offset |
unsigned int | d_ino |
unsigned int | d_reclen |
unsigned int | d_namlen |
char | d_name [256] |
Definition at line 70 of file rodsType.h.
unsigned int rodsDirent::d_ino |
Definition at line 72 of file rodsType.h.
Referenced by direntToRodsDirent().
char rodsDirent::d_name[256] |
Definition at line 75 of file rodsType.h.
Referenced by _rsFileRmdir(), _rsQuerySpecColl(), chkEmptyDir(), direntToRodsDirent(), dirPathReg(), and moveMountedCollCollObj().
unsigned int rodsDirent::d_namlen |
Definition at line 74 of file rodsType.h.
Referenced by direntToRodsDirent().
unsigned int rodsDirent::d_offset |
Definition at line 71 of file rodsType.h.
Referenced by direntToRodsDirent().
unsigned int rodsDirent::d_reclen |
Definition at line 73 of file rodsType.h.
Referenced by direntToRodsDirent().