Lines Matching refs:nd
66 struct nameidata *nd) in ecryptfs_create_underlying_file() argument
74 dentry_save = nd->path.dentry; in ecryptfs_create_underlying_file()
75 vfsmount_save = nd->path.mnt; in ecryptfs_create_underlying_file()
76 nd->path.dentry = lower_dentry; in ecryptfs_create_underlying_file()
77 nd->path.mnt = lower_mnt; in ecryptfs_create_underlying_file()
78 rc = vfs_create(lower_dir_inode, lower_dentry, mode, nd); in ecryptfs_create_underlying_file()
79 nd->path.dentry = dentry_save; in ecryptfs_create_underlying_file()
80 nd->path.mnt = vfsmount_save; in ecryptfs_create_underlying_file()
100 struct nameidata *nd) in ecryptfs_do_create() argument
115 ecryptfs_dentry, mode, nd); in ecryptfs_do_create()
226 int mode, struct nameidata *nd) in ecryptfs_create() argument
231 rc = ecryptfs_do_create(directory_inode, ecryptfs_dentry, mode, nd); in ecryptfs_create()
691 static void *ecryptfs_follow_link(struct dentry *dentry, struct nameidata *nd) in ecryptfs_follow_link() argument
712 nd_set_link(nd, buf); in ecryptfs_follow_link()
721 ecryptfs_put_link(struct dentry *dentry, struct nameidata *nd, void *ptr) in ecryptfs_put_link() argument
724 kfree(nd_get_link(nd)); in ecryptfs_put_link()