Searched refs:ino (Results 1 - 20 of 20) sorted by relevance

/drivers/staging/lustre/lustre/obdclass/
H A Dllog_internal.h75 lustre_build_llog_lvfs_oid(struct llog_logid *logid, __u64 ino, __u32 gen) argument
78 ostid_set_id(&logid->lgl_oi, ino);
/drivers/staging/lustre/lustre/include/
H A Dlustre_fid.h669 __u64 ino; local
673 ino = lu_igif_ino(fid);
674 return ino;
679 ino = (seq << 24) + ((seq >> 24) & 0xffffff0000ULL) + fid_oid(fid);
681 return ino ? ino : fid_oid(fid);
692 * map fid to 32 bit value for ino on 32bit systems. */
695 __u32 ino; local
699 ino = lu_igif_ino(fid);
700 return ino;
[all...]
/drivers/fmc/
H A Dfmc-chardev.c30 static int fc_open(struct inode *ino, struct file *f) argument
34 int minor = iminor(ino);
49 static int fc_release(struct inode *ino, struct file *f) argument
/drivers/isdn/hardware/eicon/
H A Ddivamnt.c130 static int maint_open(struct inode *ino, struct file *filep) argument
141 ret = nonseekable_open(ino, filep);
147 static int maint_close(struct inode *ino, struct file *filep) argument
/drivers/isdn/hysdn/
H A Dhysdn_proclog.c204 hysdn_log_open(struct inode *ino, struct file *filep) argument
206 hysdn_card *card = PDE_DATA(ino);
229 return nonseekable_open(ino, filep);
240 hysdn_log_close(struct inode *ino, struct file *filep) argument
H A Dhysdn_procconf.c229 hysdn_conf_open(struct inode *ino, struct file *filep) argument
237 card = PDE_DATA(ino);
297 return nonseekable_open(ino, filep);
304 hysdn_conf_close(struct inode *ino, struct file *filep) argument
311 card = PDE_DATA(ino);
/drivers/isdn/mISDN/
H A Dtimerdev.c51 mISDN_open(struct inode *ino, struct file *filep) argument
56 printk(KERN_DEBUG "%s(%p,%p)\n", __func__, ino, filep);
67 return nonseekable_open(ino, filep);
71 mISDN_close(struct inode *ino, struct file *filep) argument
78 printk(KERN_DEBUG "%s(%p,%p)\n", __func__, ino, filep);
/drivers/isdn/divert/
H A Ddivert_procfs.c139 isdn_divert_open(struct inode *ino, struct file *filep) argument
151 return nonseekable_open(ino, filep);
158 isdn_divert_close(struct inode *ino, struct file *filep) argument
/drivers/crypto/
H A Dn2_core.h8 u64 ino; member in struct:ino_blob
H A Dn2_core.c1558 * So we have to back-translate, going through the 'intr' and 'ino'
1571 if (ip->ino_table[i].ino == dev_ino)
1825 const u64 *ino; local
1829 ino = mdesc_get_property(mdesc, node, "ino", &ino_len);
1830 if (!ino) {
1831 printk("NO 'ino'\n");
1845 b->ino = ino[i];
/drivers/pci/
H A Dproc.c113 struct inode *ino = file_inode(file); local
114 struct pci_dev *dev = PDE_DATA(ino);
180 i_size_write(ino, dev->cfg_size);
/drivers/char/ipmi/
H A Dipmi_watchdog.c863 static int ipmi_open(struct inode *ino, struct file *filep) argument
865 switch (iminor(ino)) {
876 return nonseekable_open(ino, filep);
906 static int ipmi_close(struct inode *ino, struct file *filep) argument
908 if (iminor(ino) == WATCHDOG_MINOR) {
/drivers/staging/lustre/lustre/mdc/
H A Dmdc_internal.h111 int mdc_open(struct obd_export *exp, u64 ino, int type, int flags,
/drivers/staging/lustre/lustre/llite/
H A Dllite_nfs.c211 loff_t hash, u64 ino, unsigned type)
210 ll_nfs_get_name_filldir(void *cookie, const char *name, int namelen, loff_t hash, u64 ino, unsigned type) argument
H A Ddir.c513 __u64 ino; local
539 ino = cl_fid_build_ino(&fid, api32);
548 namelen, ino, type);
H A Dfile.c1367 CDEBUG(D_IOCTL, "stripe already exists for ino %lu\n",
3041 stat->ino = cl_fid_build_ino(&lli->lli_fid, 1);
3043 stat->ino = inode->i_ino;
/drivers/mtd/
H A Dmtdchar.c52 struct inode *ino; member in struct:mtd_file_info
122 mfi->ino = mtd_ino;
151 iput(mfi->ino);
/drivers/isdn/i4l/
H A Disdn_common.c1733 isdn_open(struct inode *ino, struct file *filep) argument
1735 uint minor = iminor(ino);
1790 nonseekable_open(ino, filep);
1796 isdn_close(struct inode *ino, struct file *filep) argument
1798 uint minor = iminor(ino);
/drivers/staging/lustre/lustre/include/lustre/
H A Dlustre_idl.h759 static inline void lu_igif_build(struct lu_fid *fid, __u32 ino, __u32 gen) argument
761 fid->f_seq = ino;
2202 * was "ino" until 2.4.0 */
/drivers/block/
H A Dloop.c1156 info->lo_inode = stat.ino;

Completed in 403 milliseconds