Searched refs:ino (Results 176 - 200 of 429) sorted by relevance

1234567891011>>

/linux-master/fs/proc/
H A Dtask_nommu.c130 unsigned long ino = 0; local
142 ino = inode->i_ino;
156 MAJOR(dev), MINOR(dev), ino);
/linux-master/fs/ocfs2/
H A Ddcache.c252 mlog_bug_on_msg(!dl, "parent %llu, ino %llu\n",
394 unsigned long long ino = 0ULL; local
396 ino = (unsigned long long)OCFS2_I(inode)->ip_blkno;
399 ino, dentry->d_flags, dentry);
/linux-master/fs/nfsd/
H A Dnfs3xdr.c377 p = xdr_encode_hyper(p, stat->ino);
981 const char *name, int namlen, u64 ino)
1009 if (dchild->d_inode->i_ino != ino)
1038 int namlen, loff_t offset, u64 ino)
1046 if (xdr_stream_encode_u64(xdr, ino) < 0)
1065 * @ino: the fileid of this entry
1078 loff_t offset, u64 ino, unsigned int d_type)
1089 if (!svcxdr_encode_entry3_common(resp, name, namlen, offset, ino))
1105 int namlen, u64 ino)
1113 if (compose_entry_fh(resp, fhp, name, namlen, ino) !
980 compose_entry_fh(struct nfsd3_readdirres *cd, struct svc_fh *fhp, const char *name, int namlen, u64 ino) argument
1037 svcxdr_encode_entry3_common(struct nfsd3_readdirres *resp, const char *name, int namlen, loff_t offset, u64 ino) argument
1077 nfs3svc_encode_entry3(void *data, const char *name, int namlen, loff_t offset, u64 ino, unsigned int d_type) argument
1104 svcxdr_encode_entry3_plus(struct nfsd3_readdirres *resp, const char *name, int namlen, u64 ino) argument
1152 nfs3svc_encode_entryplus3(void *data, const char *name, int namlen, loff_t offset, u64 ino, unsigned int d_type) argument
[all...]
/linux-master/fs/xfs/scrub/
H A Dcommon.c227 xfs_ino_t ino)
230 trace_xchk_ino_preen(sc, ino, __return_address);
283 xfs_ino_t ino)
286 trace_xchk_ino_error(sc, ino, __return_address);
293 xfs_ino_t ino)
296 trace_xchk_ino_error(sc, ino, __return_address);
328 xfs_ino_t ino)
331 trace_xchk_ino_warning(sc, ino, __return_address);
1321 xfs_ino_t ino; local
1338 ino
225 xchk_ino_set_preen( struct xfs_scrub *sc, xfs_ino_t ino) argument
281 xchk_ino_set_corrupt( struct xfs_scrub *sc, xfs_ino_t ino) argument
291 xchk_ino_xref_set_corrupt( struct xfs_scrub *sc, xfs_ino_t ino) argument
326 xchk_ino_set_warning( struct xfs_scrub *sc, xfs_ino_t ino) argument
[all...]
/linux-master/fs/xfs/
H A Dxfs_symlink.c104 xfs_ino_t ino; local
169 error = xfs_dialloc(&tp, dp->i_ino, S_IFLNK, &ino);
171 error = xfs_init_new_inode(idmap, tp, dp, ino,
H A Dxfs_qm.c569 defq->ino.hard = dqp->q_ino.hardlimit;
570 defq->ino.soft = dqp->q_ino.softlimit;
590 defq->ino.time = XFS_QM_ITIMELIMIT;
612 defq->ino.time = dqp->q_ino.timer;
760 xfs_ino_t ino = NULLFSINO; local
764 ino = mp->m_sb.sb_gquotino;
772 ino = mp->m_sb.sb_pquotino;
779 if (ino != NULLFSINO) {
780 error = xfs_iget(mp, NULL, ino, 0, 0, ipp);
796 xfs_ino_t ino; local
1146 xfs_qm_dqusage_adjust( struct xfs_mount *mp, struct xfs_trans *tp, xfs_ino_t ino, void *data) argument
[all...]
H A Dxfs_dir2_readdir.c58 xfs_ino_t ino; local
95 ino = xfs_dir2_sf_get_parent_ino(sfp);
97 if (!dir_emit(ctx, "..", 2, ino, DT_DIR))
116 ino = xfs_dir2_sf_get_ino(mp, sfp, sfep);
125 if (!dir_emit(ctx, (char *)sfep->name, sfep->namelen, ino,
/linux-master/fs/nfs/
H A Dpnfs.h299 bool pnfs_roc(struct inode *ino,
308 bool pnfs_wait_on_layoutreturn(struct inode *ino, struct rpc_task *task);
319 struct pnfs_layout_segment *pnfs_update_layout(struct inode *ino,
425 void pnfs_parse_lgopen(struct inode *ino, struct nfs4_layoutget *lgp,
606 static inline int pnfs_return_layout(struct inode *ino) argument
608 struct nfs_inode *nfsi = NFS_I(ino);
609 struct nfs_server *nfss = NFS_SERVER(ino);
613 return _pnfs_return_layout(ino);
738 static inline int pnfs_return_layout(struct inode *ino) argument
774 pnfs_roc(struct inode *ino, argument
799 pnfs_wait_on_layoutreturn(struct inode *ino, struct rpc_task *task) argument
907 pnfs_parse_lgopen(struct inode *ino, struct nfs4_layoutget *lgp, struct nfs_open_context *ctx) argument
[all...]
/linux-master/fs/ext2/
H A Dinode.c1303 static struct ext2_inode *ext2_get_inode(struct super_block *sb, ino_t ino, argument
1313 if ((ino != EXT2_ROOT_INO && ino < EXT2_FIRST_INO(sb)) ||
1314 ino > le32_to_cpu(EXT2_SB(sb)->s_es->s_inodes_count))
1317 block_group = (ino - 1) / EXT2_INODES_PER_GROUP(sb);
1324 offset = ((ino - 1) % EXT2_INODES_PER_GROUP(sb)) * EXT2_INODE_SIZE(sb);
1336 (unsigned long) ino);
1341 (unsigned long) ino, block);
1376 struct inode *ext2_iget (struct super_block *sb, unsigned long ino) argument
1387 inode = iget_locked(sb, ino);
1505 ino_t ino = inode->i_ino; local
[all...]
/linux-master/fs/ubifs/
H A Dsuper.c107 struct ubifs_ino_node *ino; local
121 ino = kmalloc(UBIFS_MAX_INO_NODE_SZ, GFP_NOFS);
122 if (!ino) {
129 err = ubifs_tnc_lookup(c, &key, ino);
138 set_nlink(inode, le32_to_cpu(ino->nlink));
139 i_uid_write(inode, le32_to_cpu(ino->uid));
140 i_gid_write(inode, le32_to_cpu(ino->gid));
141 inode_set_atime(inode, (int64_t)le64_to_cpu(ino->atime_sec),
142 le32_to_cpu(ino->atime_nsec));
143 inode_set_mtime(inode, (int64_t)le64_to_cpu(ino
[all...]
H A Drecovery.c1404 struct ubifs_ino_node *ino = c->sbuf; local
1413 err = ubifs_tnc_locate(c, &key, ino, &lnum, &offs);
1420 i_size = le64_to_cpu(ino->size);
1428 ino = c->sbuf + offs;
1429 ino->size = cpu_to_le64(e->d_size);
1430 len = le32_to_cpu(ino->ch.len);
1431 crc = crc32(UBIFS_CRC32_INIT, (void *)ino + 8, len - 8);
1432 ino->ch.crc = cpu_to_le32(crc);
1484 dbg_rcvry("ino %lu size %lld -> %lld",
1549 dbg_rcvry("removing ino
1555 struct ubifs_ino_node *ino = c->sbuf; local
[all...]
/linux-master/tools/perf/bench/
H A Dinject-buildid.c49 int ino; member in struct:bench_dso
95 dso->ino = nr_dsos++;
134 return 0x400000ULL + dso->ino * 8192ULL;
191 event.mmap2.ino = dso->ino;
/linux-master/fs/btrfs/
H A Dbtrfs_inode.h334 u64 ino = inode->location.objectid; local
338 ino = inode->vfs_inode.i_ino;
339 return ino;
518 struct inode *btrfs_iget_path(struct super_block *s, u64 ino,
520 struct inode *btrfs_iget(struct super_block *s, u64 ino, struct btrfs_root *root);
/linux-master/fs/affs/
H A Dnamei.c215 u32 ino = bh->b_blocknr; local
217 /* store the real header ino in d_fsdata for faster lookups */
218 dentry->d_fsdata = (void *)(long)ino;
223 ino = be32_to_cpu(AFFS_TAIL(sb, bh)->original);
226 inode = affs_iget(sb, ino);
538 static struct inode *affs_nfs_get_inode(struct super_block *sb, u64 ino, argument
543 if (!affs_validblock(sb, ino))
546 inode = affs_iget(sb, ino);
/linux-master/fs/jffs2/
H A Dxattr.c426 * contain xid/ino, it's necessary to verify once while mounting process.
482 ref->ino = je32_to_cpu(rr.ino);
501 dbg_xattr("success on verifying xref (ino=%u, xid=%u) at %#08x\n",
502 ref->ino, ref->xid, ref_offset(ref->node));
522 rr.ino = cpu_to_je32(ref->ino);
525 rr.ino = cpu_to_je32(ref->ic->ino);
545 dbg_xattr("success on saving xref (ino
[all...]
H A Dfile.c87 jffs2_dbg(2, "%s(): ino #%lu, page at offset 0x%lx\n",
166 ri.ino = cpu_to_je32(f->inocache->ino);
261 jffs2_dbg(1, "%s(): ino #%lu, page at 0x%lx, range %d-%d, flags %lx\n",
290 ri->ino = cpu_to_je32(inode->i_ino);
H A Dsuper.c113 static struct inode *jffs2_nfs_get_inode(struct super_block *sb, uint64_t ino, argument
119 return jffs2_iget(sb, ino);
147 JFFS2_DEBUG("Parent of directory ino #%u is #%u\n",
148 f->inocache->ino, pino);
/linux-master/fs/ext4/
H A Dfast_commit.c1331 int parent_ino, dname_len, ino, inode_len; member in struct:dentry_info_args
1349 darg->ino = le32_to_cpu(fcd.fc_ino);
1374 trace_ext4_fc_replay(sb, EXT4_FC_TAG_UNLINK, darg.ino,
1379 inode = ext4_iget(sb, darg.ino, EXT4_IGET_NORMAL);
1382 ext4_debug("Inode %d not found", darg.ino);
1470 trace_ext4_fc_replay(sb, EXT4_FC_TAG_LINK, darg.ino,
1473 inode = ext4_iget(sb, darg.ino, EXT4_IGET_NORMAL);
1488 static int ext4_fc_record_modified_inode(struct super_block *sb, int ino) argument
1495 if (state->fc_modified_inodes[i] == ino)
1510 state->fc_modified_inodes[state->fc_modified_inodes_used++] = ino;
1525 int inode_len, ino, ret, tag = tl->fc_tag; local
1678 ext4_fc_record_regions(struct super_block *sb, int ino, ext4_lblk_t lblk, ext4_fsblk_t pblk, int len, int replay) argument
[all...]
/linux-master/arch/sparc/kernel/
H A Dsbus.c211 static unsigned int sbus_build_irq(struct platform_device *op, unsigned int ino) argument
218 imap = sysio_irq_offsets[ino];
221 ino);
230 if (ino >= 0x20) {
233 int sbus_slot = (ino & 0x18)>>3;
235 sbus_level = ino & 0x7;
/linux-master/fs/qnx6/
H A Dinode.c514 struct inode *qnx6_iget(struct super_block *sb, unsigned ino) argument
524 inode = iget_locked(sb, ino);
534 if (ino == 0) {
536 sb->s_id, ino);
540 n = (ino - 1) >> (PAGE_SHIFT - QNX6_INODE_SIZE_BITS);
541 offs = (ino - 1) & (~PAGE_MASK >> QNX6_INODE_SIZE_BITS);
/linux-master/fs/xfs/libxfs/
H A Dxfs_attr_remote.c83 xfs_ino_t ino,
96 if (ino != be64_to_cpu(rmt->rm_owner))
255 xfs_ino_t ino,
269 rmt->rm_owner = cpu_to_be64(ino);
344 xfs_ino_t ino,
361 hdr_size = xfs_attr3_rmt_hdr_set(mp, dst, ino, *offset,
81 xfs_attr3_rmt_hdr_ok( void *ptr, xfs_ino_t ino, uint32_t offset, uint32_t size, xfs_daddr_t bno) argument
252 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
341 xfs_attr_rmtval_copyin( struct xfs_mount *mp, struct xfs_buf *bp, xfs_ino_t ino, unsigned int *offset, unsigned int *valuelen, uint8_t **src) argument
/linux-master/include/uapi/linux/
H A Dnilfs2_ondisk.h268 #define NILFS_ROOT_METADATA_FILE(ino) \
269 ((ino) >= NILFS_DAT_INO && (ino) <= NILFS_SUFILE_INO)
/linux-master/fs/quota/
H A Dquota.c380 if (state.s_state[USRQUOTA].ino) {
381 fqs->qs_uquota.qfs_ino = state.s_state[USRQUOTA].ino;
385 if (state.s_state[GRPQUOTA].ino) {
386 fqs->qs_gquota.qfs_ino = state.s_state[GRPQUOTA].ino;
390 if (state.s_state[PRJQUOTA].ino) {
397 fqs->qs_gquota.qfs_ino = state.s_state[PRJQUOTA].ino;
479 if (state.s_state[USRQUOTA].ino) {
480 fqs->qs_uquota.qfs_ino = state.s_state[USRQUOTA].ino;
484 if (state.s_state[GRPQUOTA].ino) {
485 fqs->qs_gquota.qfs_ino = state.s_state[GRPQUOTA].ino;
[all...]
/linux-master/fs/hpfs/
H A Ddir.c192 * the inode of a directory or a file -- file ino's are odd, directory
193 * ino's are even. read_inode avoids i/o for file inodes; everything
208 ino_t ino; local
238 ino = le32_to_cpu(de->fnode);
244 result = iget_locked(dir->i_sb, ino);
/linux-master/drivers/crypto/
H A Dn2_core.h9 u64 ino; member in struct:ino_blob

Completed in 495 milliseconds

1234567891011>>