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

1234567891011>>

/linux-master/fs/xfs/
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
1144 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,
H A Dxfs_qm_syscalls.c56 xfs_ino_t ino)
62 if (ino == NULLFSINO)
65 error = xfs_iget(mp, NULL, ino, 0, 0, &ip);
370 qlim = id == 0 ? &defq->ino : NULL;
372 xfs_setqlim_limits(mp, res, qlim, hard, soft, "ino");
54 xfs_qm_scall_trunc_qfile( struct xfs_mount *mp, xfs_ino_t ino) argument
/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.h324 u64 ino = inode->location.objectid; local
328 ino = inode->vfs_inode.i_ino;
329 return ino;
507 struct inode *btrfs_iget_path(struct super_block *s, u64 ino,
509 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.c112 static struct inode *jffs2_nfs_get_inode(struct super_block *sb, uint64_t ino, argument
118 return jffs2_iget(sb, ino);
146 JFFS2_DEBUG("Parent of directory ino #%u is #%u\n",
147 f->inocache->ino, pino);
H A Dxattr.h56 uint32_t ino; /* only used in scanning/building */ member in union:jffs2_xattr_ref::__anon1783
/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/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_log_recover.h122 int xlog_recover_iget(struct xfs_mount *mp, xfs_ino_t ino,
/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.c518 struct inode *qnx6_iget(struct super_block *sb, unsigned ino) argument
528 inode = iget_locked(sb, ino);
538 if (ino == 0) {
540 sb->s_id, ino);
544 n = (ino - 1) >> (PAGE_SHIFT - QNX6_INODE_SIZE_BITS);
545 offs = (ino - 1) & (~PAGE_MASK >> QNX6_INODE_SIZE_BITS);
H A Dqnx6.h47 extern struct inode *qnx6_iget(struct super_block *sb, unsigned ino);
/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)
H A Dauto_fs.h195 __u64 ino; member in struct:autofs_v5_packet
H A Dfuse.h264 uint64_t ino; member in struct:fuse_attr
301 uint64_t ino; member in struct:fuse_statx
1006 uint64_t ino; member in struct:fuse_dirent
1033 uint64_t ino; member in struct:fuse_notify_inval_inode_out
/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
/linux-master/fs/ocfs2/
H A Dfilecheck.c346 unsigned long ino)
352 if (p->fe_ino == ino)
407 unsigned long ino, unsigned int flags)
413 inode = ocfs2_iget(osb, ino, flags, 0);
345 ocfs2_filecheck_is_dup_entry(struct ocfs2_filecheck_sysfs_entry *ent, unsigned long ino) argument
406 ocfs2_filecheck_handle(struct ocfs2_super *osb, unsigned long ino, unsigned int flags) argument

Completed in 188 milliseconds

1234567891011>>