Lines Matching defs:dir
317 * We don't care i_size of dir, and lock inode for dir
324 static void hmdfs_fill_inode_remote(struct inode *inode, struct inode *dir,
328 inode->i_uid = dir->i_uid;
329 inode->i_gid = dir->i_gid;
334 struct hmdfs_lookup_ret *res, struct inode *dir)
350 hmdfs_fill_inode_remote(inode, dir, mode);
392 hmdfs_fill_inode_remote(inode, dir, mode);
574 int hmdfs_mkdir_remote(struct inode *dir, struct dentry *dentry, umode_t mode)
577 struct hmdfs_inode_info *info = hmdfs_i(dir);
592 trace_hmdfs_mkdir_remote(dir, dentry, err);
644 int hmdfs_create_remote(struct inode *dir, struct dentry *dentry, umode_t mode,
648 struct hmdfs_inode_info *info = hmdfs_i(dir);
663 trace_hmdfs_create_remote(dir, dentry, err);
688 int hmdfs_rmdir_remote(struct inode *dir, struct dentry *dentry)
710 trace_hmdfs_rmdir_remote(dir, dentry, err);
736 int hmdfs_unlink_remote(struct inode *dir, struct dentry *dentry)
852 // Do not support dir setattr