Lines Matching defs:dir
181 nfs_proc_lookup(struct rpc_clnt *clnt, struct inode *dir, struct qstr *name, in nfs_proc_lookup()
235 static struct nfs_createdata *nfs_alloc_createdata(struct inode *dir, in nfs_alloc_createdata()
261 nfs_proc_create(struct inode *dir, struct dentry *dentry, struct iattr *sattr, in nfs_proc_create()
290 nfs_proc_mknod(struct inode *dir, struct dentry *dentry, struct iattr *sattr, in nfs_proc_mknod()
334 nfs_proc_remove(struct inode *dir, struct qstr *name) in nfs_proc_remove()
356 nfs_proc_unlink_setup(struct rpc_message *msg, struct inode *dir) in nfs_proc_unlink_setup()
361 static int nfs_proc_unlink_done(struct rpc_task *task, struct inode *dir) in nfs_proc_unlink_done()
370 nfs_proc_rename_setup(struct rpc_message *msg, struct inode *dir) in nfs_proc_rename_setup()
411 nfs_proc_link(struct inode *inode, struct inode *dir, struct qstr *name) in nfs_proc_link()
434 nfs_proc_symlink(struct inode *dir, struct dentry *dentry, struct page *page, in nfs_proc_symlink()
484 nfs_proc_mkdir(struct inode *dir, struct dentry *dentry, struct iattr *sattr) in nfs_proc_mkdir()
510 nfs_proc_rmdir(struct inode *dir, struct qstr *name) in nfs_proc_rmdir()
541 struct inode *dir = dentry->d_inode; in nfs_proc_readdir() local