Searched refs:ino (Results 276 - 300 of 418) sorted by relevance

<<11121314151617

/linux-master/fs/ceph/
H A Dmds_client.c615 unsigned long ino; local
618 xa_for_each(&s->s_delegated_inos, ino, val) {
619 val = xa_erase(&s->s_delegated_inos, ino);
621 return ino;
626 int ceph_restore_deleg_ino(struct ceph_mds_session *s, u64 ino) argument
628 return xa_insert(&s->s_delegated_inos, ino, DELEGATED_INO_AVAILABLE,
655 int ceph_restore_deleg_ino(struct ceph_mds_session *s, u64 ino) argument
679 ceph_decode_64_safe(p, end, info->ino, bad);
685 ceph_decode_64_safe(p, end, info->ino, bad);
2362 item->ino
2879 set_request_path_attr(struct ceph_mds_client *mdsc, struct inode *rinode, struct dentry *rdentry, struct inode *rdiri, const char *rpath, u64 rino, const char **ppath, int *pathlen, u64 *ino, bool *freepath, bool parent_locked) argument
[all...]
H A Dcaps.c721 realmino != (u64)-1 && ci->i_snap_realm->ino != realmino)) {
730 WARN(1, "%s: couldn't find snap realm 0x%llx (ino 0x%llx oldrealm 0x%llx)\n",
731 __func__, realmino, ci->i_vino.ino,
732 ci->i_snap_realm ? ci->i_snap_realm->ino : 0);
1191 cap->cap_ino = ci->i_vino.ino;
1235 u64 ino, cid, follows; member in struct:cap_msg_args
1267 ceph_cap_op_name(arg->op), arg->cid, arg->ino,
1288 fc->ino = cpu_to_le64(arg->ino);
1437 arg->ino
[all...]
/linux-master/fs/nfs/filelayout/
H A Dfilelayout.c459 dprintk("--> %s ino %lu pgbase %u req %zu@%llu\n",
517 dprintk("%s ino %lu sync %d req %zu@%llu DS: %s cl_count %d\n",
837 fl_pnfs_update_layout(struct inode *ino, argument
850 lseg = pnfs_update_layout(ino, ctx, pos, count, iomode, strict_iomode,
860 lo = NFS_I(ino)->layout;
865 pnfs_error_mark_layout_for_return(ino, lseg);
1012 dprintk("%s ino %lu, how %d cl_count %d\n", __func__,
/linux-master/tools/perf/util/
H A Dsort.h59 u64 ino; member in struct:namespace_id
/linux-master/fs/btrfs/
H A Ddelayed-ref.c1035 void btrfs_init_data_ref(struct btrfs_ref *generic_ref, u64 ref_root, u64 ino, argument
1043 generic_ref->data_ref.ino = ino;
1166 u64 owner = generic_ref->data_ref.ino;
H A Dbackref.h145 bool (*skip_data_ref)(u64 root, u64 ino, u64 offset, void *user_ctx);
H A Dinode.c75 u64 ino; member in struct:btrfs_iget_args
256 "csum failed root %lld ino %llu off %llu csum " CSUM_FMT " expected csum " CSUM_FMT " mirror %d",
266 "csum failed root %lld ino %llu off %llu logical %llu csum " CSUM_FMT " expected csum " CSUM_FMT " mirror %d",
341 "csum failed root %lld ino %lld off %llu csum " CSUM_FMT " expected csum " CSUM_FMT " mirror %d",
349 "csum failed root %llu ino %llu off %llu csum " CSUM_FMT " expected csum " CSUM_FMT " mirror %d",
764 KERN_ERR "BTRFS: unexpected compression for ino %llu\n",
1986 u64 ino = btrfs_ino(inode); local
2017 ret = btrfs_lookup_file_extent(NULL, root, path, ino,
2031 if (found_key.objectid == ino &&
2051 if (found_key.objectid > ino)
4102 u64 ino = btrfs_ino(inode); local
5519 u64 ino = btrfs_ino(inode); local
5596 btrfs_iget_locked(struct super_block *s, u64 ino, struct btrfs_root *root) argument
5618 btrfs_iget_path(struct super_block *s, u64 ino, struct btrfs_root *root, struct btrfs_path *path) argument
5650 btrfs_iget(struct super_block *s, u64 ino, struct btrfs_root *root) argument
5913 u64 ino; member in struct:dir_entry
6491 u64 ino = btrfs_ino(inode); local
[all...]
/linux-master/fs/crypto/
H A Dkeyring.c926 unsigned long ino; local
945 ino = inode->i_ino;
949 /* If the inode is currently being created, ino may still be 0. */
950 if (ino)
951 snprintf(ino_str, sizeof(ino_str), ", including ino %lu", ino);
/linux-master/fs/xfs/libxfs/
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_inode_buf.c466 xfs_ino_t ino,
488 if (be64_to_cpu(dip->di_ino) != ino)
464 xfs_dinode_verify( struct xfs_mount *mp, xfs_ino_t ino, struct xfs_dinode *dip) argument
/linux-master/fs/nilfs2/
H A Dioctl.c558 "%s: invalid virtual block address (%s): ino=%llu, cno=%llu, offset=%llu, blocknr=%llu, vblocknr=%llu",
569 "%s: conflicting %s buffer: ino=%llu, cno=%llu, offset=%llu, blocknr=%llu, vblocknr=%llu",
605 ino_t ino; local
610 ino = vdesc->vd_ino;
612 inode = nilfs_iget_for_gc(sb, ino, cno);
637 vdesc->vd_ino == ino && vdesc->vd_cno == cno);
/linux-master/include/linux/
H A Dpid.h61 u64 ino; member in struct:pid
/linux-master/fs/xfs/
H A Dxfs_quota.h88 xfs_ino_t ino; member in struct:xfs_apply_dqtrx_params
H A Dxfs_super.c236 xfs_ino_t ino,
245 if (ino > XFS_MAXINUMBER_32) {
284 xfs_ino_t ino; local
304 ino = XFS_AGINO_TO_INO(mp, agcount - 1, agino);
311 if (xfs_has_small_inums(mp) && ino > XFS_MAXINUMBER_32)
319 ino = XFS_AGINO_TO_INO(mp, index, agino);
322 if (xfs_set_inode_alloc_perag(pag, ino, max_metadata))
234 xfs_set_inode_alloc_perag( struct xfs_perag *pag, xfs_ino_t ino, xfs_agnumber_t max_metadata) argument
H A Dxfs_trans_dquot.c164 .ino = ip->i_ino,
825 quota_nl = xfs_dqresv_check(&dqp->q_ino, &defq->ino, ninos,
/linux-master/fs/fuse/
H A Dinode.c201 ino_t ino = (ino_t) ino64; local
203 ino ^= ino64 >> (sizeof(u64) - sizeof(ino_t)) * 8;
204 return ino;
221 inode->i_ino = fuse_squash_ino(attr->ino);
275 fi->orig_ino = attr->ino;
990 attr.ino = FUSE_ROOT_ID;
1531 .ino = fi->inode.i_ino,
H A Dreaddir.c122 return dir_emit(ctx, dirent->name, dirent->namelen, dirent->ino,
419 dirent->ino, dirent->type))
/linux-master/fs/f2fs/
H A Dgc.c939 static struct inode *find_gc_inode(struct gc_inode_list *gc_list, nid_t ino) argument
943 ie = radix_tree_lookup(&gc_list->iroot, ino);
1129 if (f2fs_check_nid_range(sbi, dni->ino)) {
1143 f2fs_err(sbi, "Inconsistent blkaddr offset: base:%u, ofs_in_node:%u, max:%u, ino:%u, nid:%u",
1144 base, ofs_in_node, max_addrs, dni->ino, dni->nid);
1179 .ino = inode->i_ino,
1265 .ino = inode->i_ino,
1446 .ino = inode->i_ino,
1542 /* Get an inode by ino with checking validity */
1547 f2fs_ra_node_page(sbi, dni.ino);
[all...]
/linux-master/fs/ext4/
H A Dnamei.c875 "Directory (ino: %lu) htree depth %#06x exceed"
1843 __u32 ino = le32_to_cpu(de->inode); local
1845 if (!ext4_valid_inum(dir->i_sb, ino)) {
1846 EXT4_ERROR_INODE(dir, "bad inode number: %u", ino);
1849 if (unlikely(ino == dir->i_ino)) {
1854 inode = ext4_iget(dir->i_sb, ino, EXT4_IGET_NORMAL);
1858 ino);
1888 __u32 ino; local
1897 ino = le32_to_cpu(de->inode);
1900 if (!ext4_valid_inum(child->d_sb, ino)) {
1902 "bad parent inode number: %u", ino); local
3640 ext4_setent(handle_t *handle, struct ext4_renament *ent, unsigned ino, unsigned file_type) argument
3667 ext4_resetent(handle_t *handle, struct ext4_renament *ent, unsigned ino, unsigned file_type) argument
[all...]
/linux-master/fs/afs/
H A Ddir.c28 loff_t fpos, u64 ino, unsigned dtype);
30 loff_t fpos, u64 ino, unsigned dtype);
577 int nlen, loff_t fpos, u64 ino, unsigned dtype)
584 (unsigned long long) ino, dtype);
596 cookie->fid.vnode = ino;
645 int nlen, loff_t fpos, u64 ino, unsigned dtype)
652 (unsigned long long) ino, dtype);
660 cookie->fids[cookie->nr_fids].vnode = ino;
666 cookie->fids[1].vnode = ino;
576 afs_lookup_one_filldir(struct dir_context *ctx, const char *name, int nlen, loff_t fpos, u64 ino, unsigned dtype) argument
644 afs_lookup_filldir(struct dir_context *ctx, const char *name, int nlen, loff_t fpos, u64 ino, unsigned dtype) argument
/linux-master/drivers/crypto/
H A Dn2_core.c1482 * So we have to back-translate, going through the 'intr' and 'ino'
1495 if (ip->ino_table[i].ino == dev_ino)
1748 const u64 *ino; local
1752 ino = mdesc_get_property(mdesc, node, "ino", &ino_len);
1753 if (!ino) {
1754 printk("NO 'ino'\n");
1768 b->ino = ino[i];
/linux-master/fs/ext2/
H A Ddir.c422 int ext2_inode_by_name(struct inode *dir, const struct qstr *child, ino_t *ino) argument
431 *ino = le32_to_cpu(de->inode);
/linux-master/fs/hfsplus/
H A Dsuper.c58 struct inode *hfsplus_iget(struct super_block *sb, unsigned long ino) argument
64 inode = iget_locked(sb, ino);
139 pr_err("b-tree write err: %d, ino %lu\n",
/linux-master/fs/nfs/
H A Dinode.c94 compat_ulong_t ino; local
96 unsigned long ino;
101 ino = fileid;
102 if (sizeof(ino) < sizeof(fileid))
103 ino ^= fileid >> (sizeof(fileid)-sizeof(ino)) * 8;
104 return ino;
916 stat->ino = nfs_compat_user_ino64(NFS_FILEID(inode));
/linux-master/arch/sparc/kernel/
H A Dsys_sparc32.c70 err |= put_user(stat->ino, &statbuf->st_ino);

Completed in 360 milliseconds

<<11121314151617