Searched refs:sys_entry (Results 1 - 6 of 6) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/hfs/
H A Ddir.c65 struct dentry *de = dir->sys_entry[i];
95 struct dentry *de = dir->sys_entry[i];
121 if ((de = entry->sys_entry[i]) && (dentry != de)) {
293 if (victim->sys_entry[2] && d_mountpoint(victim->sys_entry[2]))
295 if (victim->sys_entry[3] && d_mountpoint(victim->sys_entry[3]))
H A Dinode.c92 struct dentry **de = entry->sys_entry;
228 struct dentry **sys_entry; local
241 'sys_entry' field in the entry and initialize the inode.
247 sys_entry = &entry->sys_entry[HFS_ITYPE_TO_INT(type)];
257 } else if (!inode->i_mode || (*sys_entry == NULL)) {
284 *sys_entry = dentry; /* cache dentry */
H A Dsysdep.c75 entry->sys_entry[HFS_ITYPE_TO_INT(HFS_ITYPE(inode->i_ino))] = NULL;
H A Dfile.c499 struct dentry **de = entry->sys_entry;
H A Dhfs.h359 hfs_sysentry sys_entry; member in struct:hfs_cat_entry
H A Dsuper.c437 HFS_I(root_inode)->entry->sys_entry[HFS_ITYPE_TO_INT(HFS_ITYPE_NORM)] =

Completed in 40 milliseconds