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

/linux-master/arch/powerpc/boot/
H A Dwrapper593 odir="$(dirname "$ofile.bin")"
600 rm -f "$odir"/{otheros,otheros-too-big}.bld
606 gzip -n --force -9 --stdout "$ofile.bin" > "$odir/$bld"
/linux-master/fs/gfs2/
H A Dinode.c1390 * @odir: Parent directory of old file name
1398 static int gfs2_rename(struct inode *odir, struct dentry *odentry, argument
1401 struct gfs2_inode *odip = GFS2_I(odir);
1405 struct gfs2_sbd *sdp = GFS2_SB(odir);
1635 * @odir: Parent directory of old file name
1644 static int gfs2_exchange(struct inode *odir, struct dentry *odentry, argument
1648 struct gfs2_inode *odip = GFS2_I(odir);
1652 struct gfs2_sbd *sdp = GFS2_SB(odir);
1782 static int gfs2_rename2(struct mnt_idmap *idmap, struct inode *odir, argument
1792 return gfs2_exchange(odir, odentr
[all...]
/linux-master/fs/xfs/
H A Dxfs_iops.c446 struct inode *odir,
474 return xfs_rename(idmap, XFS_I(odir), &oname,
444 xfs_vn_rename( struct mnt_idmap *idmap, struct inode *odir, struct dentry *odentry, struct inode *ndir, struct dentry *ndentry, unsigned int flags) argument
/linux-master/sound/pci/
H A Des1968.c2550 u16 odir = inw(io + IO_DIR); local
2556 outw(odir | (1 << gpio.data) | (1 << gpio.clk) | (1 << gpio.wren),
2561 outw((odir & ~((1 << gpio.data) | (1 << gpio.most)))

Completed in 130 milliseconds