Searched refs:ino (Results 76 - 100 of 418) sorted by relevance

1234567891011>>

/linux-master/include/trace/events/
H A Dcachefiles.h249 __field(unsigned long, ino )
255 __entry->ino = (!IS_ERR(de) && d_backing_inode(de) ?
261 __entry->obj, __entry->dino, __entry->ino, __entry->error)
326 ino_t ino,
329 TP_ARGS(obj, ino, why),
334 __field(unsigned int, ino )
340 __entry->ino = ino;
345 __entry->obj, __entry->ino,
351 ino_t ino,
[all...]
H A Dwriteback.h63 __field(ino_t, ino)
71 __entry->ino = (mapping && mapping->host) ? mapping->host->i_ino : 0;
75 TP_printk("bdi %s: ino=%lu index=%lu",
77 (unsigned long)__entry->ino,
104 __field(ino_t, ino)
114 __entry->ino = inode->i_ino;
119 TP_printk("bdi %s: ino=%lu state=%s flags=%s",
121 (unsigned long)__entry->ino,
188 __field(ino_t, ino)
195 __entry->ino
[all...]
/linux-master/fs/xfs/libxfs/
H A Dxfs_dir2_sf.c49 count += hdr->i8count ? XFS_INO64_SIZE : XFS_INO32_SIZE; /* ino # */
92 xfs_ino_t ino)
96 ASSERT(ino <= XFS_MAXINUMBER);
102 put_unaligned_be64(ino, to);
104 put_unaligned_be32(ino, to);
119 xfs_ino_t ino)
121 ASSERT(ino <= XFS_MAXINUMBER);
124 put_unaligned_be64(ino, hdr->parent);
126 put_unaligned_be32(ino, hdr->parent);
669 xfs_ino_t ino; /* entr local
88 xfs_dir2_sf_put_ino( struct xfs_mount *mp, struct xfs_dir2_sf_hdr *hdr, struct xfs_dir2_sf_entry *sfep, xfs_ino_t ino) argument
117 xfs_dir2_sf_put_parent_ino( struct xfs_dir2_sf_hdr *hdr, xfs_ino_t ino) argument
706 xfs_ino_t ino; local
1024 xfs_ino_t ino=0; /* entry old inode number */ local
[all...]
/linux-master/fs/jffs2/
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...]
H A Dgc.c160 if (ic->ino < want_ino)
167 jffs2_dbg(1, "Skipping ino #%u already checked\n",
168 ic->ino);
189 c->check_ino = ic->ino + c->inocache_hashsize;
192 jffs2_dbg(1, "Skipping check of ino #%d with nlink/pino zero\n",
193 ic->ino);
207 ic->ino, ic->state);
215 jffs2_dbg(1, "Waiting for ino #%u to finish reading\n",
216 ic->ino);
219 c->check_ino = ic->ino;
[all...]
H A Dnodelist.c30 dbg_dentlist("add dirent \"%s\", ino #%u\n", new->name, new->ino);
36 dbg_dentlist("Eep! Marking new dirent node obsolete, old is \"%s\", ino #%u\n",
37 (*prev)->name, (*prev)->ino);
41 dbg_dentlist("marking old dirent \"%s\", ino #%u obsolete\n",
42 (*prev)->name, (*prev)->ino);
421 struct jffs2_inode_cache *jffs2_get_ino_cache(struct jffs2_sb_info *c, uint32_t ino) argument
425 ret = c->inocache_list[ino % c->inocache_hashsize];
426 while (ret && ret->ino < ino) {
[all...]
/linux-master/fs/bfs/
H A Dbfs.h56 extern struct inode *bfs_iget(struct super_block *sb, unsigned long ino);
/linux-master/fs/xfs/
H A Dxfs_iwalk.h19 xfs_ino_t ino, void *data);
H A Dxfs_icache.h45 int xfs_iget(struct xfs_mount *mp, struct xfs_trans *tp, xfs_ino_t ino,
49 struct xfs_inode * xfs_inode_alloc(struct xfs_mount *mp, xfs_ino_t ino);
H A Dxfs_quotaops.c24 xfs_ino_t ino,
29 tstate->ino = ino;
30 if (!ip && ino == NULLFSINO)
33 if (xfs_iget(mp, NULL, ino, 0, 0, &ip))
41 tstate->ino_timelimit = (u32)defq->ino.time;
20 xfs_qm_fill_state( struct qc_type_state *tstate, struct xfs_mount *mp, struct xfs_inode *ip, xfs_ino_t ino, struct xfs_def_quota *defq) argument
/linux-master/include/linux/
H A Dexportfs.h138 u32 ino; member in struct:fid::__anon167::__anon168
144 u64 ino; member in struct:fid::__anon167::__anon169
321 struct inode *(*get_inode) (struct super_block *sb, u64 ino, u32 gen));
324 struct inode *(*get_inode) (struct super_block *sb, u64 ino, u32 gen));
/linux-master/fs/xfs/scrub/
H A Discan.h82 bool xchk_iscan_want_live_update(struct xchk_iscan *iscan, xfs_ino_t ino);
/linux-master/fs/tracefs/
H A Dinternal.h46 * @ino: The saved inode number
63 unsigned int ino; member in struct:eventfs_inode
/linux-master/fs/fat/
H A Dnfs.c44 static struct inode *fat_ilookup(struct super_block *sb, u64 ino, loff_t i_pos) argument
50 if ((ino < MSDOS_ROOT_INO) || (ino == MSDOS_FSINFO_INO))
52 return ilookup(sb, ino);
57 u64 ino, u32 generation, loff_t i_pos)
59 struct inode *inode = fat_ilookup(sb, ino, i_pos);
93 u64 ino, u32 generation)
96 return __fat_nfs_get_inode(sb, ino, generation, 0);
56 __fat_nfs_get_inode(struct super_block *sb, u64 ino, u32 generation, loff_t i_pos) argument
92 fat_nfs_get_inode(struct super_block *sb, u64 ino, u32 generation) argument
/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;
/linux-master/fs/btrfs/
H A Dsend.c77 u64 ino; member in struct:clone_root
218 * |-- a (ino 257)
219 * |-- b (ino 258)
222 * |-- c (ino 259)
223 * | |-- d (ino 260)
225 * |-- c2 (ino 261)
230 * |-- a (ino 257)
231 * |-- b (ino 258)
232 * |-- c2 (ino 261)
233 * |-- d2 (ino 26
313 u64 ino; member in struct:pending_dir_move
320 u64 ino; member in struct:waiting_dir_move
333 u64 ino; member in struct:orphan_dir_info
925 get_inode_info(struct btrfs_root *root, u64 ino, struct btrfs_inode_info *info) argument
970 get_inode_gen(struct btrfs_root *root, u64 ino, u64 *gen) argument
1247 get_inode_path(struct btrfs_root *root, u64 ino, struct fs_path *path) argument
1342 iterate_backrefs(u64 ino, u64 offset, u64 num_bytes, u64 root_id, void *ctx_) argument
1560 skip_self_data_ref(u64 root, u64 ino, u64 offset, void *ctx) argument
1581 find_extent_clone(struct send_ctx *sctx, struct btrfs_path *path, u64 ino, u64 data_offset, u64 ino_size, struct clone_root **found) argument
1747 read_symlink(struct btrfs_root *root, u64 ino, struct fs_path *dest) argument
1819 gen_unique_name(struct send_ctx *sctx, u64 ino, u64 gen, struct fs_path *dest) argument
1895 get_cur_inode_state(struct send_ctx *sctx, u64 ino, u64 gen, u64 *send_gen, u64 *parent_gen) argument
1967 is_inode_existent(struct send_ctx *sctx, u64 ino, u64 gen, u64 *send_gen, u64 *parent_gen) argument
2028 get_first_ref(struct btrfs_root *root, u64 ino, u64 *dir, u64 *dir_gen, struct fs_path *name) argument
2094 is_first_ref(struct btrfs_root *root, u64 ino, u64 dir, const char *name, int name_len) argument
2194 did_overwrite_ref(struct send_ctx *sctx, u64 dir, u64 dir_gen, u64 ino, u64 ino_gen, const char *name, int name_len) argument
2265 did_overwrite_first_ref(struct send_ctx *sctx, u64 ino, u64 gen) argument
2291 name_cache_search(struct send_ctx *sctx, u64 ino, u64 gen) argument
2311 __get_cur_name_and_parent(struct send_ctx *sctx, u64 ino, u64 gen, u64 *parent_ino, u64 *parent_gen, struct fs_path *dest) argument
2446 get_cur_path(struct send_ctx *sctx, u64 ino, u64 gen, struct fs_path *dest) argument
2601 send_truncate(struct send_ctx *sctx, u64 ino, u64 gen, u64 size) argument
2631 send_chmod(struct send_ctx *sctx, u64 ino, u64 gen, u64 mode) argument
2661 send_fileattr(struct send_ctx *sctx, u64 ino, u64 gen, u64 fileattr) argument
2694 send_chown(struct send_ctx *sctx, u64 ino, u64 gen, u64 uid, u64 gid) argument
2726 send_utimes(struct send_ctx *sctx, u64 ino, u64 gen) argument
2846 send_create_inode(struct send_ctx *sctx, u64 ino) argument
3101 orphanize_inode(struct send_ctx *sctx, u64 ino, u64 gen, struct fs_path *path) argument
3332 is_waiting_for_move(struct send_ctx *sctx, u64 ino) argument
3339 add_waiting_dir_move(struct send_ctx *sctx, u64 ino, bool orphanized) argument
3372 get_waiting_dir_move(struct send_ctx *sctx, u64 ino) argument
3398 add_pending_dir_move(struct send_ctx *sctx, u64 ino, u64 ino_gen, u64 parent_ino, struct list_head *new_refs, struct list_head *deleted_refs, const bool is_orphan) argument
3484 path_loop(struct send_ctx *sctx, struct fs_path *name, u64 ino, u64 gen, u64 *ancestor_ino) argument
3863 u64 ino = ino2; local
3977 u64 ino = parent_ref->dir; local
[all...]
/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/nfs/
H A Dcallback_proc.c249 struct inode *ino; local
254 ino = nfs_layout_find_inode(clp, &args->cbl_fh, &args->cbl_stateid);
255 if (IS_ERR(ino)) {
256 if (ino == ERR_PTR(-EAGAIN))
261 pnfs_layoutcommit_inode(ino, false);
264 spin_lock(&ino->i_lock);
265 lo = NFS_I(ino)->layout;
267 spin_unlock(&ino->i_lock);
297 if (NFS_SERVER(ino)->pnfs_curr_ld->return_range) {
298 NFS_SERVER(ino)
[all...]
/linux-master/fs/nilfs2/
H A Dnamei.c57 ino_t ino; local
62 ino = nilfs_inode_by_name(dir, &dentry->d_name);
63 inode = ino ? nilfs_iget(dir->i_sb, NILFS_I(dir)->i_root, ino) : NULL;
278 "deleting nonexistent file (ino=%lu), %d",
443 unsigned long ino; local
446 ino = nilfs_inode_by_name(d_inode(child), &dotdot_name);
447 if (!ino)
452 return d_obtain_alias(nilfs_iget(child->d_sb, root, ino));
456 u64 ino, u3
455 nilfs_get_dentry(struct super_block *sb, u64 cno, u64 ino, u32 gen) argument
[all...]
/linux-master/tools/perf/util/
H A Ddsos.c23 if (a->ino > b->ino) return -1;
24 if (a->ino < b->ino) return 1;
48 return !id->maj && !id->min && !id->ino && !id->ino_generation;
55 dso->id.ino = id->ino;
/linux-master/kernel/
H A Daudit.h78 unsigned long ino; member in struct:audit_names
222 static inline int audit_hash_ino(u32 ino) argument
224 return (ino & (AUDIT_INODE_BUCKETS-1));
274 extern int audit_watch_compare(struct audit_watch *watch, unsigned long ino,
283 unsigned long ino, dev_t dev);
/linux-master/arch/sparc/kernel/
H A Dirq_64.c456 unsigned int ino = irq_data_to_sysino(data); local
459 err = sun4v_intr_settarget(ino, cpuid);
462 "err(%d)\n", ino, cpuid, err);
463 err = sun4v_intr_setstate(ino, HV_INTR_STATE_IDLE);
466 "err(%d)\n", ino, err);
467 err = sun4v_intr_setenabled(ino, HV_INTR_ENABLED);
470 ino, err);
477 unsigned int ino = irq_data_to_sysino(data); local
480 err = sun4v_intr_settarget(ino, cpuid);
483 "err(%d)\n", ino, cpui
490 unsigned int ino = irq_data_to_sysino(data); local
501 unsigned int ino = irq_data_to_sysino(data); local
618 int ino; local
[all...]
/linux-master/fs/f2fs/
H A Dcheckpoint.c516 static void __add_ino_entry(struct f2fs_sb_info *sbi, nid_t ino, argument
524 e = radix_tree_lookup(&im->ino_root, ino);
536 e = radix_tree_lookup(&im->ino_root, ino);
544 if (unlikely(radix_tree_insert(&im->ino_root, ino, e)))
548 e->ino = ino;
565 static void __remove_ino_entry(struct f2fs_sb_info *sbi, nid_t ino, int type) argument
571 e = radix_tree_lookup(&im->ino_root, ino);
574 radix_tree_delete(&im->ino_root, ino);
583 void f2fs_add_ino_entry(struct f2fs_sb_info *sbi, nid_t ino, in argument
589 f2fs_remove_ino_entry(struct f2fs_sb_info *sbi, nid_t ino, int type) argument
596 f2fs_exist_written_data(struct f2fs_sb_info *sbi, nid_t ino, int mode) argument
626 f2fs_set_dirty_device(struct f2fs_sb_info *sbi, nid_t ino, unsigned int devidx, int type) argument
632 f2fs_is_dirty_device(struct f2fs_sb_info *sbi, nid_t ino, unsigned int devidx, int type) argument
685 f2fs_remove_orphan_inode(struct f2fs_sb_info *sbi, nid_t ino) argument
691 recover_orphan_inode(struct f2fs_sb_info *sbi, nid_t ino) argument
769 nid_t ino = le32_to_cpu(orphan_blk->ino[j]); local
1089 unsigned long ino = 0; local
[all...]
/linux-master/fs/ubifs/
H A Dsb.c81 struct ubifs_ino_node *ino; local
167 ino = kzalloc(ALIGN(UBIFS_INO_NODE_SZ, c->min_io_size), GFP_KERNEL);
170 if (!sup || !mst || !idx || !ino || !cs) {
292 ino_key_init_flash(c, &ino->key, UBIFS_ROOT_INO);
293 ino->ch.node_type = UBIFS_INO_NODE;
294 ino->creat_sqnum = cpu_to_le64(++c->max_sqnum);
295 ino->nlink = cpu_to_le32(2);
299 ino->atime_sec = tmp_le64;
300 ino->ctime_sec = tmp_le64;
301 ino
[all...]
/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);

Completed in 418 milliseconds

1234567891011>>