ReactOS 0.4.16-dev-747-gbc52d5f
|
#include <fs.h>
Public Attributes | |
atomic_t | d_count |
struct { | |
int len | |
char * name | |
} | d_name |
struct inode * | d_inode |
struct dentry * | d_parent |
void * | d_fsdata |
struct super_block * | d_sb |
Definition at line 123 of file fs.h.
Referenced by Ext2AddEntry().
struct { ... } dentry::d_name |
Referenced by add_dirent_to_buf(), Ext2BuildEntry(), Ext2SetRenameInfo(), ext3_add_entry(), ext3_find_entry(), and search_dirblock().
Definition at line 124 of file fs.h.
Referenced by add_dirent_to_buf(), Ext2BuildEntry(), ext3_add_entry(), and ext3_find_entry().
struct super_block* dentry::d_sb |
Definition at line 126 of file fs.h.
Referenced by Ext2BuildEntry().