Searched defs:ino (Results 1 - 25 of 207) sorted by relevance

123456789

/fs/autofs4/
H A Dsymlink.c18 struct autofs_info *ino = autofs4_dentry_ino(dentry); local
19 if (ino && !autofs4_oz_mode(sbi))
20 ino->last_used = jiffies;
/fs/nilfs2/
H A Dexport.h11 * @ino: inode number
18 u64 ino; member in struct:nilfs_fid
H A Difile.h36 nilfs_ifile_map_inode(struct inode *ifile, ino_t ino, struct buffer_head *ibh) argument
39 return nilfs_palloc_block_get_entry(ifile, ino, ibh, kaddr);
42 static inline void nilfs_ifile_unmap_inode(struct inode *ifile, ino_t ino, argument
H A Difile.c54 * number is stored in the place pointed by @ino, and buffer_head pointer
97 * @ino: inode number
106 * %-ENOENT - The inode number @ino have not been allocated.
108 int nilfs_ifile_delete_inode(struct inode *ifile, ino_t ino) argument
111 .pr_entry_nr = ino, .pr_entry_bh = NULL
143 int nilfs_ifile_get_inode_block(struct inode *ifile, ino_t ino, argument
149 if (unlikely(!NILFS_VALID_INODE(sb, ino))) {
151 (unsigned long) ino);
155 err = nilfs_palloc_get_entry_block(ifile, ino, 0, out_bh);
158 (unsigned long) ino);
[all...]
/fs/xfs/
H A Dxfs_export.h63 u64 ino; member in struct:xfs_fid64
H A Dxfs_export.c104 fid->i32.ino = XFS_I(inode)->i_ino;
112 fid64->ino = XFS_I(inode)->i_ino;
123 u64 ino,
131 * NFS can sometimes send requests for ino 0. Fail them gracefully.
133 if (ino == 0)
141 error = xfs_iget(mp, NULL, ino, XFS_IGET_UNTRUSTED, 0, &ip);
176 inode = xfs_nfs_get_inode(sb, fid->i32.ino, fid->i32.gen);
180 inode = xfs_nfs_get_inode(sb, fid64->ino, fid64->gen);
121 xfs_nfs_get_inode( struct super_block *sb, u64 ino, u32 generation) argument
/fs/qnx6/
H A Dnamei.c18 unsigned ino; local
27 ino = qnx6_find_entry(len, dir, name, &page);
28 if (ino) {
29 foundinode = qnx6_iget(dir->i_sb, ino);
/fs/affs/
H A Ddir.c54 u32 ino; local
57 pr_debug("%s(ino=%lu,f_pos=%lx)\n",
82 ino = (u32)(long)file->private_data;
83 if (ino && file->f_version == inode->i_version) {
84 pr_debug("readdir() left off=%d\n", ino);
88 ino = be32_to_cpu(AFFS_HEAD(dir_bh)->table[hash_pos]);
89 for (i = 0; ino && i < chain_pos; i++) {
90 fh_bh = affs_bread(sb, ino);
96 ino = be32_to_cpu(AFFS_TAIL(sb, fh_bh)->hash_chain);
100 if (ino)
[all...]
H A Dinode.c18 struct inode *affs_iget(struct super_block *sb, unsigned long ino) argument
29 inode = iget_locked(sb, ino);
258 pr_debug("evict_inode(ino=%lu, nlink=%u)\n",
/fs/qnx4/
H A Ddir.c25 int ix, ino; local
53 ino = blknum * QNX4_INODES_PER_BLOCK + ix - 1;
56 ino = ( le32_to_cpu(le->dl_inode_blk) - 1 ) *
60 if (!dir_emit(ctx, de->di_fname, size, ino, DT_UNKNOWN)) {
H A Dnamei.c57 const char *name, struct qnx4_inode_entry **res_dir, int *ino)
77 *ino = block * QNX4_INODES_PER_BLOCK +
96 int ino; local
104 if (!(bh = qnx4_find_entry(len, dir, name, &de, &ino)))
109 ino = (le32_to_cpu(lnk->dl_inode_blk) - 1) *
115 foundinode = qnx4_iget(dir->i_sb, ino);
56 qnx4_find_entry(int len, struct inode *dir, const char *name, struct qnx4_inode_entry **res_dir, int *ino) argument
/fs/efs/
H A Dnamei.c76 static struct inode *efs_nfs_get_inode(struct super_block *sb, u64 ino, argument
81 if (ino == 0)
83 inode = efs_iget(sb, ino);
112 efs_ino_t ino; local
114 ino = efs_find_entry(child->d_inode, "..", 2);
115 if (ino)
116 parent = d_obtain_alias(efs_iget(child->d_inode->i_sb, ino));
/fs/f2fs/
H A Dinode.c77 /* Check if ino is within scope */
124 struct inode *f2fs_iget(struct super_block *sb, unsigned long ino) argument
130 inode = iget_locked(sb, ino);
138 if (ino == F2FS_NODE_INO(sbi) || ino == F2FS_META_INO(sbi))
145 if (ino == F2FS_NODE_INO(sbi)) {
148 } else if (ino == F2FS_META_INO(sbi)) {
/fs/freevxfs/
H A Dvxfs_inode.c52 vxfs_dumpi(struct vxfs_inode_info *vip, ino_t ino) argument
55 if (ino)
56 printk(KERN_DEBUG "dumping vxfs inode %ld\n", ino);
75 * @ino: inode number to search
78 * vxfs_blkiget searches inode @ino in the filesystem described by
88 vxfs_blkiget(struct super_block *sbp, u_long extent, ino_t ino) argument
93 block = extent + ((ino * VXFS_ISIZE) / sbp->s_blocksize);
94 offset = ((ino % (sbp->s_blocksize / VXFS_ISIZE)) * VXFS_ISIZE);
106 vxfs_dumpi(vip, ino);
121 * @ino
130 __vxfs_iget(ino_t ino, struct inode *ilistp) argument
174 vxfs_stiget(struct super_block *sbp, ino_t ino) argument
293 vxfs_iget(struct super_block *sbp, ino_t ino) argument
[all...]
H A Dvxfs_lookup.c179 ino_t ino = 0; local
183 ino = de->d_ino;
188 return (ino);
209 ino_t ino; local
214 ino = vxfs_inode_by_name(dip, dp);
215 if (ino) {
216 ip = vxfs_iget(dip->i_sb, ino);
/fs/ncpfs/
H A Dncp_fs.h36 ino_t ino; member in struct:ncp_entry_info
/fs/ocfs2/
H A Ddcache.c275 mlog_bug_on_msg(!dl, "parent %llu, ino %llu\n",
405 unsigned long long ino = 0ULL; local
407 ino = (unsigned long long)OCFS2_I(inode)->ip_blkno;
410 ino, dentry->d_flags, dentry->d_name.len,
/fs/proc/
H A Dnommu.c39 unsigned long ino = 0; local
50 ino = inode->i_ino;
63 MAJOR(dev), MINOR(dev), ino);
/fs/squashfs/
H A Dexport.c50 * Look-up inode number (ino) in table, returning the inode location.
58 __le64 ino; local
63 err = squashfs_read_metadata(sb, &ino, &start, &offset, sizeof(ino));
68 (u64) le64_to_cpu(ino));
70 return le64_to_cpu(ino);
77 long long ino; local
82 ino = squashfs_inode_lookup(sb, ino_num);
83 if (ino >= 0)
84 dentry = d_obtain_alias(squashfs_iget(sb, ino, ino_nu
[all...]
H A Dinode.c84 struct inode *squashfs_iget(struct super_block *sb, long long ino, argument
97 err = squashfs_read_inode(inode, ino);
112 int squashfs_read_inode(struct inode *inode, long long ino) argument
116 u64 block = SQUASHFS_INODE_BLK(ino) + msblk->inode_table;
117 int err, type, offset = SQUASHFS_INODE_OFFSET(ino);
136 block = SQUASHFS_INODE_BLK(ino) + msblk->inode_table;
137 offset = SQUASHFS_INODE_OFFSET(ino);
180 "%llx, offset %x\n", SQUASHFS_INODE_BLK(ino),
227 "%llx, offset %x\n", SQUASHFS_INODE_BLK(ino),
250 SQUASHFS_INODE_BLK(ino), offse
[all...]
/fs/sysv/
H A Dialloc.c56 sysv_raw_inode(struct super_block *sb, unsigned ino, struct buffer_head **bh) argument
62 block += (ino-1) >> sbi->s_inodes_per_block_bits;
67 return res + ((ino-1) & sbi->s_inodes_per_block_1);
75 int i = 0, ino; local
77 ino = SYSV_ROOT_INO+1;
78 raw_inode = sysv_raw_inode(sb, ino, &bh);
81 while (ino <= sbi->s_ninodes) {
83 *sv_sb_fic_inode(sb,i++) = cpu_to_fs16(SYSV_SB(sb), ino);
87 if ((ino++ & sbi->s_inodes_per_block_1) == 0) {
89 raw_inode = sysv_raw_inode(sb, ino,
104 unsigned int ino; local
140 sysv_ino_t ino; local
186 int ino, count, sb_count; local
[all...]
/fs/ufs/
H A Dialloc.c63 unsigned ino, cg, bit; local
65 UFSD("ENTER, ino %lu\n", inode->i_ino);
70 ino = inode->i_ino;
74 if (!((ino > 1) && (ino < (uspi->s_ncg * uspi->s_ipg )))) {
75 ufs_warning(sb, "ufs_free_inode", "reserved inode or nonexistent inode %u\n", ino);
80 cg = ufs_inotocg (ino);
81 bit = ufs_inotocgoff (ino);
96 ufs_error(sb, "ufs_free_inode", "bit already cleared for inode %u", ino);
99 if (ino < ucp
[all...]
/fs/xfs/libxfs/
H A Dxfs_symlink_remote.c55 xfs_ino_t ino,
69 dsl->sl_owner = cpu_to_be64(ino);
83 xfs_ino_t ino,
94 if (ino != be64_to_cpu(dsl->sl_owner))
53 xfs_symlink_hdr_set( struct xfs_mount *mp, xfs_ino_t ino, uint32_t offset, uint32_t size, struct xfs_buf *bp) argument
82 xfs_symlink_hdr_ok( xfs_ino_t ino, uint32_t offset, uint32_t size, struct xfs_buf *bp) argument
/fs/ceph/
H A Dexport.c14 u64 ino; member in struct:ceph_nfs_fh
18 * Larger fh that includes parent ino.
21 u64 ino, parent_ino; member in struct:ceph_nfs_confh
48 cfh->ino = ceph_ino(inode);
54 fh->ino = ceph_ino(inode);
61 static struct dentry *__fh_to_dentry(struct super_block *sb, u64 ino) argument
69 vino.ino = ino;
101 dout("__fh_to_dentry %llx %p dentry %p\n", ino, inode, dentry);
120 dout("fh_to_dentry %llx\n", fh->ino);
124 __get_parent(struct super_block *sb, struct dentry *child, u64 ino) argument
[all...]
/fs/exofs/
H A Dnamei.c52 ino_t ino; local
57 ino = exofs_inode_by_name(dir, dentry);
58 inode = ino ? exofs_iget(dir->i_sb, ino) : NULL;

Completed in 535 milliseconds

123456789