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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/hypfs/
H A Dinode.c47 static struct dentry *hypfs_last_dentry; variable in typeref:struct:dentry
64 dentry->d_fsdata = hypfs_last_dentry;
65 hypfs_last_dentry = dentry;
94 while (hypfs_last_dentry) {
96 next_dentry = hypfs_last_dentry->d_fsdata;
97 hypfs_remove(hypfs_last_dentry);
98 hypfs_last_dentry = next_dentry;

Completed in 108 milliseconds