Home
last modified time | relevance | path

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

/Linux-v5.4/arch/powerpc/boot/
Dwrapper572 odir="$(dirname "$ofile.bin")"
573 rm -f "$odir/otheros.bld"
574 gzip -n --force -9 --stdout "$ofile.bin" > "$odir/otheros.bld"
/Linux-v5.4/fs/gfs2/
Dinode.c1343 static int gfs2_rename(struct inode *odir, struct dentry *odentry, in gfs2_rename() argument
1346 struct gfs2_inode *odip = GFS2_I(odir); in gfs2_rename()
1350 struct gfs2_sbd *sdp = GFS2_SB(odir); in gfs2_rename()
1585 static int gfs2_exchange(struct inode *odir, struct dentry *odentry, in gfs2_exchange() argument
1589 struct gfs2_inode *odip = GFS2_I(odir); in gfs2_exchange()
1593 struct gfs2_sbd *sdp = GFS2_SB(odir); in gfs2_exchange()
1721 static int gfs2_rename2(struct inode *odir, struct dentry *odentry, in gfs2_rename2() argument
1731 return gfs2_exchange(odir, odentry, ndir, ndentry, flags); in gfs2_rename2()
1733 return gfs2_rename(odir, odentry, ndir, ndentry); in gfs2_rename2()
/Linux-v5.4/fs/xfs/
Dxfs_iops.c400 struct inode *odir, in xfs_vn_rename() argument
428 return xfs_rename(XFS_I(odir), &oname, XFS_I(d_inode(odentry)), in xfs_vn_rename()
/Linux-v5.4/sound/pci/
Des1968.c2577 u16 odir = inw(io + IO_DIR); in snd_es1968_tea575x_set_direction() local
2583 outw(odir | (1 << gpio.data) | (1 << gpio.clk) | (1 << gpio.wren), in snd_es1968_tea575x_set_direction()
2588 outw((odir & ~((1 << gpio.data) | (1 << gpio.most))) in snd_es1968_tea575x_set_direction()