Searched refs:ino (Results 251 - 275 of 418) sorted by relevance

<<11121314151617

/linux-master/arch/alpha/kernel/
H A Dosf_sys.c113 loff_t offset, u64 ino, unsigned int d_type)
124 d_ino = ino;
125 if (sizeof(d_ino) < sizeof(ino) && d_ino != ino) {
293 tmp.st_ino = lstat->ino;
112 osf_filldir(struct dir_context *ctx, const char *name, int namlen, loff_t offset, u64 ino, unsigned int d_type) argument
/linux-master/drivers/char/ipmi/
H A Dipmi_watchdog.c833 static int ipmi_open(struct inode *ino, struct file *filep) argument
835 switch (iminor(ino)) {
846 return stream_open(ino, filep);
876 static int ipmi_close(struct inode *ino, struct file *filep) argument
878 if (iminor(ino) == WATCHDOG_MINOR) {
/linux-master/fs/ceph/
H A Dinode.c43 * find or create an inode, given the ceph ino number
142 inode = inode_insert5(newino, (unsigned long)vino.ino,
147 inode = iget5_locked(sb, (unsigned long)vino.ino,
152 doutc(cl, "no inode found for %llx.%llx\n", vino.ino, vino.snap);
169 .ino = ceph_ino(parent),
694 doutc(cl, "%p ino %llx.%llx\n", inode, ceph_vinop(inode));
964 doutc(cl, "%p ino %llx.%llx v %llu had %llu\n", inode, ceph_vinop(inode),
973 "inode type changed! (ino %llx.%llx is 0%o, mds says 0%o)\n",
980 "dev inode rdev changed! (ino %llx.%llx is %u:%u, mds says %u:%u)\n",
1487 pr_err_client(cl, "error %ld %p inode %p ino
[all...]
H A Dfile.c481 u64 ino; local
509 ino = ceph_get_deleg_ino(ci->i_auth_cap->session);
510 if (!ino)
513 *pino = ino;
524 static void restore_deleg_ino(struct inode *dir, u64 ino) argument
535 int err = ceph_restore_deleg_ino(s, ino);
538 "unable to restore delegated ino 0x%llx to session: %d\n",
539 ino, err);
608 u64 ino = ceph_vino(tinode).ino; local
[all...]
/linux-master/fs/befs/
H A Dlinuxvfs.c298 static struct inode *befs_iget(struct super_block *sb, unsigned long ino) argument
306 befs_debug(sb, "---> %s inode = %lu", __func__, ino);
308 inode = iget_locked(sb, ino);
639 static struct inode *befs_nfs_get_inode(struct super_block *sb, uint64_t ino, argument
643 return befs_iget(sb, ino);
/linux-master/fs/ocfs2/
H A Dstack_user.c730 u64 ino,
744 return dlm_posix_cancel(conn->cc_lockspace, ino, file, fl);
746 return dlm_posix_get(conn->cc_lockspace, ino, file, fl);
748 return dlm_posix_unlock(conn->cc_lockspace, ino, file, fl);
750 return dlm_posix_lock(conn->cc_lockspace, ino, file, cmd, fl);
729 user_plock(struct ocfs2_cluster_connection *conn, u64 ino, struct file *file, int cmd, struct file_lock *fl) argument
H A Dquota_local.c166 unsigned int ino[OCFS2_MAXQUOTAS] = { USER_QUOTA_SYSTEM_INODE, local
199 ginode = ocfs2_get_system_file_inode(OCFS2_SB(sb), ino[type],
391 unsigned int ino[OCFS2_MAXQUOTAS] = { LOCAL_USER_QUOTA_SYSTEM_INODE, local
414 lqinode = ocfs2_get_system_file_inode(osb, ino[type], slot_num);
589 unsigned int ino[OCFS2_MAXQUOTAS] = { LOCAL_USER_QUOTA_SYSTEM_INODE, local
608 lqinode = ocfs2_get_system_file_inode(osb, ino[type], slot_num);
H A Dstackglue.c291 int ocfs2_plock(struct ocfs2_cluster_connection *conn, u64 ino, argument
296 return active_stack->sp_ops->plock(conn, ino, file, cmd, fl);
/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/btrfs/
H A Dfile.c212 u64 ino = btrfs_ino(inode); local
252 ret = btrfs_lookup_file_extent(trans, root, path, ino,
259 if (key.objectid == ino &&
281 if (key.objectid > ino)
283 if (WARN_ON_ONCE(key.objectid < ino) ||
533 key.objectid = ino;
619 u64 ino = btrfs_ino(inode); local
627 key.objectid = ino;
639 if (key.objectid != ino ||
668 ino, byten
3477 const u64 ino = btrfs_ino(inode); local
[all...]
H A Dinode-item.c499 key.objectid = control->ino;
536 if (found_key.objectid != control->ino)
681 control->ino, extent_offset,
H A Dprops.c269 "error applying prop %s to ino %llu (root %llu): %d",
279 u64 ino = btrfs_ino(BTRFS_I(inode)); local
281 return iterate_object_props(root, path, ino, inode_prop_iterator, inode);
/linux-master/fs/nfs/flexfilelayout/
H A Dflexfilelayoutdev.c374 struct inode *ino = lseg->pls_layout->plh_inode; local
375 struct nfs_server *s = NFS_SERVER(ino);
414 pnfs_error_mark_layout_for_return(ino, lseg);
/linux-master/include/trace/events/
H A Djbd2.h123 __field( ino_t, ino )
128 __entry->ino = inode->i_ino;
131 TP_printk("dev %d,%d ino %lu",
133 (unsigned long) __entry->ino)
/linux-master/fs/coda/
H A Ddir.c357 ino_t ino; local
408 ino = vdir->d_fileno;
410 if (!dir_emit(ctx, name.name, name.len, ino, type))
534 - it's ino changed
/linux-master/fs/xfs/
H A Dxfs_iwalk.c180 xfs_ino_t ino; local
211 ino = XFS_AGINO_TO_INO(mp, pag->pag_agno,
213 error = iwag->iwalk_fn(mp, tp, ino, iwag->data);
/linux-master/fs/ufs/
H A Dinode.c425 UFSD("ENTER, ino %lu, fragment %llu\n", inode->i_ino, (unsigned long long)fragment);
618 UFSD("Reading ufs2 inode, ino %lu\n", inode->i_ino);
659 struct inode *ufs_iget(struct super_block *sb, unsigned long ino) argument
667 UFSD("ENTER, ino %lu\n", ino);
669 if (ino < UFS_ROOTINO || ino > (uspi->s_ncg * uspi->s_ipg)) {
671 ino);
675 inode = iget_locked(sb, ino);
816 UFSD("ENTER, ino
[all...]
H A Dsuper.c99 static struct inode *ufs_nfs_get_inode(struct super_block *sb, u64 ino, u32 generation) argument
104 if (ino < UFS_ROOTINO || ino > (u64)uspi->s_ncg * uspi->s_ipg)
107 inode = ufs_iget(sb, ino);
131 ino_t ino; local
133 ino = ufs_inode_by_name(d_inode(child), &dotdot_name);
134 if (!ino)
136 return d_obtain_alias(ufs_iget(child->d_sb, ino));
/linux-master/fs/f2fs/
H A Dextent_cache.c46 f2fs_warn(sbi, "%s: inode (ino=%lx) extent info [%u, %u, %u] is incorrect, run fsck to fix",
329 nid_t ino = inode->i_ino; local
332 et = radix_tree_lookup(&eti->extent_tree_root, ino);
336 f2fs_radix_tree_insert(&eti->extent_tree_root, ino, et);
338 et->ino = ino;
917 radix_tree_delete(&eti->extent_tree_root, et->ino);
/linux-master/arch/x86/kernel/cpu/mtrr/
H A Dif.c338 static int mtrr_close(struct inode *ino, struct file *file) argument
354 return single_release(ino, file);
/linux-master/security/tomoyo/
H A Daudit.c198 " path%u.parent={ uid=%u gid=%u ino=%lu perm=0%o }",
202 (unsigned long)stat->ino,
207 " path%u={ uid=%u gid=%u ino=%lu major=%u minor=%u perm=0%o type=%s",
211 (unsigned long)stat->ino,
/linux-master/arch/arm/kernel/
H A Dsys_oabi-compat.c128 tmp.__st_ino = stat->ino;
144 tmp.st_ino = stat->ino;
/linux-master/fs/affs/
H A Dinode.c18 struct inode *affs_iget(struct super_block *sb, unsigned long ino) argument
29 inode = iget_locked(sb, ino);
263 pr_debug("evict_inode(ino=%lu, nlink=%u)\n",
/linux-master/fs/ext4/
H A Dext4.h94 #define ext_debug(ino, fmt, ...) \
95 pr_debug("[%s/%d] EXT4-fs (%s): ino %lu: (%s, %d): %s:" fmt, \
97 ino->i_sb->s_id, ino->i_ino, __FILE__, __LINE__, \
100 #define ext_debug(ino, fmt, ...) no_printk(fmt, ##__VA_ARGS__)
1791 static inline int ext4_valid_inum(struct super_block *sb, unsigned long ino) argument
1793 return ino == EXT4_ROOT_INO ||
1794 (ino >= EXT4_FIRST_INO(sb) &&
1795 ino <= le32_to_cpu(EXT4_SB(sb)->s_es->s_inodes_count));
2857 extern int ext4_mark_inode_used(struct super_block *sb, int ino);
[all...]
/linux-master/fs/orangefs/
H A Dorangefs-kernel.h255 __u64 ino; member in union:__anon126
267 return ihandle.ino;

Completed in 212 milliseconds

<<11121314151617