Searched refs:inode (Results 101 - 125 of 174) sorted by relevance

1234567

/freebsd-current/sbin/fsck_ffs/
H A Ddir.c57 static int expanddir(struct inode *ip, char *name);
97 struct inode ip;
113 * Only the root inode should have depth of 0, so if any other
427 struct inode ip;
433 pfatal("out-of-range inode number %ju", (uintmax_t)ino);
453 struct inode ip;
565 struct inode ip;
707 struct inode ip;
734 struct inode ip;
747 idesc.id_parent = ino; /* this is the inode t
[all...]
H A Dsetup.c52 struct inohash *inphash; /* hash list of directory inode info */
54 struct inode snaplist[FSMAXSNAP + 1]; /* list of active snapshots */
65 static int checksnapinfo(struct inode *);
76 struct inode ip;
182 * imported here and into inode.c from sys/ufs/ffs/ffs_snapshot.c.
197 printf("Removing non-snapshot inode %ju from snapshot list\n",
226 * is consulted before checking the snapshot inode. Its purpose is to
228 * checks of the snapshot inode. In particular, the list must contain
253 pwarn("UFS%d snapshot inode %jd failed: " \
262 pwarn("UFS%d snapshot inode
[all...]
H A Dpass3.c48 struct inode ip;
H A Dinode.c48 struct bufarea *icachebp; /* inode cache buffer */
62 struct inode ip;
167 struct inode ip;
252 * Finds the disk block address at the specified lbn within the inode
429 ginode(ino_t inumber, struct inode *ip)
435 errx(EEXIT, "bad inode number %ju to ginode",
446 /* take an additional reference for the returned inode */
488 * Release a held inode.
491 irelse(struct inode *ip)
494 /* Check for failed inode rea
[all...]
/freebsd-current/sys/contrib/openzfs/module/os/linux/spl/
H A Dspl-proc.c476 proc_slab_open(struct inode *inode, struct file *filp) argument
516 proc_taskq_all_open(struct inode *inode, struct file *filp) argument
522 proc_taskq_open(struct inode *inode, struct file *filp) argument
/freebsd-current/sys/gnu/gcov/
H A Dgcov_fs.c326 gcov_seq_open(struct inode *inode, struct file *file) argument
328 struct gcov_node *node = inode->i_private;
367 gcov_seq_release(struct inode *inode, struct file *file) argument
378 seq_release(inode, file);
/freebsd-current/sys/fs/ext2fs/
H A Dext2_extattr.c44 #include <fs/ext2fs/inode.h>
175 ext2_extattr_block_check(struct inode *ip, struct buf *bp)
191 ext2_extattr_inode_list(struct inode *ip, int attrnamespace,
265 ext2_extattr_block_list(struct inode *ip, int attrnamespace,
332 ext2_extattr_inode_get(struct inode *ip, int attrnamespace,
407 ext2_extattr_block_get(struct inode *ip, int attrnamespace,
538 ext2_extattr_inode_delete(struct inode *ip, int attrnamespace, const char *name)
628 ext2_extattr_block_clone(struct inode *ip, struct buf **bpp)
670 ext2_extattr_block_delete(struct inode *ip, int attrnamespace, const char *name)
902 ext2_extattr_inode_set(struct inode *i
[all...]
H A Dext2_balloc.c49 #include <fs/ext2fs/inode.h>
56 ext2_ext_balloc(struct inode *ip, uint32_t lbn, int size,
95 * the inode and the logical block number in a file.
98 ext2_balloc(struct inode *ip, e2fs_lbn_t lbn, int size, struct ucred *cred,
H A Dext2_acl.c45 #include <fs/ext2fs/inode.h>
55 ext2_sync_acl_from_inode(struct inode *ip, struct acl *acl)
119 ext2_sync_inode_from_acl(struct acl *acl, struct inode *ip)
352 struct inode *ip = VTOI(ap->a_vp);
463 * inode and mark it as changed.
H A Dext2_inode_cnv.c38 #include <fs/ext2fs/inode.h>
53 ext2_print_inode(struct inode *in)
142 * raw ext2 inode LE to host inode conversion
145 ext2_ei2i(struct ext2fs_dinode *ei, struct inode *ip)
155 SDT_PROBE2(ext2fs, , trace, inode_cnv, 1, "bad inode number");
160 * Godmar thinks - if the link count is zero, then the inode is
169 SDT_PROBE2(ext2fs, , trace, inode_cnv, 1, "root inode invalid");
173 /* Check extra inode size */
179 "bad extra inode siz
[all...]
H A Dext2_bmap.c50 #include <fs/ext2fs/inode.h>
93 struct inode *ip;
212 struct inode *ip;
331 struct inode *ip;
420 * triple indirect block and the offset into the inode indirect block array.
421 * Note, the logical block number of the inode single/double/triple indirect
/freebsd-current/sys/ofed/drivers/infiniband/core/
H A Dib_user_mad.c934 static int ib_umad_open(struct inode *inode, struct file *filp) argument
940 port = container_of(inode->i_cdev->si_drv1, struct ib_umad_port, cdev);
963 ret = nonseekable_open(inode, filp);
977 static int ib_umad_close(struct inode *inode, struct file *filp) argument
1028 static int ib_umad_sm_open(struct inode *inode, struct file *filp) argument
1036 port = container_of(inode->i_cdev->si_drv1, struct ib_umad_port, sm_cdev);
1056 ret = nonseekable_open(inode, fil
1075 ib_umad_sm_close(struct inode *inode, struct file *filp) argument
[all...]
/freebsd-current/sys/compat/linuxkpi/common/include/linux/
H A Dcdev.h41 struct inode;
/freebsd-current/usr.sbin/makefs/ffs/
H A Dufs_inode.h2 /* From: NetBSD: inode.h,v 1.27 2001/12/18 10:57:23 fvdl Exp $ */
45 struct inode { struct
46 ino_t i_number; /* The identity of the inode. */
/freebsd-current/usr.sbin/makefs/msdos/
H A Dmsdosfs_vnops.c80 * an inode (if dos had them) resides in the directory itself. Since we
134 * normally be in the inode of a unix filesystem. This means that some of
136 * an inode). This can cause problems if we are searching while some other
344 * the (locked) directory inode in ndp->ni_dvp.
363 struct stat *st = &node->inode->st;
398 msdosfs_times(&ndirent, &node->inode->st);
436 struct stat *st = &node->inode->st;
571 msdosfs_times(&ndirent, &node->inode->st);
/freebsd-current/sys/ufs/ffs/
H A Dffs_snapshot.c67 #include <ufs/ufs/inode.h>
112 ffs_snapgone(struct inode *ip)
135 static int expunge_ufs1(struct vnode *, struct inode *, struct fs *,
148 static int expunge_ufs2(struct vnode *, struct inode *, struct fs *,
208 struct inode *ip, *xp;
368 * Change inode to snapshot type file. Before setting its block
519 * - one for each snapshot inode block
527 * expanded by one because of an update of an inode block for
638 * Preallocate all the direct blocks in the snapshot inode so
639 * that we never have to write the inode itsel
[all...]
H A Dffs_softdep.c74 #include <ufs/ufs/inode.h>
145 struct inode *ip,
165 softdep_setup_allocdirect(struct inode *ip,
178 softdep_setup_allocext(struct inode *ip,
191 softdep_setup_allocindir_page(struct inode *ip,
205 struct inode *ip,
215 softdep_journal_freeblocks(struct inode *ip,
225 softdep_journal_fsync(struct inode *ip)
232 softdep_setup_freeblocks(struct inode *ip,
251 struct inode *d
[all...]
H A Dffs_alloc.c94 #include <ufs/ufs/inode.h>
102 typedef ufs2_daddr_t allocfcn_t(struct inode *ip, uint64_t cg,
105 static ufs2_daddr_t ffs_alloccg(struct inode *, uint64_t, ufs2_daddr_t, int,
108 ffs_alloccgblk(struct inode *, struct buf *, ufs2_daddr_t, int);
113 static int ffs_checkfreeblk(struct inode *, ufs2_daddr_t, long);
116 static ufs2_daddr_t ffs_clusteralloc(struct inode *, uint64_t, ufs2_daddr_t,
118 static ino_t ffs_dirpref(struct inode *);
119 static ufs2_daddr_t ffs_fragextend(struct inode *, uint64_t, ufs2_daddr_t,
121 static ufs2_daddr_t ffs_hashalloc(struct inode *, uint64_t, ufs2_daddr_t,
123 static ufs2_daddr_t ffs_nodealloccg(struct inode *, uint64_
[all...]
H A Dffs_rawread.c46 #include <ufs/ufs/inode.h>
191 struct inode *ip;
415 struct inode *ip;
/freebsd-current/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_ioctl_os.c110 zfsdev_open(struct inode *ino, struct file *filp)
122 zfsdev_release(struct inode *ino, struct file *filp)
H A Dzpl_file_range.c47 struct inode *src_i = file_inode(src_file);
48 struct inode *dst_i = file_inode(dst_file);
/freebsd-current/usr.bin/stat/tests/
H A Dstat_test.sh192 local inode=$(stat -f '%i' $path)
205 Device: $devid Inode: $inode Links: $nlink
/freebsd-current/sys/contrib/dev/athk/ath10k/
H A Ddebug.c434 static int ath10k_fw_stats_open(struct inode *inode, struct file *file) argument
436 struct ath10k *ar = inode->i_private;
478 static int ath10k_fw_stats_release(struct inode *inode, struct file *file) argument
1324 static int ath10k_debug_cal_data_open(struct inode *inode, struct file *file) argument
1326 struct ath10k *ar = inode->i_private;
1669 static int ath10k_tpc_stats_open(struct inode *inode, struc argument
1709 ath10k_tpc_stats_release(struct inode *inode, struct file *file) argument
2331 ath10k_tpc_stats_final_open(struct inode *inode, struct file *file) argument
2371 ath10k_tpc_stats_final_release(struct inode *inode, struct file *file) argument
[all...]
/freebsd-current/sys/ufs/ufs/
H A Dufs_quota.c57 #include <ufs/ufs/inode.h>
75 static int chkdqchg(struct inode *, ufs2_daddr_t, struct ucred *, int, int *);
76 static int chkiqchg(struct inode *, int, struct ucred *, int, int *);
95 static void chkdquot(struct inode *);
99 * Set up the quotas for an inode.
107 getinoquota(struct inode *ip)
151 chkdq(struct inode *ip, ufs2_daddr_t change, struct ucred *cred, int flags)
251 chkdqchg(struct inode *ip, ufs2_daddr_t change, struct ucred *cred,
303 * Check the inode limit, applying corrective action.
306 chkiq(struct inode *i
[all...]
H A Dufs_bmap.c55 #include <ufs/ufs/inode.h>
162 struct inode *ip;
348 struct inode *ip;
447 * triple indirect block and the offset into the inode indirect block array.
448 * Note, the logical block number of the inode single/double/triple indirect

Completed in 367 milliseconds

1234567