Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_iops.c470 struct inode *odir, in xfs_vn_rename() argument
498 return xfs_rename(idmap, XFS_I(odir), &oname, in xfs_vn_rename()
/linux/sound/pci/
H A Des1968.c2521 u16 odir = inw(io + IO_DIR); in snd_es1968_tea575x_set_direction()
2527 outw(odir | (1 << gpio.data) | (1 << gpio.clk) | (1 << gpio.wren),
2532 outw((odir & ~((1 << gpio.data) | (1 << gpio.most))) in snd_es1968_free()
2508 u16 odir = inw(io + IO_DIR); snd_es1968_tea575x_set_direction() local