Lines Matching defs:dir
148 nfs_proc_lookup(struct inode *dir, struct qstr *name, in nfs_proc_lookup()
203 static struct nfs_createdata *nfs_alloc_createdata(struct inode *dir, in nfs_alloc_createdata()
229 nfs_proc_create(struct inode *dir, struct dentry *dentry, struct iattr *sattr, in nfs_proc_create()
258 nfs_proc_mknod(struct inode *dir, struct dentry *dentry, struct iattr *sattr, in nfs_proc_mknod()
302 nfs_proc_remove(struct inode *dir, struct qstr *name) in nfs_proc_remove()
323 nfs_proc_unlink_setup(struct rpc_message *msg, struct inode *dir) in nfs_proc_unlink_setup()
333 static int nfs_proc_unlink_done(struct rpc_task *task, struct inode *dir) in nfs_proc_unlink_done()
340 nfs_proc_rename_setup(struct rpc_message *msg, struct inode *dir) in nfs_proc_rename_setup()
360 nfs_proc_link(struct inode *inode, struct inode *dir, struct qstr *name) in nfs_proc_link()
383 nfs_proc_symlink(struct inode *dir, struct dentry *dentry, struct page *page, in nfs_proc_symlink()
433 nfs_proc_mkdir(struct inode *dir, struct dentry *dentry, struct iattr *sattr) in nfs_proc_mkdir()
459 nfs_proc_rmdir(struct inode *dir, struct qstr *name) in nfs_proc_rmdir()
490 struct inode *dir = d_inode(dentry); in nfs_proc_readdir() local