Searched refs:odir (Results 1 - 4 of 4) sorted by relevance
/linux-4.1.27/arch/powerpc/boot/ |
H A D | wrapper | 467 odir="$(dirname "$ofile.bin")" 468 rm -f "$odir/otheros.bld" 469 gzip -n --force -9 --stdout "$ofile.bin" > "$odir/otheros.bld"
|
/linux-4.1.27/fs/gfs2/ |
H A D | inode.c | 1311 * @odir: Parent directory of old file name 1319 static int gfs2_rename(struct inode *odir, struct dentry *odentry, gfs2_rename() argument 1322 struct gfs2_inode *odip = GFS2_I(odir); gfs2_rename() 1326 struct gfs2_sbd *sdp = GFS2_SB(odir); gfs2_rename()
|
/linux-4.1.27/fs/xfs/ |
H A D | xfs_iops.c | 386 struct inode *odir, xfs_vn_rename() 407 return xfs_rename(XFS_I(odir), &oname, XFS_I(d_inode(odentry)), xfs_vn_rename() 385 xfs_vn_rename( struct inode *odir, struct dentry *odentry, struct inode *ndir, struct dentry *ndentry, unsigned int flags) xfs_vn_rename() argument
|
/linux-4.1.27/sound/pci/ |
H A D | es1968.c | 2592 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 319 milliseconds