Searched refs:ino (Results 226 - 250 of 429) sorted by path

1234567891011>>

/linux-master/fs/ocfs2/
H A Drefcounttree.c3068 u64 ino = ocfs2_metadata_cache_owner(et->et_ci); local
3070 trace_ocfs2_clear_ext_refcount((unsigned long long)ino,
3100 (unsigned long long)ino, cpos);
3122 u64 ino = ocfs2_metadata_cache_owner(ci); local
3124 trace_ocfs2_replace_clusters((unsigned long long)ino,
4020 * must be identical except for three exceptions - nlink, ino, and ctime.
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 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);
H A Dstackglue.h207 u64 ino,
281 int ocfs2_plock(struct ocfs2_cluster_connection *conn, u64 ino,
H A Dsuper.c418 static int ocfs2_need_system_inode(struct ocfs2_super *osb, int ino) argument
421 && (ino == USER_QUOTA_SYSTEM_INODE
422 || ino == LOCAL_USER_QUOTA_SYSTEM_INODE))
425 && (ino == GROUP_QUOTA_SYSTEM_INODE
426 || ino == LOCAL_GROUP_QUOTA_SYSTEM_INODE))
910 unsigned int ino[OCFS2_MAXQUOTAS] = { local
920 inode[type] = ocfs2_get_system_file_inode(osb, ino[type],
/linux-master/fs/omfs/
H A Ddir.c306 ino_t ino = be64_to_cpu(oi->i_head.h_self); local
308 inode = omfs_iget(dir->i_sb, ino);
320 u64 ino = be64_to_cpu(header->h_self); local
321 is_bad = ((ino != fsblock) || (ino < sbi->s_root_ino) ||
322 (ino > sbi->s_num_blocks));
H A Dinode.c202 struct inode *omfs_iget(struct super_block *sb, ino_t ino) argument
211 inode = iget_locked(sb, ino);
217 bh = omfs_bread(inode->i_sb, ino);
224 if (ino != be64_to_cpu(oi->i_head.h_self))
/linux-master/fs/openpromfs/
H A Dinode.c43 static struct inode *openprom_iget(struct super_block *sb, ino_t ino);
190 unsigned int ino; local
211 ino = child->unique_id;
224 ino = prop->unique_id;
235 inode = openprom_iget(dir->i_sb, ino);
350 static struct inode *openprom_iget(struct super_block *sb, ino_t ino) argument
352 struct inode *inode = iget_locked(sb, ino);
/linux-master/fs/orangefs/
H A Dorangefs-kernel.h255 __u64 ino; member in union:__anon126
267 return ihandle.ino;
/linux-master/fs/overlayfs/
H A Dinode.c123 if (likely(!(stat->ino >> xinoshift))) {
124 stat->ino |= ((u64)fsid) << (xinoshift + 1);
128 pr_warn_ratelimited("inode number too big (%pd2, ino=%llu, xinobits=%d)\n",
129 dentry, stat->ino, xinobits);
145 stat->ino = dentry->d_inode->i_ino;
223 stat->ino = lowerstat.ino;
848 static void ovl_map_ino(struct inode *inode, unsigned long ino, int fsid) argument
861 inode->i_ino = ino;
864 } else if (xinobits && likely(!(ino >> xinoshif
887 ovl_inode_init(struct inode *inode, struct ovl_inode_params *oip, unsigned long ino, int fsid) argument
1223 unsigned long ino = 0; local
[all...]
H A Doverlayfs.h796 unsigned long ino, int fsid);
H A Dreaddir.c22 u64 ino; member in struct:ovl_cache_entry
147 u64 ino, unsigned int d_type)
160 p->real_ino = ino;
161 p->ino = ino;
164 p->ino = 0;
178 const char *name, int len, u64 ino,
188 p = ovl_cache_entry_new(rdd, name, len, ino, d_type);
203 loff_t offset, u64 ino, unsigned int d_type)
211 p = ovl_cache_entry_new(rdd, name, namelen, ino, d_typ
145 ovl_cache_entry_new(struct ovl_readdir_data *rdd, const char *name, int len, u64 ino, unsigned int d_type) argument
177 ovl_cache_entry_add_rb(struct ovl_readdir_data *rdd, const char *name, int len, u64 ino, unsigned int d_type) argument
201 ovl_fill_lowest(struct ovl_readdir_data *rdd, const char *name, int namelen, loff_t offset, u64 ino, unsigned int d_type) argument
257 ovl_fill_merge(struct dir_context *ctx, const char *name, int namelen, loff_t offset, u64 ino, unsigned int d_type) argument
436 ovl_remap_lower_ino(u64 ino, int xinobits, int fsid, const char *name, int namelen, bool warn) argument
476 u64 ino = p->real_ino; local
547 ovl_fill_plain(struct dir_context *ctx, const char *name, int namelen, loff_t offset, u64 ino, unsigned int d_type) argument
668 ovl_fill_real(struct dir_context *ctx, const char *name, int namelen, loff_t offset, u64 ino, unsigned int d_type) argument
1050 ovl_check_d_type(struct dir_context *ctx, const char *name, int namelen, loff_t offset, u64 ino, unsigned int d_type) argument
[all...]
H A Dsuper.c1246 unsigned long ino = d_inode(lowerpath->dentry)->i_ino; local
1259 ino = d_inode(upperdentry)->i_ino;
1284 ovl_inode_init(d_inode(root), &oip, ino, fsid); local
/linux-master/fs/
H A Dpidfs.c134 static int pidfs_inum(struct pid *pid, unsigned long *ino) argument
143 *ino = ret;
147 static inline void pidfs_free_inum(unsigned long ino) argument
149 if (ino > 0)
150 ida_free(&pidfd_inum_ida, ino);
153 static inline int pidfs_inum(struct pid *pid, unsigned long *ino) argument
155 *ino = pid->ino;
158 #define pidfs_free_inum(ino) ((void)(ino))
[all...]
/linux-master/fs/proc/
H A Dbase.c2066 ino_t ino = 1; local
2087 ino = inode->i_ino;
2091 return dir_emit(ctx, name, len, ino, type);
H A Dnommu.c33 unsigned long ino = 0; local
44 ino = inode->i_ino;
57 MAJOR(dev), MINOR(dev), ino);
H A Dpage.c289 u64 ino; local
306 ino = page_cgroup_ino(ppage);
308 ino = 0;
310 if (put_user(ino, out)) {
H A Dproc_net.c77 static int seq_release_net(struct inode *ino, struct file *f) argument
82 seq_release_private(ino, f);
193 static int single_release_net(struct inode *ino, struct file *f) argument
197 return single_release(ino, f);
H A Dproc_sysctl.c678 ino_t ino = 0; local
708 ino = inode->i_ino;
711 return dir_emit(ctx, qname.name, qname.len, ino, type);
H A Dtask_mmu.c245 dev_t dev, unsigned long ino)
258 seq_put_decimal_ull(m, " ", ino);
269 unsigned long ino = 0; local
279 ino = inode->i_ino;
285 show_vma_header_prefix(m, start, end, flags, pgoff, dev, ino);
242 show_vma_header_prefix(struct seq_file *m, unsigned long start, unsigned long end, vm_flags_t flags, unsigned long long pgoff, dev_t dev, unsigned long ino) argument
H A Dtask_nommu.c130 unsigned long ino = 0; local
142 ino = inode->i_ino;
156 MAJOR(dev), MINOR(dev), ino);
/linux-master/fs/qnx4/
H A Ddir.c24 int ix, ino; local
50 ino = blknum * QNX4_INODES_PER_BLOCK + ix - 1;
52 ino = ( le32_to_cpu(de->link.dl_inode_blk) - 1 ) *
58 if (!dir_emit(ctx, fname, size, ino, DT_UNKNOWN)) {
H A Dinode.c282 struct inode *qnx4_iget(struct super_block *sb, unsigned long ino) argument
290 inode = iget_locked(sb, ino);
299 QNX4DEBUG((KERN_INFO "reading inode : [%d]\n", ino));
300 if (!ino) {
303 sb->s_id, ino);
307 block = ino / QNX4_INODES_PER_BLOCK;
316 (ino % QNX4_INODES_PER_BLOCK);
343 ino, sb->s_id);
H A Dnamei.c51 const char *name, struct qnx4_inode_entry **res_dir, int *ino)
71 *ino = block * QNX4_INODES_PER_BLOCK +
90 int ino; local
98 if (!(bh = qnx4_find_entry(len, dir, name, &de, &ino)))
103 ino = (le32_to_cpu(lnk->dl_inode_blk) - 1) *
109 foundinode = qnx4_iget(dir->i_sb, ino);
50 qnx4_find_entry(int len, struct inode *dir, const char *name, struct qnx4_inode_entry **res_dir, int *ino) argument
/linux-master/fs/qnx6/
H A Dinode.c514 struct inode *qnx6_iget(struct super_block *sb, unsigned ino) argument
524 inode = iget_locked(sb, ino);
534 if (ino == 0) {
536 sb->s_id, ino);
540 n = (ino - 1) >> (PAGE_SHIFT - QNX6_INODE_SIZE_BITS);
541 offs = (ino - 1) & (~PAGE_MASK >> QNX6_INODE_SIZE_BITS);

Completed in 356 milliseconds

1234567891011>>