Lines Matching defs:lower_path
20 struct path lower_path;
23 sharefs_get_lower_path(path->dentry, &lower_path);
24 ret = vfs_getattr(&lower_path, stat, request_mask, flags);
31 sharefs_put_lower_path(path->dentry, &lower_path);
40 struct path lower_path;
42 sharefs_get_lower_path(dentry, &lower_path);
43 lower_dentry = lower_path.dentry;
52 d_inode(lower_path.dentry));
54 sharefs_put_lower_path(dentry, &lower_path);
86 struct path lower_path;
96 sharefs_get_lower_path(dentry, &lower_path);
97 lower_dentry = lower_path.dentry;
103 err = sharefs_interpose(dentry, dir->i_sb, &lower_path);
111 sharefs_put_lower_path(dentry, &lower_path);
121 struct path lower_path;
131 sharefs_get_lower_path(dentry, &lower_path);
132 lower_dentry = lower_path.dentry;
138 err = sharefs_interpose(dentry, dir->i_sb, &lower_path);
149 sharefs_put_lower_path(dentry, &lower_path);
160 struct path lower_path;
162 sharefs_get_lower_path(dentry, &lower_path);
163 lower_dentry = lower_path.dentry;
179 sharefs_put_lower_path(dentry, &lower_path);
188 struct path lower_path;
190 sharefs_get_lower_path(dentry, &lower_path);
191 lower_dentry = lower_path.dentry;
206 sharefs_put_lower_path(dentry, &lower_path);
273 struct path lower_path;
287 sharefs_get_lower_path(dentry, &lower_path);
288 lower_dentry = lower_path.dentry;
342 sharefs_put_lower_path(dentry, &lower_path);