Searched refs:proc_dentry (Results 1 - 1 of 1) sorted by last modified time

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/hppfs/
H A Dhppfs_kern.c35 struct dentry *proc_dentry; member in struct:hppfs_inode_info
142 if(HPPFS_I(ino)->proc_dentry == NULL)
145 proc_ino = HPPFS_I(ino)->proc_dentry->d_inode;
161 struct dentry *proc_dentry, *new, *parent; local
172 parent = HPPFS_I(ino)->proc_dentry;
174 proc_dentry = d_lookup(parent, &dentry->d_name);
175 if(proc_dentry == NULL){
176 proc_dentry = d_alloc(parent, &dentry->d_name);
177 if(proc_dentry == NULL){
182 proc_dentry, NUL
458 struct dentry *proc_dentry; local
518 struct dentry *proc_dentry; local
662 struct dentry *proc_dentry; local
680 struct dentry *proc_dentry; local
[all...]

Completed in 53 milliseconds