Lines Matching defs:dir
180 nfs_proc_lookup(struct rpc_clnt *clnt, struct inode *dir, struct qstr *name, in nfs_proc_lookup()
234 static struct nfs_createdata *nfs_alloc_createdata(struct inode *dir, in nfs_alloc_createdata()
260 nfs_proc_create(struct inode *dir, struct dentry *dentry, struct iattr *sattr, in nfs_proc_create()
289 nfs_proc_mknod(struct inode *dir, struct dentry *dentry, struct iattr *sattr, in nfs_proc_mknod()
333 nfs_proc_remove(struct inode *dir, struct qstr *name) in nfs_proc_remove()
355 nfs_proc_unlink_setup(struct rpc_message *msg, struct inode *dir) in nfs_proc_unlink_setup()
360 static int nfs_proc_unlink_done(struct rpc_task *task, struct inode *dir) in nfs_proc_unlink_done()
369 nfs_proc_rename_setup(struct rpc_message *msg, struct inode *dir) in nfs_proc_rename_setup()
410 nfs_proc_link(struct inode *inode, struct inode *dir, struct qstr *name) in nfs_proc_link()
433 nfs_proc_symlink(struct inode *dir, struct dentry *dentry, struct page *page, in nfs_proc_symlink()
483 nfs_proc_mkdir(struct inode *dir, struct dentry *dentry, struct iattr *sattr) in nfs_proc_mkdir()
509 nfs_proc_rmdir(struct inode *dir, struct qstr *name) in nfs_proc_rmdir()
540 struct inode *dir = dentry->d_inode; in nfs_proc_readdir() local