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);
779 struct path lower_path;
809 hmdfs_get_lower_path(dentry, &lower_path);
810 lower_dentry = lower_path.dentry;
833 hmdfs_put_lower_path(&lower_path);
850 struct path lower_path;
858 hmdfs_get_lower_path(dentry, &lower_path);
859 lower_dentry = lower_path.dentry;
872 hmdfs_put_lower_path(&lower_path);
881 struct path lower_path;
888 hmdfs_get_lower_path(dentry, &lower_path);
889 lower_dentry = lower_path.dentry;
913 hmdfs_put_lower_path(&lower_path);
920 struct path lower_path;
928 hmdfs_get_lower_path(path->dentry, &lower_path);
929 ret = vfs_getattr(&lower_path, stat, request_mask, flags);
935 hmdfs_put_lower_path(&lower_path);
969 struct path lower_path;
979 hmdfs_get_lower_path(dentry, &lower_path);
980 res = vfs_listxattr(lower_path.dentry, list, r_size);
981 hmdfs_put_lower_path(&lower_path);