Searched refs:inodep (Results 1 – 4 of 4) sorted by relevance
/linux-2.4.37.9/drivers/net/wan/8253x/ |
D | 8253xctl.h | 130 extern int sab8253xc_open(struct inode *inodep, struct file *filep); 131 extern int sab8253xc_release(struct inode *inodep, struct file *filep);
|
D | 8253xchr.c | 580 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/ |
D | nwflash.c | 46 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/ |
D | xfs_ioctl.c | 217 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()
|