Searched refs:ino (Results 1 - 25 of 418) sorted by path

1234567891011>>

/linux-master/arch/s390/kernel/
H A Dcompat_linux.c133 tmp.st_ino = stat->ino;
134 tmp.__st_ino = (u32)stat->ino;
/linux-master/drivers/crypto/
H A Dn2_core.h9 u64 ino; member in struct:ino_blob
/linux-master/fs/affs/
H A Ddir.c56 u32 ino; local
59 pr_debug("%s(ino=%lu,f_pos=%llx)\n", __func__, inode->i_ino, ctx->pos);
83 ino = (u32)(long)file->private_data;
84 if (ino && inode_eq_iversion(inode, file->f_version)) {
85 pr_debug("readdir() left off=%d\n", ino);
89 ino = be32_to_cpu(AFFS_HEAD(dir_bh)->table[hash_pos]);
90 for (i = 0; ino && i < chain_pos; i++) {
91 fh_bh = affs_bread(sb, ino);
97 ino = be32_to_cpu(AFFS_TAIL(sb, fh_bh)->hash_chain);
101 if (ino)
[all...]
/linux-master/fs/autofs/
H A Dsymlink.c13 struct autofs_info *ino; local
18 ino = autofs_dentry_ino(dentry);
19 if (ino && !autofs_oz_mode(sbi))
20 ino->last_used = jiffies;
/linux-master/fs/bfs/
H A Dbfs.h56 extern struct inode *bfs_iget(struct super_block *sb, unsigned long ino);
/linux-master/fs/efs/
H A Dnamei.c77 static struct inode *efs_nfs_get_inode(struct super_block *sb, u64 ino, argument
82 if (ino == 0)
84 inode = efs_iget(sb, ino);
113 efs_ino_t ino; local
115 ino = efs_find_entry(d_inode(child), "..", 2);
116 if (ino)
117 parent = d_obtain_alias(efs_iget(child->d_sb, ino));
/linux-master/fs/hpfs/
H A Dmap.c164 struct fnode *hpfs_map_fnode(struct super_block *s, ino_t ino, struct buffer_head **bhp) argument
167 if (hpfs_sb(s)->sb_chk) if (hpfs_chk_sectors(s, ino, 1, "fnode")) {
170 if ((fnode = hpfs_map_sector(s, ino, bhp, FNODE_RD_AHEAD))) {
176 (unsigned long)ino);
184 (unsigned long)ino);
191 (unsigned long)ino);
199 (unsigned long)ino,
208 (unsigned long)ino);
322 dnode_secno hpfs_fnode_dno(struct super_block *s, ino_t ino) argument
328 fnode = hpfs_map_fnode(s, ino,
[all...]
/linux-master/fs/jffs2/
H A Dread.c164 jffs2_dbg(1, "%s(): ino #%u, range 0x%08x-0x%08x\n",
165 __func__, f->inocache->ino, offset, offset + len);
181 jffs2_dbg(1, "Eep. Hole in ino #%u fraglist. frag->ofs = 0x%08x, offset = 0x%08x\n",
182 f->inocache->ino, frag->ofs, offset);
H A Dwrite.c41 jffs2_dbg(1, "%s(): Assigned ino# %d\n", __func__, f->inocache->ino);
42 ri->ino = cpu_to_je32(f->inocache->ino);
110 (alloc_mode==ALLOC_GC)?0:f->inocache->ino);
216 jffs2_dbg(1, "%s(ino #%u, name at *0x%p \"%s\"->ino #%u, name_crc 0x%08x)\n",
218 je32_to_cpu(rd->pino), name, name, je32_to_cpu(rd->ino),
230 pr_crit("Directory inode #%u, name at *0x%p \"%s\"->ino #%u, name_crc 0x%08x\n",
231 je32_to_cpu(rd->pino), name, name, je32_to_cpu(rd->ino),
669 jffs2_do_link(struct jffs2_sb_info *c, struct jffs2_inode_info *dir_f, uint32_t ino, uint8_t type, const char *name, int namelen, uint32_t time) argument
[all...]
/linux-master/fs/jfs/
H A Djfs_dtree.h18 u32 ino; member in struct:__anon1208::__anon1209
247 ino_t * ino, struct btstack * btstack);
H A Djfs_imap.h27 #define INOTOIAG(ino) ((ino) >> L2INOSPERIAG)
33 * that contains ino.
35 #define INOPBLK(pxd,ino,l2nbperpg) (addressPXD((pxd)) + \
36 ((((ino) & (INOSPEREXT-1)) >> L2INOSPERPAGE) << (l2nbperpg)))
H A Djfs_txnmgr.h56 u32 ino; /* inode number being created */ member in struct:tblock
/linux-master/fs/nilfs2/
H A Dexport.h12 * @ino: inode number
19 u64 ino; member in struct:nilfs_fid
/linux-master/fs/omfs/
H A Domfs.h66 extern int omfs_find_empty_block(struct super_block *sb, int mode, ino_t *ino);
/linux-master/fs/qnx6/
H A Ddir.c221 unsigned ino; local
246 ino = qnx6_match(s, len, name, de);
247 if (ino)
252 ino = qnx6_long_match(len,
254 if (ino)
270 return ino;
H A Dnamei.c19 unsigned ino; local
28 ino = qnx6_find_entry(len, dir, name, &page);
29 if (ino) {
30 foundinode = qnx6_iget(dir->i_sb, ino);
H A Dqnx6.h47 extern struct inode *qnx6_iget(struct super_block *sb, unsigned ino);
/linux-master/fs/squashfs/
H A Dnamei.c201 long long ino; local
206 ino = SQUASHFS_MKINODE(blk, off);
212 inode = squashfs_iget(dir->i_sb, ino, ino_num);
/linux-master/fs/xfs/
H A Dxfs_export.h51 u64 ino; member in struct:xfs_fid64
/linux-master/include/linux/ceph/
H A Dtypes.h16 * Identify inodes by both their ino AND snapshot id (a u64).
19 u64 ino; member in struct:ceph_vino
/linux-master/include/trace/events/
H A Dfs_dax.h15 __field(unsigned long, ino)
28 __entry->ino = inode->i_ino;
38 TP_printk("dev %d:%d ino %#lx %s %s address %#lx vm_start "
42 __entry->ino,
69 __field(unsigned long, ino)
78 __entry->ino = inode->i_ino;
84 TP_printk("dev %d:%d ino %#lx %s address %#lx zero_page %p "
88 __entry->ino,
110 __field(unsigned long, ino)
121 __entry->ino
[all...]
/linux-master/include/uapi/linux/
H A Dauto_fs.h195 __u64 ino; member in struct:autofs_v5_packet
H A Dbfs_fs.h46 __le16 ino; member in struct:bfs_dirent
68 #define BFS_INO2OFF(ino) \
69 ((__u32)(((ino) - BFS_ROOT_INO) * sizeof(struct bfs_inode)) + BFS_BSIZE)
H A Dnilfs2_ondisk.h268 #define NILFS_ROOT_METADATA_FILE(ino) \
269 ((ino) >= NILFS_DAT_INO && (ino) <= NILFS_SUFILE_INO)
/linux-master/arch/alpha/kernel/
H A Dosf_sys.c113 loff_t offset, u64 ino, unsigned int d_type)
124 d_ino = ino;
125 if (sizeof(d_ino) < sizeof(ino) && d_ino != ino) {
293 tmp.st_ino = lstat->ino;
112 osf_filldir(struct dir_context *ctx, const char *name, int namlen, loff_t offset, u64 ino, unsigned int d_type) argument

Completed in 286 milliseconds

1234567891011>>