Searched refs:ino (Results 201 - 225 of 418) sorted by relevance

1234567891011>>

/linux-master/include/linux/
H A Df2fs_fs.h223 __le32 ino[F2FS_ORPHANS_PER_BLOCK]; /* inode numbers */ member in struct:f2fs_orphan_block
249 __le32 ino; /* inode number */ member in struct:node_footer
376 __le32 ino; /* inode number */ member in struct:f2fs_nat_entry
584 __le32 ino; /* inode number */ member in struct:f2fs_dir_entry
/linux-master/fs/ceph/
H A Dmds_client.h157 u64 ino; member in struct:ceph_mds_reply_info_parsed::__anon27::__anon29
393 u64 ino; member in struct:ceph_quotarealm_inode
401 u64 ino; member in struct:cap_wait
625 extern int ceph_restore_deleg_ino(struct ceph_mds_session *session, u64 ino);
H A Ddebugfs.c96 seq_printf(s, " #%llx/%s", req->r_ino1.ino,
99 seq_printf(s, " #%llx", req->r_ino1.ino);
116 if (req->r_ino2.ino)
117 seq_printf(s, " #%llx/%s", req->r_ino2.ino,
282 seq_printf(s, "ino mds issued implemented\n");
302 seq_printf(s, "tgid ino need want\n");
307 seq_printf(s, "%-13d0x%-17llx%-17s%-17s\n", cw->tgid, cw->ino,
/linux-master/fs/xfs/scrub/
H A Ddir.c69 xfs_ino_t ino,
85 if (!xfs_verify_dir_ino(mp, ino)) {
98 if (ino != dp->i_ino)
105 if (dp->i_ino == mp->m_sb.sb_rootino && ino != dp->i_ino)
116 if (lookup_ino != ino) {
130 error = xchk_iget(sc, ino, &ip);
163 xfs_ino_t ino; local
241 ino = be64_to_cpu(dent->inumber);
244 if (!xfs_verify_dir_ino(mp, ino) || tag != off)
64 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
/linux-master/fs/ntfs3/
H A Dinode.c38 unsigned long ino = inode->i_ino; local
54 err = mi_init(&ni->mi, sbi, ino);
58 if (!sbi->mft.ni && ino == MFT_REC_MFT && !sb->s_root) {
70 err = mi_read(&ni->mi, ino == MFT_REC_MFT);
81 ntfs_err(sb, "MFT: r=%lx, expect seq=%x instead of %x!", ino,
86 ntfs_err(sb, "Inode r=%x is not in use!", (u32)ino);
105 if (is_dir && ino == MFT_REC_MFT) {
129 if (ino != MFT_REC_MFT || attr->type != ATTR_DATA)
187 if (attr->name_len || le || ino == MFT_REC_LOG)
221 if (ino
1229 CLST ino = 0; local
[all...]
/linux-master/fs/f2fs/
H A Dnode.c411 bool f2fs_need_inode_block_update(struct f2fs_sb_info *sbi, nid_t ino) argument
418 e = __lookup_nat_cache(nm_i, ino);
447 f2fs_bug_on(sbi, nat_get_ino(e) != le32_to_cpu(ne->ino) ||
505 if (ni->nid != ni->ino)
506 e = __lookup_nat_cache(nm_i, ni->ino);
508 if (fsync_done && ni->nid == ni->ino)
567 ni->ino = nat_get_ino(e);
951 f2fs_err(sbi, "incorrect node reference, ino: %lu, nid: %u, ino_of_node: %u",
1272 "f2fs_remove_inode_page: inconsistent i_blocks, ino:%lu, iblocks:%llu",
1328 new_ni.ino
1503 flush_inline_data(struct f2fs_sb_info *sbi, nid_t ino) argument
1539 last_fsync_dnode(struct f2fs_sb_info *sbi, nid_t ino) argument
1762 nid_t ino = inode->i_ino; local
1873 f2fs_match_ino(struct inode *inode, unsigned long ino, void *data) argument
1901 nid_t ino = ino_of_node(page); local
2775 nid_t ino = ino_of_node(page); local
[all...]
H A Dinline.c131 .ino = dn->inode->i_ino,
161 f2fs_warn(fio.sbi, "%s: corrupted inline inode ino=%lx, i_addr[0]:0x%x, run fsck to fix.",
413 f2fs_warn(F2FS_P_SB(page), "%s: corrupted inline inode ino=%lx, i_addr[0]:0x%x, run fsck to fix.",
475 nid_t ino; local
499 ino = le32_to_cpu(de->ino);
502 err = f2fs_add_regular_entry(dir, &fname, NULL, ino, fake_mode);
616 struct inode *inode, nid_t ino, umode_t mode)
655 f2fs_update_dentry(ino, mode, &d, &fname->disk_name, fname->hash,
615 f2fs_add_inline_entry(struct inode *dir, const struct f2fs_filename *fname, struct inode *inode, nid_t ino, umode_t mode) argument
/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 Dos-linux.h116 int jffs2_flash_writev(struct jffs2_sb_info *c, const struct kvec *vecs, unsigned long count, loff_t to, size_t *retlen, uint32_t ino);
125 int jffs2_flush_wbuf_gc(struct jffs2_sb_info *c, uint32_t ino);
H A Dfs.c46 jffs2_dbg(1, "%s(): ino #%lu\n", __func__, inode->i_ino);
101 ri->ino = cpu_to_je32(inode->i_ino);
246 jffs2_dbg(1, "%s(): ino #%lu mode %o\n",
253 struct inode *jffs2_iget(struct super_block *sb, unsigned long ino) argument
263 jffs2_dbg(1, "%s(): ino == %lu\n", __func__, ino);
265 inode = iget_locked(sb, ino);
306 if (fd->type == DT_DIR && fd->ino)
354 pr_warn("%s(): Bogus i_mode %o for ino %lu\n",
377 jffs2_dbg(2, "%s(): not calling setattr() for ino #
[all...]
/linux-master/fs/ubifs/
H A Dscan.c185 struct ubifs_ino_node *ino = buf; local
207 key_read(c, &ino->key, &snod->key);
H A Dorphan.c92 dbg_gen("ino %lu", (unsigned long)inum);
132 dbg_gen("deleted twice ino %lu", (unsigned long)orph->inum);
140 dbg_gen("delete later ino %lu", (unsigned long)orph->inum);
216 ubifs_err(c, "missing orphan ino %lu", (unsigned long)inum);
524 dbg_gen("deleting orphan ino %lu", (unsigned long)orphan->inum);
613 dbg_mnt("ino %lu, new %d, tot %d", (unsigned long)inum,
636 struct ubifs_ino_node *ino = NULL; local
641 ino = kmalloc(UBIFS_MAX_INO_NODE_SZ, GFP_NOFS);
642 if (!ino)
699 err = ubifs_tnc_lookup(c, &key1, ino);
[all...]
H A Dreplay.c184 ino_t ino; local
194 ino = key_inum(c, &r->key);
196 data_key_init(c, &min_key, ino, min_blk);
197 data_key_init(c, &max_key, ino, max_blk);
741 struct ubifs_ino_node *ino = snod->node; local
742 loff_t new_size = le64_to_cpu(ino->size);
744 if (le32_to_cpu(ino->nlink) == 0)
/linux-master/fs/xfs/libxfs/
H A Dxfs_dir2_priv.h164 void xfs_dir2_sf_put_parent_ino(struct xfs_dir2_sf_hdr *hdr, xfs_ino_t ino);
183 struct xfs_dir2_sf_entry *sfep, xfs_ino_t ino);
H A Dxfs_dir2.h61 struct xfs_name *name, xfs_ino_t ino,
102 extern int xfs_dir_ino_validate(struct xfs_mount *mp, xfs_ino_t ino);
H A Dxfs_dir2.c216 xfs_ino_t ino)
218 bool ino_ok = xfs_verify_dir_ino(mp, ino);
223 (unsigned long long) ino);
435 xfs_ino_t ino,
454 args->inumber = ino;
214 xfs_dir_ino_validate( xfs_mount_t *mp, xfs_ino_t ino) argument
431 xfs_dir_removename( struct xfs_trans *tp, struct xfs_inode *dp, struct xfs_name *name, xfs_ino_t ino, xfs_extlen_t total) argument
/linux-master/fs/btrfs/
H A Ddelayed-ref.h224 u64 ino; member in struct:btrfs_data_ref
325 void btrfs_init_data_ref(struct btrfs_ref *generic_ref, u64 ref_root, u64 ino,
/linux-master/fs/nfsd/
H A Dxdr3.h305 loff_t offset, u64 ino, unsigned int d_type);
307 loff_t offset, u64 ino, unsigned int d_type);
H A Dnfsxdr.c261 *p++ = cpu_to_be32((u32)stat->ino);
576 int namlen, loff_t offset, u64 ino)
584 if (xdr_stream_encode_u32(xdr, (u32)ino) < 0)
603 * @ino: the fileid of this entry
616 loff_t offset, u64 ino, unsigned int d_type)
627 if (!svcxdr_encode_entry_common(resp, name, namlen, offset, ino))
575 svcxdr_encode_entry_common(struct nfsd_readdirres *resp, const char *name, int namlen, loff_t offset, u64 ino) argument
615 nfssvc_encode_entry(void *data, const char *name, int namlen, loff_t offset, u64 ino, unsigned int d_type) argument
/linux-master/fs/smb/client/
H A Dreaddir.c487 u64 ino; member in struct:cifs_dirent
504 de->ino = le64_to_cpu(info->Inode);
516 de->ino = le64_to_cpu(info->basic.UniqueId);
541 de->ino = le64_to_cpu(info->UniqueId);
899 ino_t ino = cifs_uniqueid_to_ino_t(fattr->cf_uniqueid); local
901 rc = dir_emit(ctx, name, namelen, ino, fattr->cf_dtype);
989 if (de.ino && (cifs_sb->mnt_cifs_flags & CIFS_MOUNT_SERVER_INUM)) {
990 fattr.cf_uniqueid = de.ino;
/linux-master/fs/
H A Dnsfs.c172 * ns_match() - Returns true if current namespace matches dev/ino provided.
175 * @ino: ino_t from nsfs that will be matched against current nsfs
177 * Return: true if dev and ino matches the current nsfs.
179 bool ns_match(const struct ns_common *ns, dev_t dev, ino_t ino) argument
181 return (ns->inum == ino) && (nsfs_mnt->mnt_sb->s_dev == dev);
/linux-master/fs/cachefiles/
H A Dio.c391 ino_t ino = file ? file_inode(file)->i_ino : 0; local
417 ino = file_inode(file)->i_ino;
487 trace_cachefiles_prep_read(object, start, len, *_flags, ret, why, ino, netfs_ino);
510 unsigned long *_flags, ino_t ino)
512 return cachefiles_do_prepare_read(cres, start, _len, i_size, _flags, ino);
508 cachefiles_prepare_ondemand_read(struct netfs_cache_resources *cres, loff_t start, size_t *_len, loff_t i_size, unsigned long *_flags, ino_t ino) argument
/linux-master/security/selinux/
H A Dselinuxfs.c204 ino_t ino = file_inode(filp)->i_ino; local
205 int handle_unknown = (ino == SEL_REJECT_UNKNOWN) ?
336 unsigned long *ino);
340 unsigned long *ino);
822 ino_t ino = file_inode(file)->i_ino; local
826 if (ino >= ARRAY_SIZE(write_op) || !write_op[ino])
833 rv = write_op[ino](file, data, size);
1703 static inline u16 sel_ino_to_class(unsigned long ino) argument
1705 return (ino
1713 sel_ino_to_perm(unsigned long ino) argument
1721 unsigned long ino = file_inode(file)->i_ino; local
1735 unsigned long ino = file_inode(file)->i_ino; local
1905 sel_make_dir(struct dentry *dir, const char *name, unsigned long *ino) argument
1942 sel_make_swapover_dir(struct super_block *sb, unsigned long *ino) argument
[all...]
/linux-master/fs/zonefs/
H A Dsuper.c631 ino_t ino; local
643 ino = z->z_sector >> sbi->s_zone_sectors_shift;
644 inode = iget_locked(sb, ino);
652 inode->i_ino = ino;
680 ino_t ino = bdev_nr_zones(sb->s_bdev) + ztype + 1; local
682 inode = iget_locked(sb, ino);
688 inode->i_ino = ino;
792 ino_t ino; local
812 ino = z->z_sector >> sbi->s_zone_sectors_shift;
814 if (!dir_emit(ctx, fname, fname_len, ino, DT_RE
[all...]
/linux-master/fs/nilfs2/
H A Drecovery.c37 ino_t ino; /* member in struct:nilfs_recovery_block
312 ino_t ino; local
335 ino = le64_to_cpu(finfo->fi_ino);
354 rb->ino = ino;
506 inode = nilfs_iget(sb, root, rb->ino);
548 "error %d recovering data block (ino=%lu, block-offset=%llu)",
549 err, (unsigned long)rb->ino,

Completed in 243 milliseconds

1234567891011>>