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

1234567891011>>

/linux-master/fs/udf/
H A Dudfdecl.h145 struct kernel_lb_addr *ino)
147 return __udf_iget(sb, ino, true);
150 struct kernel_lb_addr *ino)
152 return __udf_iget(sb, ino, false);
144 udf_iget_special(struct super_block *sb, struct kernel_lb_addr *ino) argument
149 udf_iget(struct super_block *sb, struct kernel_lb_addr *ino) argument
/linux-master/fs/sysv/
H A Dnamei.c34 ino_t ino; local
38 ino = sysv_inode_by_name(dentry);
39 if (ino)
40 inode = sysv_iget(dir->i_sb, ino);
/linux-master/fs/jffs2/
H A Ddir.c83 uint32_t ino = 0; local
109 ino = fd->ino;
111 if (ino) {
112 inode = jffs2_iget(dir_i->i_sb, ino);
114 pr_warn("iget() failed for ino #%u\n", ino);
140 jffs2_dbg(2, "Skipping dirent: \"%s\", ino #%u, type %d, because curofs %ld < offset %ld\n",
141 fd->name, fd->ino, fd->type, curofs, (unsigned long)ctx->pos);
144 if (!fd->ino) {
[all...]
/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.c1537 u64 ino = btrfs_ino(inode); local
1539 key.objectid = ino;
1555 if (key.objectid != ino ||
1602 u64 ino = btrfs_ino(BTRFS_I(inode)); local
1633 ino, 1);
1637 ret = btrfs_insert_orphan_item(trans, root, ino);
2176 const u64 ino)
2188 search_key.objectid = ino;
2205 if (key.objectid != ino || key.type != BTRFS_XATTR_ITEM_KEY) {
2227 log_di = btrfs_lookup_xattr(NULL, log, log_path, ino,
2172 replay_xattr_deletes(struct btrfs_trans_handle *trans, struct btrfs_root *root, struct btrfs_root *log, struct btrfs_path *path, const u64 ino) argument
3702 const u64 ino = btrfs_ino(inode); local
3821 u64 ino = btrfs_ino(inode); local
4000 const u64 ino = btrfs_ino(inode); local
4778 const u64 ino = btrfs_ino(inode); local
5060 const u64 ino = btrfs_ino(inode); local
5137 const u64 ino = btrfs_ino(inode); local
5396 u64 ino; member in struct:btrfs_dir_list
5445 u64 ino = btrfs_ino(start_inode); local
5585 u64 ino; member in struct:btrfs_ino_list
5601 conflicting_inode_is_dir(struct btrfs_root *root, u64 ino, struct btrfs_path *path) argument
5638 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
5779 u64 ino; local
6052 const u64 ino = btrfs_ino(inode); local
6144 const u64 ino = btrfs_ino(inode); local
6194 const u64 ino = btrfs_ino(inode); local
6406 u64 ino = btrfs_ino(inode); local
6737 const u64 ino = btrfs_ino(inode); local
6865 u64 ino; local
6959 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
/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,
112 buf->bs_ino = ino;
182 bc->breq->startino = ino + 1;
241 xfs_ino_t ino,
247 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
238 xfs_bulkstat_iwalk( struct xfs_mount *mp, struct xfs_trans *tp, xfs_ino_t ino, void *data) argument
/linux-master/include/linux/
H A Dstat.h41 u64 ino; member in struct:kstat
/linux-master/fs/xfs/scrub/
H A Discan.h98 bool xchk_iscan_want_live_update(struct xchk_iscan *iscan, xfs_ino_t ino);
H A Ddir.c56 xfs_ino_t ino; member in struct:xchk_dirent
182 .ino = ip->i_ino,
219 xfs_ino_t ino,
236 if (!xfs_verify_dir_ino(mp, ino)) {
249 if (ino != dp->i_ino)
256 if (dp->i_ino == mp->m_sb.sb_rootino && ino != dp->i_ino)
267 if (lookup_ino != ino) {
281 error = xchk_iget(sc, ino, &ip);
322 xfs_ino_t ino; local
400 ino
214 xchk_dir_actor( struct xfs_scrub *sc, struct xfs_inode *dp, xfs_dir2_dataptr_t dapos, const struct xfs_name *name, xfs_ino_t ino, void *priv) argument
922 xchk_dir_revalidate_dirent( struct xchk_dir *sd, const struct xfs_name *xname, xfs_ino_t ino) argument
[all...]
H A Dfindparent.c100 xfs_ino_t ino,
109 if (ino != fpi->sc->ip->i_ino)
339 xfs_ino_t ino)
341 xrep_findparent_scan_found(pscan, ino);
347 * pointing to the child @sc->ip->ino. This function returns one of several
95 xrep_findparent_dirent( struct xfs_scrub *sc, struct xfs_inode *dp, xfs_dir2_dataptr_t dapos, const struct xfs_name *name, xfs_ino_t ino, void *priv) argument
337 xrep_findparent_scan_finish_early( struct xrep_parent_scan_info *pscan, xfs_ino_t ino) argument
H A Dcommon.h25 void xchk_ino_set_preen(struct xfs_scrub *sc, xfs_ino_t ino);
30 void xchk_ino_set_corrupt(struct xfs_scrub *sc, xfs_ino_t ino);
41 xfs_ino_t ino);
45 void xchk_ino_set_warning(struct xfs_scrub *sc, xfs_ino_t ino);
/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/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/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/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/fs/tracefs/
H A Devent_inode.c52 if (!ei->ino) {
53 ei->ino = get_next_ino();
55 if (ei->ino == EVENTFS_FILE_INODE_INO)
56 ei->ino = get_next_ino();
59 return ei->ino;
589 int ino; local
636 ino = EVENTFS_FILE_INODE_INO;
638 if (!dir_emit(ctx, name, strlen(name), ino, DT_REG))
660 ino = eventfs_dir_ino(ei_child);
662 if (!dir_emit(ctx, name, strlen(name), ino, DT_DI
[all...]
/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/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...]
/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...]
/linux-master/fs/overlayfs/
H A Dinode.c122 if (likely(!(stat->ino >> xinoshift))) {
123 stat->ino |= ((u64)fsid) << (xinoshift + 1);
127 pr_warn_ratelimited("inode number too big (%pd2, ino=%llu, xinobits=%d)\n",
128 dentry, stat->ino, xinobits);
144 stat->ino = dentry->d_inode->i_ino;
222 stat->ino = lowerstat.ino;
847 static void ovl_map_ino(struct inode *inode, unsigned long ino, int fsid) argument
860 inode->i_ino = ino;
863 } else if (xinobits && likely(!(ino >> xinoshif
886 ovl_inode_init(struct inode *inode, struct ovl_inode_params *oip, unsigned long ino, int fsid) argument
1222 unsigned long ino = 0; local
[all...]

Completed in 187 milliseconds

1234567891011>>