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

/linux-4.4.14/arch/powerpc/boot/
H A Dwrapper484 odir="$(dirname "$ofile.bin")"
485 rm -f "$odir/otheros.bld"
486 gzip -n --force -9 --stdout "$ofile.bin" > "$odir/otheros.bld"
/linux-4.4.14/fs/gfs2/
H A Dinode.c1340 * @odir: Parent directory of old file name
1348 static int gfs2_rename(struct inode *odir, struct dentry *odentry, gfs2_rename() argument
1351 struct gfs2_inode *odip = GFS2_I(odir); gfs2_rename()
1355 struct gfs2_sbd *sdp = GFS2_SB(odir); gfs2_rename()
1561 * @odir: Parent directory of old file name
1570 static int gfs2_exchange(struct inode *odir, struct dentry *odentry, gfs2_exchange() argument
1574 struct gfs2_inode *odip = GFS2_I(odir); gfs2_exchange()
1578 struct gfs2_sbd *sdp = GFS2_SB(odir); gfs2_exchange()
1699 static int gfs2_rename2(struct inode *odir, struct dentry *odentry, gfs2_rename2() argument
1709 return gfs2_exchange(odir, odentry, ndir, ndentry, flags); gfs2_rename2()
1711 return gfs2_rename(odir, odentry, ndir, ndentry); gfs2_rename2()
/linux-4.4.14/fs/xfs/
H A Dxfs_iops.c385 struct inode *odir, xfs_vn_rename()
406 return xfs_rename(XFS_I(odir), &oname, XFS_I(d_inode(odentry)), xfs_vn_rename()
384 xfs_vn_rename( struct inode *odir, struct dentry *odentry, struct inode *ndir, struct dentry *ndentry, unsigned int flags) xfs_vn_rename() argument
/linux-4.4.14/sound/pci/
H A Des1968.c2592 u16 odir = inw(io + IO_DIR); snd_es1968_tea575x_set_direction() local
2598 outw(odir | (1 << gpio.data) | (1 << gpio.clk) | (1 << gpio.wren), snd_es1968_tea575x_set_direction()
2603 outw((odir & ~((1 << gpio.data) | (1 << gpio.most))) snd_es1968_tea575x_set_direction()

Completed in 136 milliseconds