![]() |
|
|||
0001 /* SPDX-License-Identifier: GPL-2.0 */ 0002 #ifndef _LINUX_DIRENT_H 0003 #define _LINUX_DIRENT_H 0004 0005 struct linux_dirent64 { 0006 u64 d_ino; 0007 s64 d_off; 0008 unsigned short d_reclen; 0009 unsigned char d_type; 0010 char d_name[]; 0011 }; 0012 0013 #endif
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |