Searched refs:proc_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/fs/hppfs/
H A Dhppfs.c37 struct dentry *proc_dentry; member in struct:hppfs_inode_info
142 struct dentry *proc_dentry, *new, *parent; local
153 parent = HPPFS_I(ino)->proc_dentry;
155 proc_dentry = d_lookup(parent, &dentry->d_name);
156 if (proc_dentry == NULL) {
157 proc_dentry = d_alloc(parent, &dentry->d_name);
158 if (proc_dentry == NULL) {
163 proc_dentry, NULL);
165 dput(proc_dentry);
166 proc_dentry
438 struct dentry *proc_dentry; local
501 struct dentry *proc_dentry; local
648 struct dentry *proc_dentry = HPPFS_I(dentry->d_inode)->proc_dentry; local
655 struct dentry *proc_dentry = HPPFS_I(dentry->d_inode)->proc_dentry; local
663 struct dentry *proc_dentry = HPPFS_I(dentry->d_inode)->proc_dentry; local
[all...]

Completed in 30 milliseconds