Searched refs:ino (Results 151 - 175 of 418) sorted by last modified time

1234567891011>>

/linux-master/fs/xfs/libxfs/
H A Dxfs_ialloc.c33 * Lookup a record by ino in the btree given by cur.
38 xfs_agino_t ino, /* starting inode of chunk */
42 cur->bc_rec.i.ir_startino = ino;
310 xfs_ino_t ino = 0; local
341 ino = XFS_AGINO_TO_INO(mp, agno, XFS_AGB_TO_AGINO(mp, agbno));
382 free->di_ino = cpu_to_be64(ino);
383 ino++;
917 "invalid sparse inode record: ino 0x%llx holemask 0x%x count %u",
1077 xfs_ino_t ino; local
1311 ino
36 xfs_inobt_lookup( struct xfs_btree_cur *cur, xfs_agino_t ino, xfs_lookup_t dir, int *stat) argument
1547 xfs_ino_t ino; local
1764 xfs_ino_t ino; local
1831 xfs_ino_t ino = NULLFSINO; local
2382 xfs_imap( struct xfs_perag *pag, struct xfs_trans *tp, xfs_ino_t ino, struct xfs_imap *imap, uint flags) argument
[all...]
H A Dxfs_fs.h457 uint64_t ino; /* I/O: start with this inode */ member in struct:xfs_bulk_ireq
466 * Only return results from the specified @agno. If @ino is zero, start
472 * Return bulkstat information for a single inode, where @ino value is a
H A Dxfs_format.h427 xfs_is_quota_inode(struct xfs_sb *sbp, xfs_ino_t ino) argument
429 return (ino == sbp->sb_uquotino ||
430 ino == sbp->sb_gquotino ||
431 ino == sbp->sb_pquotino);
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...]
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
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/udf/
H A Dsuper.c1187 struct kernel_lb_addr ino; local
1194 ino.partitionReferenceNum = type1_index;
1198 ino.logicalBlockNum = vat_block - map->s_partition_root;
1199 inode = udf_iget_special(sb, &ino);
H A Dinode.c1350 * i_no = ino
1360 udf_err(inode->i_sb, "(ino %lu) failed !bh\n", inode->i_ino);
1366 udf_err(inode->i_sb, "(ino %lu) failed ident=%u\n",
1615 udf_err(inode->i_sb, "(ino %lu) failed unknown file type=%u\n",
1926 struct inode *__udf_iget(struct super_block *sb, struct kernel_lb_addr *ino, argument
1929 unsigned long block = udf_get_lb_pblock(sb, ino, 0);
1944 memcpy(&UDF_I(inode)->i_location, ino, sizeof(struct kernel_lb_addr));
/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/quota/
H A Ddquot.c2858 tstate->ino = dqopt->files[type]->i_ino;
/linux-master/fs/ocfs2/
H A Dsuper.c418 static int ocfs2_need_system_inode(struct ocfs2_super *osb, int ino) argument
421 && (ino == USER_QUOTA_SYSTEM_INODE
422 || ino == LOCAL_USER_QUOTA_SYSTEM_INODE))
425 && (ino == GROUP_QUOTA_SYSTEM_INODE
426 || ino == LOCAL_GROUP_QUOTA_SYSTEM_INODE))
910 unsigned int ino[OCFS2_MAXQUOTAS] = { local
920 inode[type] = ocfs2_get_system_file_inode(osb, ino[type],
H A Dquota_local.c166 unsigned int ino[OCFS2_MAXQUOTAS] = { USER_QUOTA_SYSTEM_INODE, local
199 ginode = ocfs2_get_system_file_inode(OCFS2_SB(sb), ino[type],
391 unsigned int ino[OCFS2_MAXQUOTAS] = { LOCAL_USER_QUOTA_SYSTEM_INODE, local
414 lqinode = ocfs2_get_system_file_inode(osb, ino[type], slot_num);
589 unsigned int ino[OCFS2_MAXQUOTAS] = { LOCAL_USER_QUOTA_SYSTEM_INODE, local
608 lqinode = ocfs2_get_system_file_inode(osb, ino[type], slot_num);
H A Dquota_global.c340 unsigned int ino[OCFS2_MAXQUOTAS] = { USER_QUOTA_SYSTEM_INODE, local
357 oinfo->dqi_gqinode = ocfs2_get_system_file_inode(OCFS2_SB(sb), ino[type],
/linux-master/fs/
H A Dpidfs.c134 static int pidfs_inum(struct pid *pid, unsigned long *ino) argument
143 *ino = ret;
147 static inline void pidfs_free_inum(unsigned long ino) argument
149 if (ino > 0)
150 ida_free(&pidfd_inum_ida, ino);
153 static inline int pidfs_inum(struct pid *pid, unsigned long *ino) argument
155 *ino = pid->ino;
158 #define pidfs_free_inum(ino) ((void)(ino))
[all...]
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/nilfs2/
H A Dsegment.c1554 ino_t ino = 0; local
1570 ino = le64_to_cpu(finfo->fi_ino);
1578 else if (ino == NILFS_DAT_INO)
1948 "log writer: error %d getting inode block (ino=%lu)",
2150 * @ino: inode number of the file to be flushed out.
2152 void nilfs_flush_segment(struct super_block *sb, ino_t ino) argument
2159 nilfs_segctor_do_flush(sci, NILFS_MDT_INODE(sb, ino) ? ino : 0);
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,
H A Dpage.c157 unsigned long ino; local
165 ino = m ? m->host->i_ino : 0;
168 "mapping=%p ino=%lu\n",
170 (unsigned long long)folio->index, folio->flags, m, ino);
406 nilfs_warn(sb, "discard dirty page: offset=%lld, ino=%lu",
H A Dnilfs.h118 #define NILFS_MDT_INODE(sb, ino) \
119 ((ino) < NILFS_FIRST_INO(sb) && (NILFS_MDT_INO_BITS & BIT(ino)))
120 #define NILFS_VALID_INODE(sb, ino) \
121 ((ino) >= NILFS_FIRST_INO(sb) || (NILFS_SYS_INO_BITS & BIT(ino)))
262 unsigned long ino);
264 unsigned long ino);
266 unsigned long ino);
268 unsigned long ino, __u6
[all...]
H A Dinode.c28 * @ino: inode number
36 u64 ino; member in struct:nilfs_iget_args
112 "%s (ino=%lu): a race condition while inserting a data block at offset=%llu",
315 unsigned long ino)
318 .ino = ino, .root = root, .cno = 0, .for_gc = false,
322 return insert_inode_locked4(inode, ino, nilfs_iget_test, &args);
334 ino_t ino; local
348 err = nilfs_ifile_create_inode(root->ifile, &ino, &bh);
353 if (unlikely(ino < NILFS_USER_IN
313 nilfs_insert_inode_locked(struct inode *inode, struct nilfs_root *root, unsigned long ino) argument
485 __nilfs_read_inode(struct super_block *sb, struct nilfs_root *root, unsigned long ino, struct inode *inode) argument
587 nilfs_ilookup(struct super_block *sb, struct nilfs_root *root, unsigned long ino) argument
598 nilfs_iget_locked(struct super_block *sb, struct nilfs_root *root, unsigned long ino) argument
609 nilfs_iget(struct super_block *sb, struct nilfs_root *root, unsigned long ino) argument
630 nilfs_iget_for_gc(struct super_block *sb, unsigned long ino, __u64 cno) argument
799 ino_t ino = inode->i_ino; local
[all...]
H A Difile.c42 * number is stored in the place pointed by @ino, and buffer_head pointer
87 * @ino: inode number
96 * %-ENOENT - The inode number @ino have not been allocated.
98 int nilfs_ifile_delete_inode(struct inode *ifile, ino_t ino) argument
101 .pr_entry_nr = ino, .pr_entry_bh = NULL
133 int nilfs_ifile_get_inode_block(struct inode *ifile, ino_t ino, argument
139 if (unlikely(!NILFS_VALID_INODE(sb, ino))) {
140 nilfs_error(sb, "bad inode number: %lu", (unsigned long)ino);
144 err = nilfs_palloc_get_entry_block(ifile, ino, 0, out_bh);
146 nilfs_warn(sb, "error %d reading inode: ino
[all...]
H A Difile.h22 nilfs_ifile_map_inode(struct inode *ifile, ino_t ino, struct buffer_head *ibh) argument
26 return nilfs_palloc_block_get_entry(ifile, ino, ibh, kaddr);
/linux-master/fs/isofs/
H A Dinode.c1510 static int isofs_iget5_test(struct inode *ino, void *data) argument
1512 struct iso_inode_info *i = ISOFS_I(ino);
1519 static int isofs_iget5_set(struct inode *ino, void *data) argument
1521 struct iso_inode_info *i = ISOFS_I(ino);
/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

Completed in 420 milliseconds

1234567891011>>