Lines Matching defs:lower_path
193 struct path *lower_path)
222 flags, lower_path);
242 struct path lower_path, lower_parent_path;
268 (child_dentry->d_name.name), 0, &lower_path);
273 hmdfs_set_lower_path(child_dentry, &lower_path);
275 d_inode(lower_path.dentry),
278 if (S_ISLNK(d_inode(lower_path.dentry)->i_mode))
310 lower_path.dentry = lower_dentry;
311 lower_path.mnt = mntget(lower_parent_path.mnt);
312 hmdfs_set_lower_path(child_dentry, &lower_path);
330 struct path lower_path;
344 hmdfs_get_lower_path(dentry, &lower_path);
345 lower_dentry = lower_path.dentry;
378 hmdfs_put_lower_path(&lower_path);
408 struct path lower_path;
434 hmdfs_get_lower_path(dentry, &lower_path);
435 lower_dentry = lower_path.dentry;
464 hmdfs_put_lower_path(&lower_path);
503 struct path lower_path;
509 hmdfs_get_lower_path(dentry, &lower_path);
510 lower_dentry = lower_path.dentry;
528 hmdfs_put_lower_path(&lower_path);
567 struct path lower_path;
574 hmdfs_get_lower_path(dentry, &lower_path);
575 lower_dentry = lower_path.dentry;
603 hmdfs_put_lower_path(&lower_path);
772 struct path lower_path;
802 hmdfs_get_lower_path(dentry, &lower_path);
803 lower_dentry = lower_path.dentry;
826 hmdfs_put_lower_path(&lower_path);
843 struct path lower_path;
851 hmdfs_get_lower_path(dentry, &lower_path);
852 lower_dentry = lower_path.dentry;
865 hmdfs_put_lower_path(&lower_path);
874 struct path lower_path;
881 hmdfs_get_lower_path(dentry, &lower_path);
882 lower_dentry = lower_path.dentry;
906 hmdfs_put_lower_path(&lower_path);
913 struct path lower_path;
920 hmdfs_get_lower_path(path->dentry, &lower_path);
921 ret = vfs_getattr(&lower_path, stat, request_mask, flags);
927 hmdfs_put_lower_path(&lower_path);
961 struct path lower_path;
971 hmdfs_get_lower_path(dentry, &lower_path);
972 res = vfs_listxattr(lower_path.dentry, list, r_size);
973 hmdfs_put_lower_path(&lower_path);