Searched refs:ino (Results 1 - 25 of 418) sorted by last modified time

1234567891011>>

/linux-master/fs/nfsd/
H A Dnfs4xdr.c2865 *pino = stat.ino;
3122 return nfsd4_encode_uint64_t(xdr, args->stat.ino);
3290 u64 ino; local
3295 err = nfsd4_get_mounted_on_ino(args->exp, &ino);
3299 ino = args->stat.ino;
3301 return nfsd4_encode_uint64_t(xdr, ino);
3781 loff_t offset, u64 ino, unsigned int d_type)
3780 nfsd4_encode_entry4(void *ccdv, const char *name, int namlen, loff_t offset, u64 ino, unsigned int d_type) argument
/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/fs/erofs/
H A Dsuper.c543 u64 ino, u32 generation)
545 return erofs_iget(sb, ino);
542 erofs_nfs_get_inode(struct super_block *sb, u64 ino, u32 generation) argument
/linux-master/fs/proc/
H A Dpage.c284 u64 ino; local
301 ino = page_cgroup_ino(ppage);
303 ino = 0;
305 if (put_user(ino, out)) {
/linux-master/fs/ntfs3/
H A Dsuper.c143 printk("%c%cntfs3: %s: ino=%lx,%s %pV\n", KERN_SOH_ASCII, level,
787 static struct inode *ntfs_export_get_inode(struct super_block *sb, u64 ino, argument
793 ref.low = cpu_to_le32(ino);
795 ref.high = cpu_to_le16(ino >> 32);
H A Dntfs_fs.h810 int run_unpack(struct runs_tree *run, struct ntfs_sb_info *sbi, CLST ino,
815 int run_unpack_ex(struct runs_tree *run, struct ntfs_sb_info *sbi, CLST ino,
H A Dinode.c38 unsigned long ino = inode->i_ino; local
54 err = mi_init(&ni->mi, sbi, ino);
58 if (!sbi->mft.ni && ino == MFT_REC_MFT && !sb->s_root) {
70 err = mi_read(&ni->mi, ino == MFT_REC_MFT);
81 ntfs_err(sb, "MFT: r=%lx, expect seq=%x instead of %x!", ino,
86 ntfs_err(sb, "Inode r=%x is not in use!", (u32)ino);
105 if (is_dir && ino == MFT_REC_MFT) {
129 if (ino != MFT_REC_MFT || attr->type != ATTR_DATA)
187 if (attr->name_len || le || ino == MFT_REC_LOG)
221 if (ino
1229 CLST ino = 0; local
[all...]
H A Ddir.c280 unsigned long ino; local
292 ino = ino_get(&e->ref);
294 if (ino == MFT_REC_ROOT)
298 if (!sbi->options->showmeta && ntfs_is_meta_file(sbi, ino))
308 ino);
330 ino != ni->mi.rno) {
338 return !dir_emit(ctx, (s8 *)name, name_len, ino, dt_type);
/linux-master/fs/btrfs/
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...]
H A Dextent_io.c2803 const u64 ino = btrfs_ino(inode); local
2810 key.objectid = ino;
2820 if (key.objectid == ino && key.type == BTRFS_EXTENT_DATA_KEY)
2830 if (key.objectid != ino || key.type != BTRFS_EXTENT_DATA_KEY)
2989 const u64 ino = btrfs_ino(inode); local
3001 ret = btrfs_lookup_file_extent(NULL, root, path, ino, (u64)-1, 0);
3017 if (key.objectid != ino || key.type != BTRFS_EXTENT_DATA_KEY) {
3043 ret = btrfs_previous_item(root, path, ino, BTRFS_EXTENT_DATA_KEY);
3064 const u64 ino = btrfs_ino(inode); local
3128 if (key.objectid != ino || ke
[all...]
/linux-master/fs/smb/server/
H A Dvfs.c1108 loff_t offset, u64 ino, unsigned int d_type)
1143 int namlen, loff_t offset, u64 ino,
1107 __dir_empty(struct dir_context *ctx, const char *name, int namlen, loff_t offset, u64 ino, unsigned int d_type) argument
1142 __caseless_lookup(struct dir_context *ctx, const char *name, int namlen, loff_t offset, u64 ino, unsigned int d_type) argument
H A Dsmb2pdu.c3605 stat.ino, tcon->id);
3926 dinfo->UniqueId = cpu_to_le64(ksmbd_kstat->kstat->ino);
3943 fibdinfo->UniqueId = cpu_to_le64(ksmbd_kstat->kstat->ino);
3972 posix_info->Inode = cpu_to_le64(ksmbd_kstat->kstat->ino);
4197 loff_t offset, u64 ino, unsigned int d_type)
4841 file_info->IndexNumber = cpu_to_le64(stat.ino);
4996 file_info->IndexNumber = cpu_to_le64(stat.ino);
5144 file_info->Inode = cpu_to_le64(stat.ino);
4196 __query_dir(struct dir_context *ctx, const char *name, int namlen, loff_t offset, u64 ino, unsigned int d_type) argument
/linux-master/fs/smb/client/
H A Dtrace.h677 TP_PROTO(unsigned long ino,
679 TP_ARGS(ino, rc),
681 __field(unsigned long, ino)
685 __entry->ino = ino;
689 __entry->ino, __entry->rc)
694 TP_PROTO(unsigned long ino, \
696 TP_ARGS(ino, rc))
H A Dinode.c892 * cifs_backup_query_path_info - SMB1 fallback code to get ino
969 * If that fails reuse existing ino or generate one
988 /* make an ino by hashing the UNC */
995 static inline bool is_inode_cache_good(struct inode *ino) argument
997 return ino && CIFS_CACHE_READ(CIFS_I(ino)) && CIFS_I(ino)->time != 0;
2645 stat->ino = CIFS_I(inode)->uniqueid;
/linux-master/fs/bcachefs/
H A Dfs.c834 stat->ino = inode->v.i_ino;
/linux-master/mm/
H A Dshmem.c328 * produces a novel ino for the newly allocated inode.
339 ino_t ino; local
351 ino = sbinfo->next_ino++;
352 if (unlikely(is_zero_ino(ino)))
353 ino = sbinfo->next_ino++;
355 ino > UINT_MAX)) {
364 ino = sbinfo->next_ino++;
366 *inop = ino;
385 ino = *next_ino;
386 if (unlikely(ino
2497 ino_t ino; local
3803 shmem_match(struct inode *ino, void *vfh) argument
[all...]
/linux-master/fs/squashfs/
H A Dinode.c75 struct inode *squashfs_iget(struct super_block *sb, long long ino, argument
88 err = squashfs_read_inode(inode, ino);
103 int squashfs_read_inode(struct inode *inode, long long ino) argument
107 u64 block = SQUASHFS_INODE_BLK(ino) + msblk->inode_table;
108 int err, type, offset = SQUASHFS_INODE_OFFSET(ino);
127 block = SQUASHFS_INODE_BLK(ino) + msblk->inode_table;
128 offset = SQUASHFS_INODE_OFFSET(ino);
171 "%llx, offset %x\n", SQUASHFS_INODE_BLK(ino),
218 "%llx, offset %x\n", SQUASHFS_INODE_BLK(ino),
241 SQUASHFS_INODE_BLK(ino), offse
[all...]
/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 Ddir.c1138 stat->ino = attr->ino;
1164 attr->ino = sx->ino;
1333 stat->ino = fi->orig_ino;
/linux-master/fs/zonefs/
H A Dsuper.c631 ino_t ino; local
643 ino = z->z_sector >> sbi->s_zone_sectors_shift;
644 inode = iget_locked(sb, ino);
652 inode->i_ino = ino;
680 ino_t ino = bdev_nr_zones(sb->s_bdev) + ztype + 1; local
682 inode = iget_locked(sb, ino);
688 inode->i_ino = ino;
792 ino_t ino; local
812 ino = z->z_sector >> sbi->s_zone_sectors_shift;
814 if (!dir_emit(ctx, fname, fname_len, ino, DT_RE
[all...]
/linux-master/fs/ceph/
H A Dmds_client.h157 u64 ino; member in struct:ceph_mds_reply_info_parsed::__anon27::__anon29
393 u64 ino; member in struct:ceph_quotarealm_inode
401 u64 ino; member in struct:cap_wait
625 extern int ceph_restore_deleg_ino(struct ceph_mds_session *session, u64 ino);
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...]
H A Daddr.c2073 ceph_oid_printf(&rd_req->r_base_oid, "%llx.00000000", ci->i_vino.ino);
/linux-master/fs/tracefs/
H A Devent_inode.c52 if (!ei->ino)
53 ei->ino = get_next_ino();
55 return ei->ino;
588 int ino; local
635 ino = EVENTFS_FILE_INODE_INO;
637 if (!dir_emit(ctx, name, strlen(name), ino, DT_REG))
659 ino = eventfs_dir_ino(ei_child);
661 if (!dir_emit(ctx, name, strlen(name), ino, DT_DIR))

Completed in 397 milliseconds

1234567891011>>