Searched refs:ino (Results 126 - 150 of 418) sorted by relevance

1234567891011>>

/linux-master/mm/
H A Dshrinker_debug.c109 unsigned long nr_to_scan = 0, ino, read_len; local
122 if (sscanf(kbuf, "%lu %d %lu", &ino, &nid, &nr_to_scan) != 3)
132 memcg = mem_cgroup_get_from_ino(ino);
140 } else if (ino != 0) {
/linux-master/fs/minix/
H A Dnamei.c25 ino_t ino; local
30 ino = minix_inode_by_name(dentry);
31 if (ino)
32 inode = minix_iget(dir->i_sb, ino);
/linux-master/fs/btrfs/
H A Dbio.h109 int btrfs_repair_io_failure(struct btrfs_fs_info *fs_info, u64 ino, u64 start,
H A Dtree-log.c1535 u64 ino = btrfs_ino(inode); local
1537 key.objectid = ino;
1553 if (key.objectid != ino ||
1600 u64 ino = btrfs_ino(BTRFS_I(inode)); local
1631 ino, 1);
1635 ret = btrfs_insert_orphan_item(trans, root, ino);
2174 const u64 ino)
2186 search_key.objectid = ino;
2203 if (key.objectid != ino || key.type != BTRFS_XATTR_ITEM_KEY) {
2225 log_di = btrfs_lookup_xattr(NULL, log, log_path, ino,
2170 replay_xattr_deletes(struct btrfs_trans_handle *trans, struct btrfs_root *root, struct btrfs_root *log, struct btrfs_path *path, const u64 ino) argument
3700 const u64 ino = btrfs_ino(inode); local
3819 u64 ino = btrfs_ino(inode); local
3998 const u64 ino = btrfs_ino(inode); local
4774 const u64 ino = btrfs_ino(inode); local
5051 const u64 ino = btrfs_ino(inode); local
5128 const u64 ino = btrfs_ino(inode); local
5387 u64 ino; member in struct:btrfs_dir_list
5436 u64 ino = btrfs_ino(start_inode); local
5576 u64 ino; member in struct:btrfs_ino_list
5592 conflicting_inode_is_dir(struct btrfs_root *root, u64 ino, struct btrfs_path *path) argument
5629 add_conflicting_inode(struct btrfs_trans_handle *trans, struct btrfs_root *root, struct btrfs_path *path, u64 ino, u64 parent, struct btrfs_log_ctx *ctx) argument
5770 u64 ino; local
6043 const u64 ino = btrfs_ino(inode); local
6135 const u64 ino = btrfs_ino(inode); local
6185 const u64 ino = btrfs_ino(inode); local
6397 u64 ino = btrfs_ino(inode); local
6728 const u64 ino = btrfs_ino(inode); local
6856 u64 ino; local
6950 const u64 ino = btrfs_ino(inode); local
[all...]
/linux-master/fs/xfs/libxfs/
H A Dxfs_rmap.h14 xfs_ino_t ino,
17 oi->oi_owner = ino;
27 xfs_ino_t ino,
31 oi->oi_owner = ino;
12 xfs_rmap_ino_bmbt_owner( struct xfs_owner_info *oi, xfs_ino_t ino, int whichfork) argument
25 xfs_rmap_ino_owner( struct xfs_owner_info *oi, xfs_ino_t ino, int whichfork, xfs_fileoff_t offset) argument
H A Dxfs_attr_remote.c70 xfs_ino_t ino,
83 if (ino != be64_to_cpu(rmt->rm_owner))
243 xfs_ino_t ino,
257 rmt->rm_owner = cpu_to_be64(ino);
288 xfs_ino_t ino = dp->i_ino; local
302 if (xfs_attr3_rmt_hdr_ok(src, ino, *offset,
306 bno, *offset, byte_cnt, ino);
332 xfs_ino_t ino,
349 hdr_size = xfs_attr3_rmt_hdr_set(mp, dst, ino, *offset,
68 xfs_attr3_rmt_hdr_ok( void *ptr, xfs_ino_t ino, uint32_t offset, uint32_t size, xfs_daddr_t bno) argument
240 xfs_attr3_rmt_hdr_set( struct xfs_mount *mp, void *ptr, xfs_ino_t ino, uint32_t offset, uint32_t size, xfs_daddr_t bno) argument
329 xfs_attr_rmtval_copyin( struct xfs_mount *mp, struct xfs_buf *bp, xfs_ino_t ino, int *offset, int *valuelen, uint8_t **src) argument
/linux-master/fs/xfs/scrub/
H A Dcommon.h50 void xchk_ino_set_preen(struct xfs_scrub *sc, xfs_ino_t ino);
55 void xchk_ino_set_corrupt(struct xfs_scrub *sc, xfs_ino_t ino);
66 xfs_ino_t ino);
70 void xchk_ino_set_warning(struct xfs_scrub *sc, xfs_ino_t ino);
/linux-master/fs/xfs/
H A Dxfs_filestream.c352 xfs_ino_t ino = 0; local
359 ino = pip->i_ino;
360 error = xfs_filestream_lookup_association(ap, args, ino,
371 error = xfs_filestream_create_association(ap, args, ino, longest);
H A Dxfs_itable.c60 xfs_ino_t ino,
72 if (xfs_internal_inum(mp, ino))
75 error = xfs_iget(mp, tp, ino,
104 buf->bs_ino = ino;
174 bc->breq->startino = ino + 1;
233 xfs_ino_t ino,
239 error = xfs_bulkstat_one_int(mp, bc->breq->idmap, tp, ino, data);
56 xfs_bulkstat_one_int( struct xfs_mount *mp, struct mnt_idmap *idmap, struct xfs_trans *tp, xfs_ino_t ino, struct xfs_bstat_chunk *bc) argument
230 xfs_bulkstat_iwalk( struct xfs_mount *mp, struct xfs_trans *tp, xfs_ino_t ino, void *data) argument
/linux-master/fs/ext2/
H A Dnamei.c59 ino_t ino; local
65 res = ext2_inode_by_name(dir, &dentry->d_name, &ino);
71 inode = ext2_iget(dir->i_sb, ino);
75 (unsigned long) ino);
84 ino_t ino; local
87 res = ext2_inode_by_name(d_inode(child), &dotdot_name, &ino);
91 return d_obtain_alias(ext2_iget(child->d_sb, ino));
/linux-master/fs/openpromfs/
H A Dinode.c43 static struct inode *openprom_iget(struct super_block *sb, ino_t ino);
190 unsigned int ino; local
211 ino = child->unique_id;
224 ino = prop->unique_id;
235 inode = openprom_iget(dir->i_sb, ino);
350 static struct inode *openprom_iget(struct super_block *sb, ino_t ino) argument
352 struct inode *inode = iget_locked(sb, ino);
/linux-master/fs/exportfs/
H A Dexpfs.c242 u64 ino; /* the inum we are looking for */ member in struct:getdents_callback
252 loff_t pos, u64 ino, unsigned int d_type)
258 if (buf->ino == ino && len <= NAME_MAX && !is_dot_dotdot(name, len)) {
299 * inode->i_ino is unsigned long, kstat->ino is u64, so the
308 buffer.ino = stat.ino;
348 * exportfs_encode_ino64_fid - encode non-decodeable 64bit ino file id
364 fid->i64.ino = inode->i_ino;
251 filldir_one(struct dir_context *ctx, const char *name, int len, loff_t pos, u64 ino, unsigned int d_type) argument
/linux-master/fs/ntfs3/
H A Ddir.c280 unsigned long ino; local
292 ino = ino_get(&e->ref);
294 if (ino == MFT_REC_ROOT)
298 if (!sbi->options->showmeta && ntfs_is_meta_file(sbi, ino))
308 ino);
330 ino != ni->mi.rno) {
338 return !dir_emit(ctx, (s8 *)name, name_len, ino, dt_type);
/linux-master/drivers/isdn/mISDN/
H A Dtimerdev.c44 mISDN_open(struct inode *ino, struct file *filep) argument
49 printk(KERN_DEBUG "%s(%p,%p)\n", __func__, ino, filep);
60 return nonseekable_open(ino, filep);
64 mISDN_close(struct inode *ino, struct file *filep) argument
71 printk(KERN_DEBUG "%s(%p,%p)\n", __func__, ino, filep);
/linux-master/net/unix/
H A Ddiag.c46 int ino; local
51 ino = sock_i_ino(peer);
55 return nla_put_u32(nlskb, UNIX_DIAG_PEER, ino);
239 static struct sock *unix_lookup_by_ino(struct net *net, unsigned int ino) argument
247 if (ino == sock_i_ino(sk)) {
/linux-master/fs/overlayfs/
H A Dinode.c123 if (likely(!(stat->ino >> xinoshift))) {
124 stat->ino |= ((u64)fsid) << (xinoshift + 1);
128 pr_warn_ratelimited("inode number too big (%pd2, ino=%llu, xinobits=%d)\n",
129 dentry, stat->ino, xinobits);
145 stat->ino = dentry->d_inode->i_ino;
223 stat->ino = lowerstat.ino;
848 static void ovl_map_ino(struct inode *inode, unsigned long ino, int fsid) argument
861 inode->i_ino = ino;
864 } else if (xinobits && likely(!(ino >> xinoshif
887 ovl_inode_init(struct inode *inode, struct ovl_inode_params *oip, unsigned long ino, int fsid) argument
1223 unsigned long ino = 0; local
[all...]
/linux-master/fs/
H A Dstat.c53 stat->ino = inode->i_ino;
332 tmp.st_ino = stat->ino;
333 if (sizeof(tmp.st_ino) < sizeof(stat->ino) && tmp.st_ino != stat->ino)
413 tmp.st_ino = stat->ino;
414 if (sizeof(tmp.st_ino) < sizeof(stat->ino) && tmp.st_ino != stat->ino)
556 tmp.st_ino = stat->ino;
557 if (sizeof(tmp.st_ino) < sizeof(stat->ino) && tmp.st_ino != stat->ino)
[all...]
H A Dinode.c563 unsigned long ino; local
581 get_kernel_nofault(ino, &host->i_ino)) {
587 pr_warn("aops:%ps ino:%lx\n", a_ops, ino);
594 pr_warn("aops:%ps ino:%lx invalid dentry:%px\n",
595 a_ops, ino, dentry_ptr);
603 pr_warn("aops:%ps ino:%lx dentry name:\"%pd\"\n", a_ops, ino, &dentry);
927 struct hlist_head *head, unsigned long ino)
933 if (inode->i_ino != ino)
926 find_inode_fast(struct super_block *sb, struct hlist_head *head, unsigned long ino) argument
1261 iget_locked(struct super_block *sb, unsigned long ino) argument
1329 test_inode_iunique(struct super_block *sb, unsigned long ino) argument
1471 ilookup(struct super_block *sb, unsigned long ino) argument
1602 find_inode_by_ino_rcu(struct super_block *sb, unsigned long ino) argument
1624 ino_t ino = inode->i_ino; local
[all...]
/linux-master/fs/f2fs/
H A Ddir.c440 res = le32_to_cpu(de->ino);
454 de->ino = cpu_to_le32(inode->i_ino);
656 void f2fs_update_dentry(nid_t ino, umode_t mode, struct f2fs_dentry_ptr *d, argument
668 de->ino = cpu_to_le32(ino);
679 struct inode *inode, nid_t ino, umode_t mode)
748 f2fs_update_dentry(ino, mode, &d, &fname->disk_name, fname->hash,
774 struct inode *inode, nid_t ino, umode_t mode)
784 err = f2fs_add_inline_entry(dir, fname, inode, ino, mode);
788 err = f2fs_add_regular_entry(dir, fname, inode, ino, mod
678 f2fs_add_regular_entry(struct inode *dir, const struct f2fs_filename *fname, struct inode *inode, nid_t ino, umode_t mode) argument
773 f2fs_add_dentry(struct inode *dir, const struct f2fs_filename *fname, struct inode *inode, nid_t ino, umode_t mode) argument
798 f2fs_do_add_link(struct inode *dir, const struct qstr *name, struct inode *inode, nid_t ino, umode_t mode) argument
[all...]
H A Drecovery.c67 nid_t ino)
72 if (entry->inode->i_ino == ino)
79 struct list_head *head, nid_t ino, bool quota_inode)
85 inode = f2fs_iget_retry(sbi->sb, ino);
198 if (de && inode->i_ino == le32_to_cpu(de->ino))
202 einode = f2fs_iget_retry(inode->i_sb, le32_to_cpu(de->ino));
242 f2fs_notice(F2FS_I_SB(inode), "%s: ino = %x, name = %s, dir = %lx, err = %d",
345 f2fs_notice(F2FS_I_SB(inode), "recover_inode: ino = %x, name = %s, inline = %x",
504 nid_t ino, nid; local
537 f2fs_err(sbi, "Inconsistent ofs_in_node:%u in summary, ino
66 get_fsync_inode(struct list_head *head, nid_t ino) argument
78 add_fsync_inode(struct f2fs_sb_info *sbi, struct list_head *head, nid_t ino, bool quota_inode) argument
[all...]
/linux-master/fs/jffs2/
H A Dwbuf.c42 uint32_t ino; member in struct:jffs2_inodirty
48 static int jffs2_wbuf_pending_for_ino(struct jffs2_sb_info *c, uint32_t ino) argument
56 /* If ino == 0, _any_ non-GC writes mean 'yes' */
57 if (this && !ino)
62 if (this->ino == ino)
85 static void jffs2_wbuf_dirties_inode(struct jffs2_sb_info *c, uint32_t ino) argument
92 if (jffs2_wbuf_pending_for_ino(c, ino))
102 new->ino = ino;
702 jffs2_flush_wbuf_gc(struct jffs2_sb_info *c, uint32_t ino) argument
794 jffs2_flash_writev(struct jffs2_sb_info *c, const struct kvec *invecs, unsigned long count, loff_t to, size_t *retlen, uint32_t ino) argument
[all...]
H A Dsummary.c82 je32_to_cpu(item->d.ino));
124 temp->inode = ri->ino;
147 temp->ino = rd->ino;
272 temp->inode = node->i.ino;
293 temp->ino = node->d.ino;
392 int i, ino; local
412 ino = je32_to_cpu(spi->inode);
418 ic = jffs2_scan_make_ino_cache(c, ino);
[all...]
H A Dscan.c419 * ref->ino is used to store 32bit inode-number, ic is not used
425 ref->ino = je32_to_cpu(rr->ino);
437 dbg_xattr("scan xref at %#08x (xid=%u, ino=%u)\n",
438 ofs, ref->xid, ref->ino);
965 struct jffs2_inode_cache *jffs2_scan_make_ino_cache(struct jffs2_sb_info *c, uint32_t ino) argument
969 ic = jffs2_get_ino_cache(c, ino);
973 if (ino > c->highest_ino)
974 c->highest_ino = ino;
983 ic->ino
995 uint32_t crc, ino = je32_to_cpu(ri->ino); local
[all...]
/linux-master/fs/omfs/
H A Ddir.c306 ino_t ino = be64_to_cpu(oi->i_head.h_self); local
308 inode = omfs_iget(dir->i_sb, ino);
320 u64 ino = be64_to_cpu(header->h_self); local
321 is_bad = ((ino != fsblock) || (ino < sbi->s_root_ino) ||
322 (ino > sbi->s_num_blocks));
/linux-master/usr/
H A Dgen_init_cpio.c28 static unsigned int ino = 721; variable
86 0, /* ino */
118 ino++, /* ino */
167 ino++, /* ino */
261 ino++, /* ino */
392 ino, /* ino */
[all...]

Completed in 194 milliseconds

1234567891011>>