Home
last modified time | relevance | path

Searched refs:ino (Results 576 - 600 of 933) sorted by relevance

1...<<21222324252627282930>>...38

/kernel/linux/linux-5.10/fs/ceph/
H A Dcaps.c702 realmino != (u64)-1 && ci->i_snap_realm->ino != realmino)) { in ceph_add_cap()
720 if (realm->ino == ci->i_vino.ino) in ceph_add_cap()
890 dout("__ceph_caps_issued_mask ino 0x%llx snap issued %s" in __ceph_caps_issued_mask()
902 dout("__ceph_caps_issued_mask ino 0x%llx cap %p issued %s" in __ceph_caps_issued_mask()
914 dout("__ceph_caps_issued_mask ino 0x%llx combo issued %s" in __ceph_caps_issued_mask()
1126 if (realm->ino == ci->i_vino.ino) in drop_inode_snap_realm()
1193 cap->cap_ino = ci->i_vino.ino; in __ceph_remove_cap()
1214 u64 ino, ci member
[all...]
/kernel/linux/linux-5.10/fs/crypto/
H A Dkeyring.c871 unsigned long ino; in check_for_busy_inodes() local
890 ino = inode->i_ino; in check_for_busy_inodes()
894 /* If the inode is currently being created, ino may still be 0. */ in check_for_busy_inodes()
895 if (ino) in check_for_busy_inodes()
896 snprintf(ino_str, sizeof(ino_str), ", including ino %lu", ino); in check_for_busy_inodes()
/kernel/linux/linux-5.10/fs/ocfs2/
H A Dstack_user.c737 u64 ino, in user_plock()
760 return dlm_posix_get(conn->cc_lockspace, ino, file, fl); in user_plock()
762 return dlm_posix_unlock(conn->cc_lockspace, ino, file, fl); in user_plock()
764 return dlm_posix_lock(conn->cc_lockspace, ino, file, cmd, fl); in user_plock()
736 user_plock(struct ocfs2_cluster_connection *conn, u64 ino, struct file *file, int cmd, struct file_lock *fl) user_plock() argument
/kernel/linux/linux-5.10/fs/nilfs2/
H A Dioctl.c573 "%s: invalid virtual block address (%s): ino=%llu, cno=%llu, offset=%llu, blocknr=%llu, vblocknr=%llu", in nilfs_ioctl_move_inode_block()
584 "%s: conflicting %s buffer: ino=%llu, cno=%llu, offset=%llu, blocknr=%llu, vblocknr=%llu", in nilfs_ioctl_move_inode_block()
620 ino_t ino; in nilfs_ioctl_move_blocks() local
625 ino = vdesc->vd_ino; in nilfs_ioctl_move_blocks()
627 inode = nilfs_iget_for_gc(sb, ino, cno); in nilfs_ioctl_move_blocks()
652 vdesc->vd_ino == ino && vdesc->vd_cno == cno); in nilfs_ioctl_move_blocks()
/kernel/linux/linux-6.6/fs/crypto/
H A Dkeyring.c903 unsigned long ino; in check_for_busy_inodes() local
922 ino = inode->i_ino; in check_for_busy_inodes()
926 /* If the inode is currently being created, ino may still be 0. */ in check_for_busy_inodes()
927 if (ino) in check_for_busy_inodes()
928 snprintf(ino_str, sizeof(ino_str), ", including ino %lu", ino); in check_for_busy_inodes()
/kernel/linux/linux-6.6/fs/nilfs2/
H A Dioctl.c558 "%s: invalid virtual block address (%s): ino=%llu, cno=%llu, offset=%llu, blocknr=%llu, vblocknr=%llu", in nilfs_ioctl_move_inode_block()
569 "%s: conflicting %s buffer: ino=%llu, cno=%llu, offset=%llu, blocknr=%llu, vblocknr=%llu", in nilfs_ioctl_move_inode_block()
605 ino_t ino; in nilfs_ioctl_move_blocks() local
610 ino = vdesc->vd_ino; in nilfs_ioctl_move_blocks()
612 inode = nilfs_iget_for_gc(sb, ino, cno); in nilfs_ioctl_move_blocks()
637 vdesc->vd_ino == ino && vdesc->vd_cno == cno); in nilfs_ioctl_move_blocks()
/kernel/liteos_a/fs/jffs2/src/
H A Dvfs_jffs2.c354 ri.ino = cpu_to_je32(f->inocache->ino); in VfsJffs2WritePage()
422 ri.ino = cpu_to_je32(f->inocache->ino); in VfsJffs2Write()
/kernel/linux/linux-6.6/mm/
H A Dshmem.c322 * produces a novel ino for the newly allocated inode.
333 ino_t ino; in shmem_reserve_inode() local
345 ino = sbinfo->next_ino++; in shmem_reserve_inode()
346 if (unlikely(is_zero_ino(ino))) in shmem_reserve_inode()
347 ino = sbinfo->next_ino++; in shmem_reserve_inode()
349 ino > UINT_MAX)) { in shmem_reserve_inode()
358 ino = sbinfo->next_ino++; in shmem_reserve_inode()
360 *inop = ino; in shmem_reserve_inode()
379 ino = *next_ino; in shmem_reserve_inode()
380 if (unlikely(ino in shmem_reserve_inode()
2458 ino_t ino; __shmem_get_inode() local
3771 shmem_match(struct inode *ino, void *vfh) shmem_match() argument
[all...]
/third_party/libfuse/lib/
H A Dfuse_lowlevel.c60 attr->ino = stbuf->st_ino; in convert_stat()
296 dirent->ino = stbuf->st_ino;
358 arg->nodeid = e->ino;
389 dirent->ino = e->attr.st_ino;
423 /* before ABI 7.4 e->ino == 0 was invalid, only ENOENT meant
425 if (!e->ino && req->se->conn.proto_minor < 4)
2291 int fuse_lowlevel_notify_inval_inode(struct fuse_session *se, fuse_ino_t ino, argument
2303 outarg.ino = ino;
2404 int fuse_lowlevel_notify_store(struct fuse_session *se, fuse_ino_t ino, argument
2445 fuse_ll_retrieve_reply(struct fuse_notify_req *nreq, fuse_req_t req, fuse_ino_t ino, const void *inarg, const struct fuse_buf *ibuf) global() argument
2484 fuse_lowlevel_notify_retrieve(struct fuse_session *se, fuse_ino_t ino, size_t size, off_t offset, void *cookie) global() argument
[all...]
/kernel/linux/linux-5.10/fs/nfs/flexfilelayout/
H A Dflexfilelayoutdev.c372 struct inode *ino = lseg->pls_layout->plh_inode; in nfs4_ff_layout_prepare_ds() local
373 struct nfs_server *s = NFS_SERVER(ino); in nfs4_ff_layout_prepare_ds()
412 pnfs_error_mark_layout_for_return(ino, lseg); in nfs4_ff_layout_prepare_ds()
/kernel/linux/linux-6.6/fs/nfs/flexfilelayout/
H A Dflexfilelayoutdev.c374 struct inode *ino = lseg->pls_layout->plh_inode; in nfs4_ff_layout_prepare_ds() local
375 struct nfs_server *s = NFS_SERVER(ino); in nfs4_ff_layout_prepare_ds()
414 pnfs_error_mark_layout_for_return(ino, lseg); in nfs4_ff_layout_prepare_ds()
/kernel/linux/linux-6.6/fs/btrfs/
H A Dinode-item.c500 key.objectid = control->ino; in btrfs_truncate_inode_items()
537 if (found_key.objectid != control->ino) in btrfs_truncate_inode_items()
681 control->ino, extent_offset, in btrfs_truncate_inode_items()
/kernel/linux/linux-5.10/drivers/crypto/
H A Dn2_core.h9 u64 ino; member
/kernel/linux/linux-5.10/fs/hmdfs/
H A Dhmdfs_client.h18 __u64 ino; member
/kernel/linux/linux-5.10/fs/jffs2/
H A Dxattr.h56 uint32_t ino; /* only used in scanning/building */ member
/kernel/linux/linux-5.10/include/uapi/linux/
H A Dauto_fs.h195 __u64 ino; member
/kernel/linux/linux-5.10/fs/xfs/
H A Dxfs_qm.h43 struct xfs_quota_limits ino; member
/kernel/linux/linux-5.10/fs/qnx6/
H A Dqnx6.h47 extern struct inode *qnx6_iget(struct super_block *sb, unsigned ino);
/kernel/linux/linux-5.10/fs/nfsd/
H A Dxdr.h169 int namlen, loff_t offset, u64 ino, unsigned int);
/kernel/linux/linux-6.6/fs/qnx6/
H A Dqnx6.h47 extern struct inode *qnx6_iget(struct super_block *sb, unsigned ino);
/kernel/linux/linux-6.6/fs/hmdfs/
H A Dhmdfs_client.h18 __u64 ino; member
/kernel/linux/linux-6.6/fs/jffs2/
H A Dxattr.h56 uint32_t ino; /* only used in scanning/building */ member
/kernel/linux/linux-6.6/fs/xfs/
H A Dxfs_qm.h42 struct xfs_quota_limits ino; member
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dauto_fs.h195 __u64 ino; member
/kernel/linux/linux-6.6/drivers/crypto/
H A Dn2_core.h9 u64 ino; member

Completed in 31 milliseconds

1...<<21222324252627282930>>...38