Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/powerpc/boot/
H A Dwrapper565 odir="$(dirname "$ofile.bin")"
572 rm -f "$odir"/{otheros,otheros-too-big}.bld
578 gzip -n --force -9 --stdout "$ofile.bin" > "$odir/$bld"
/kernel/linux/linux-6.6/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"
/kernel/linux/linux-5.10/fs/gfs2/
H A Dinode.c1363 * @odir: Parent directory of old file name
1371 static int gfs2_rename(struct inode *odir, struct dentry *odentry, in gfs2_rename() argument
1374 struct gfs2_inode *odip = GFS2_I(odir); in gfs2_rename()
1378 struct gfs2_sbd *sdp = GFS2_SB(odir); in gfs2_rename()
1605 * @odir: Parent directory of old file name
1614 static int gfs2_exchange(struct inode *odir, struct dentry *odentry, in gfs2_exchange() argument
1618 struct gfs2_inode *odip = GFS2_I(odir); in gfs2_exchange()
1622 struct gfs2_sbd *sdp = GFS2_SB(odir); in gfs2_exchange()
1750 static int gfs2_rename2(struct inode *odir, struct dentry *odentry, in gfs2_rename2() argument
1760 return gfs2_exchange(odir, odentr in gfs2_rename2()
[all...]
/kernel/linux/linux-6.6/fs/gfs2/
H A Dinode.c1388 * @odir: Parent directory of old file name
1396 static int gfs2_rename(struct inode *odir, struct dentry *odentry, in gfs2_rename() argument
1399 struct gfs2_inode *odip = GFS2_I(odir); in gfs2_rename()
1403 struct gfs2_sbd *sdp = GFS2_SB(odir); in gfs2_rename()
1633 * @odir: Parent directory of old file name
1642 static int gfs2_exchange(struct inode *odir, struct dentry *odentry, in gfs2_exchange() argument
1646 struct gfs2_inode *odip = GFS2_I(odir); in gfs2_exchange()
1650 struct gfs2_sbd *sdp = GFS2_SB(odir); in gfs2_exchange()
1780 static int gfs2_rename2(struct mnt_idmap *idmap, struct inode *odir, in gfs2_rename2() argument
1790 return gfs2_exchange(odir, odentr in gfs2_rename2()
[all...]
/kernel/linux/linux-5.10/fs/xfs/
H A Dxfs_iops.c408 struct inode *odir, in xfs_vn_rename()
436 return xfs_rename(XFS_I(odir), &oname, XFS_I(d_inode(odentry)), in xfs_vn_rename()
407 xfs_vn_rename( struct inode *odir, struct dentry *odentry, struct inode *ndir, struct dentry *ndentry, unsigned int flags) xfs_vn_rename() argument
/kernel/linux/linux-6.6/fs/xfs/
H A Dxfs_iops.c446 struct inode *odir, in xfs_vn_rename()
474 return xfs_rename(idmap, XFS_I(odir), &oname, in xfs_vn_rename()
444 xfs_vn_rename( struct mnt_idmap *idmap, struct inode *odir, struct dentry *odentry, struct inode *ndir, struct dentry *ndentry, unsigned int flags) xfs_vn_rename() argument
/kernel/linux/linux-5.10/sound/pci/
H A Des1968.c2573 u16 odir = inw(io + IO_DIR); in snd_es1968_tea575x_set_direction() local
2579 outw(odir | (1 << gpio.data) | (1 << gpio.clk) | (1 << gpio.wren), in snd_es1968_tea575x_set_direction()
2584 outw((odir & ~((1 << gpio.data) | (1 << gpio.most))) in snd_es1968_tea575x_set_direction()
/kernel/linux/linux-6.6/sound/pci/
H A Des1968.c2563 u16 odir = inw(io + IO_DIR); in snd_es1968_tea575x_set_direction() local
2569 outw(odir | (1 << gpio.data) | (1 << gpio.clk) | (1 << gpio.wren), in snd_es1968_tea575x_set_direction()
2574 outw((odir & ~((1 << gpio.data) | (1 << gpio.most))) in snd_es1968_tea575x_set_direction()

Completed in 17 milliseconds