Home
last modified time | relevance | path

Searched refs:inodep (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/drivers/net/wan/8253x/
D8253xctl.h130 extern int sab8253xc_open(struct inode *inodep, struct file *filep);
131 extern int sab8253xc_release(struct inode *inodep, struct file *filep);
D8253xchr.c580 int sab8253xc_open(struct inode *inodep, struct file *filep) in sab8253xc_open() argument
587 line = MINOR(inodep->i_rdev); /* let's find which physical device to use */ in sab8253xc_open()
708 int sab8253xc_release(struct inode *inodep, struct file *filep) in sab8253xc_release() argument
/linux-2.4.37.9/drivers/char/
Dnwflash.c46 static int flash_ioctl(struct inode *inodep, struct file *filep, unsigned int cmd, unsigned long ar…
110 static int flash_ioctl(struct inode *inodep, struct file *filep, unsigned int cmd, unsigned long ar… in flash_ioctl() argument
/linux-2.4.37.9/fs/xfs/linux-2.4/
Dxfs_ioctl.c217 struct inode *inodep; in xfs_vget_fsop_handlereq() local
282 inodep = LINVFS_GET_IP(vpp); in xfs_vget_fsop_handlereq()
286 *inode = inodep; in xfs_vget_fsop_handlereq()