Home
last modified time | relevance | path

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

/linux-6.1.9/arch/powerpc/boot/
Dwrapper576 odir="$(dirname "$ofile.bin")"
583 rm -f "$odir"/{otheros,otheros-too-big}.bld
589 gzip -n --force -9 --stdout "$ofile.bin" > "$odir/$bld"
/linux-6.1.9/fs/gfs2/
Dinode.c1375 static int gfs2_rename(struct inode *odir, struct dentry *odentry, in gfs2_rename() argument
1378 struct gfs2_inode *odip = GFS2_I(odir); in gfs2_rename()
1382 struct gfs2_sbd *sdp = GFS2_SB(odir); in gfs2_rename()
1621 static int gfs2_exchange(struct inode *odir, struct dentry *odentry, in gfs2_exchange() argument
1625 struct gfs2_inode *odip = GFS2_I(odir); in gfs2_exchange()
1629 struct gfs2_sbd *sdp = GFS2_SB(odir); in gfs2_exchange()
1759 static int gfs2_rename2(struct user_namespace *mnt_userns, struct inode *odir, in gfs2_rename2() argument
1769 return gfs2_exchange(odir, odentry, ndir, ndentry, flags); in gfs2_rename2()
1771 return gfs2_rename(odir, odentry, ndir, ndentry); in gfs2_rename2()
/linux-6.1.9/fs/xfs/
Dxfs_iops.c447 struct inode *odir, in xfs_vn_rename() argument
475 return xfs_rename(mnt_userns, XFS_I(odir), &oname, in xfs_vn_rename()
/linux-6.1.9/sound/pci/
Des1968.c2570 u16 odir = inw(io + IO_DIR); in snd_es1968_tea575x_set_direction() local
2576 outw(odir | (1 << gpio.data) | (1 << gpio.clk) | (1 << gpio.wren), in snd_es1968_tea575x_set_direction()
2581 outw((odir & ~((1 << gpio.data) | (1 << gpio.most))) in snd_es1968_tea575x_set_direction()