Home
last modified time | relevance | path

Searched refs:odir (Results 1 – 4 of 4) sorted by relevance

/linux/arch/powerpc/boot/
H A Dwrapper573 odir="$(dirname "$ofile.bin")"
580 rm -f "$odir"/{otheros,otheros-too-big}.bld
586 gzip -n --force -9 --stdout "$ofile.bin" > "$odir/$bld"
/linux/fs/gfs2/
H A Dinode.c1398 static int gfs2_rename(struct inode *odir, struct dentry *odentry, in gfs2_rename() argument
1401 struct gfs2_inode *odip = GFS2_I(odir); in gfs2_rename()
1405 struct gfs2_sbd *sdp = GFS2_SB(odir); in gfs2_rename()
1644 static int gfs2_exchange(struct inode *odir, struct dentry *odentry, in gfs2_exchange() argument
1648 struct gfs2_inode *odip = GFS2_I(odir); in gfs2_exchange()
1652 struct gfs2_sbd *sdp = GFS2_SB(odir); in gfs2_exchange()
1782 static int gfs2_rename2(struct mnt_idmap *idmap, struct inode *odir, in gfs2_rename2() argument
1792 return gfs2_exchange(odir, odentry, ndir, ndentry, flags); in gfs2_rename2()
1794 return gfs2_rename(odir, odentry, ndir, ndentry); in gfs2_rename2()
/linux/fs/xfs/
H A Dxfs_iops.c470 struct inode *odir, in xfs_vn_rename() argument
498 return xfs_rename(idmap, XFS_I(odir), &oname, in xfs_vn_rename()
/linux/sound/pci/
H A Des1968.c2550 u16 odir = inw(io + IO_DIR); in snd_es1968_tea575x_set_direction() local
2556 outw(odir | (1 << gpio.data) | (1 << gpio.clk) | (1 << gpio.wren), in snd_es1968_tea575x_set_direction()
2561 outw((odir & ~((1 << gpio.data) | (1 << gpio.most))) in snd_es1968_tea575x_set_direction()