Lines Matching defs:odir
1363 * @odir: Parent directory of old file name
1371 static int gfs2_rename(struct inode *odir, struct dentry *odentry,
1374 struct gfs2_inode *odip = GFS2_I(odir);
1378 struct gfs2_sbd *sdp = GFS2_SB(odir);
1605 * @odir: Parent directory of old file name
1614 static int gfs2_exchange(struct inode *odir, struct dentry *odentry,
1618 struct gfs2_inode *odip = GFS2_I(odir);
1622 struct gfs2_sbd *sdp = GFS2_SB(odir);
1750 static int gfs2_rename2(struct inode *odir, struct dentry *odentry,
1760 return gfs2_exchange(odir, odentry, ndir, ndentry, flags);
1762 return gfs2_rename(odir, odentry, ndir, ndentry);