Lines Matching defs:dir
49 static inline void presto_relock_sem(struct inode *dir) in presto_relock_sem()
56 static inline void presto_relock_other(struct inode *dir) in presto_relock_other()
63 static inline void presto_fulllock(struct inode *dir) in presto_fulllock()
72 static inline void presto_unlock(struct inode *dir) in presto_unlock()
120 struct dentry *presto_tmpfs_ilookup(struct inode *dir, in presto_tmpfs_ilookup()
135 struct dentry *presto_iget_ilookup(struct inode *dir, in presto_iget_ilookup()
243 struct dentry *presto_lookup(struct inode * dir, struct dentry *dentry) in presto_lookup()
413 static int presto_create(struct inode * dir, struct dentry * dentry, int mode) in presto_create()
459 static int presto_link(struct dentry *old_dentry, struct inode *dir, in presto_link()
530 static int presto_mkdir(struct inode * dir, struct dentry * dentry, int mode) in presto_mkdir()
575 static int presto_symlink(struct inode *dir, struct dentry *dentry, in presto_symlink()
616 int presto_unlink(struct inode *dir, struct dentry *dentry) in presto_unlink()
658 static int presto_rmdir(struct inode *dir, struct dentry *dentry) in presto_rmdir()
715 static int presto_mknod(struct inode * dir, struct dentry * dentry, int mode, int rdev) in presto_mknod()