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

1234567

/netbsd-6-1-5-RELEASE/sys/coda/
H A Dcoda_venus.h42 /*out*/ dev_t *dev, ino_t *inode);
/netbsd-6-1-5-RELEASE/sys/ufs/ext2fs/
H A Dext2fs_bmap.c81 #include <ufs/ufs/inode.h>
138 struct inode *ip;
H A Dext2fs_vfsops.c97 #include <ufs/ufs/inode.h>
165 /* Fill in the inode uid/gid from ext2 halves. */
167 ext2fs_set_inode_guid(struct inode *ip)
231 pool_init(&ext2fs_inode_pool, sizeof(struct inode), 0, 0, 0,
518 * 6) re-read inode data for all active vnodes.
524 struct inode *ip;
631 * Step 6: re-read inode data for all active vnodes.
860 1 /* inode bitmap */ +
908 struct inode *ip;
923 * Write back each (modified) inode
[all...]
/netbsd-6-1-5-RELEASE/sys/ufs/ufs/
H A Dufs_quota1.c51 #include <ufs/ufs/inode.h>
56 static int chkdqchg(struct inode *, int64_t, kauth_cred_t, int);
57 static int chkiqchg(struct inode *, int32_t, kauth_cred_t, int);
63 chkdq1(struct inode *ip, int64_t change, kauth_cred_t cred, int flags)
119 chkdqchg(struct inode *ip, int64_t change, kauth_cred_t cred, int type)
168 * Check the inode limit, applying corrective action.
171 chkiq1(struct inode *ip, int32_t change, kauth_cred_t cred, int flags)
226 chkiqchg(struct inode *ip, int32_t change, kauth_cred_t cred, int type)
233 * If user would exceed their hard limit, disallow inode allocation.
238 uprintf("\n%s: write failed, %s inode limi
[all...]
H A Dufs_bmap.c54 #include <ufs/ufs/inode.h>
121 struct inode *ip;
331 * triple indirect block and the offset into the inode indirect block array.
332 * Note, the logical block number of the inode single/double/triple indirect
H A Dufs_quota.c56 #include <ufs/ufs/inode.h>
105 * Initialize the quota fields of an inode.
108 ufsquota_init(struct inode *ip)
117 * Release the quota fields from an inode.
120 ufsquota_free(struct inode *ip)
134 chkdq(struct inode *ip, int64_t change, kauth_cred_t cred, int flags)
152 * Check the inode limit, applying corrective action.
155 chkiq(struct inode *ip, int32_t change, kauth_cred_t cred, int flags)
753 * Set up the quotas for an inode.
761 getinoquota(struct inode *i
[all...]
H A Dufs_quota2.c47 #include <ufs/ufs/inode.h>
65 static int getinoquota2(struct inode *, bool, bool, struct buf **,
311 struct inode *ip = VTOI(vp);
368 getinoquota2(struct inode *ip, bool alloc, bool modify, struct buf **bpp,
440 quota2_check(struct inode *ip, int vtype, int64_t change, kauth_cred_t cred,
567 chkdq2(struct inode *ip, int64_t change, kauth_cred_t cred, int flags)
573 chkiq2(struct inode *ip, int32_t change, kauth_cred_t cred, int flags)
/netbsd-6-1-5-RELEASE/usr.bin/netstat/
H A Dunix.c91 u_long inode, u_long conn, u_long refs, u_long nextref,
95 so_pcb, socktype[so_type], rcvq, sndq, inode, conn, refs,
90 unixdomainpr0(u_long so_pcb, u_long so_type, u_long rcvq, u_long sndq, u_long inode, u_long conn, u_long refs, u_long nextref, u_long addr, struct sockaddr_un *sun, int remote) argument
/netbsd-6-1-5-RELEASE/usr.sbin/makefs/ffs/
H A Dffs_balloc.c63 static int ffs_balloc_ufs1(struct inode *, off_t, int, struct buf **);
64 static int ffs_balloc_ufs2(struct inode *, off_t, int, struct buf **);
69 * the inode and the logical block number in a file.
75 ffs_balloc(struct inode *ip, off_t offset, int bufsize, struct buf **bpp)
84 ffs_balloc_ufs1(struct inode *ip, off_t offset, int bufsize, struct buf **bpp)
336 ffs_balloc_ufs2(struct inode *ip, off_t offset, int bufsize, struct buf **bpp)
/netbsd-6-1-5-RELEASE/sys/ufs/lfs/
H A Dlfs_alloc.c84 #include <ufs/ufs/inode.h>
91 /* Constants for inode free bitmap */
116 struct inode *ip;
158 panic("inode 0 allocated [2]");
188 /* Allocate a new inode. */
215 DLOG((DLOG_ALLOC, "lfs_valloc: allocate inode %lld\n",
219 * Remove the inode from the free list and write the new start
225 panic("lfs_valloc: inuse inode %llu on the free list",
244 panic("inode 0 allocated [3]");
259 * Finish allocating a new inode, give
[all...]
H A Dlfs.h83 #define LFS_UNUSED_INUM 0 /* 0: out of band inode number */
84 #define LFS_IFILE_INUM 1 /* 1: IFILE inode number */
85 /* 2: Root inode number */
86 #define LOSTFOUNDINO 3 /* 3: lost+found inode number */
87 #define LFS_FIRST_INUM 4 /* 4: first free inode number */
266 # define DLOG_ALLOC 1 /* inode alloc */
302 * "struct inode" associated definitions
305 /* Address calculations for metadata located in the inode */
362 u_int16_t su_ninos; /* 10: number of inode blocks in seg */
379 u_int16_t su_ninos; /* 10: number of inode block
[all...]
H A Dlfs_bio.c75 #include <ufs/ufs/inode.h>
351 * inode blocks (including potentially the ifile inode), a summary block,
424 struct inode *ip;
611 struct inode *ip;
/netbsd-6-1-5-RELEASE/libexec/lfs_cleanerd/
H A Dcleansrv.c42 #include <ufs/ufs/inode.h>
/netbsd-6-1-5-RELEASE/sbin/dump/
H A Dtape.c104 int inode; /* inode that we are currently dealing with */ member in struct:slave
342 slp->inode = curino;
701 writeheader((ino_t)slp->inode);
707 msg("Volume %d begins with blocks from inode %d\n",
708 tapeno, slp->inode);
/netbsd-6-1-5-RELEASE/sbin/fsck_lfs/
H A Dpass0.c66 #include <ufs/ufs/inode.h>
91 * if necessary. Also check for valid offsets for inode and finfo blocks.
94 * XXX more could be done here---consistency between inode-held blocks and
112 * Check the inode free list for inuse inodes, and cycles.
H A Dpass4.c35 #include <ufs/ufs/inode.h>
H A Dpass5.c39 #include <ufs/ufs/inode.h>
H A Dutilities.c36 #include <ufs/ufs/inode.h>
246 * determine whether an inode should be fixed.
H A Dlfs.c73 #include <ufs/ufs/inode.h>
164 struct inode *ip;
229 * triple indirect block and the offset into the inode indirect block array.
230 * Note, the logical block number of the inode single/double/triple indirect
322 * Read the inode block backwards, since later versions of the
323 * inode will supercede earlier ones. Though it is unlikely, it is
324 * possible that the same inode will appear in the same inode block.
333 * lfs_raw_vget makes us a new vnode from the inode at the given disk address.
340 struct inode *i
[all...]
H A Dsegwrite.c70 #include <ufs/ufs/inode.h>
152 struct inode *ip;
200 struct inode *ip;
239 lfs_writeinode(struct lfs * fs, struct segment * sp, struct inode * ip)
252 /* Allocate a new inode block if necessary. */
260 /* Get next inode block. */
269 /* Zero out inode numbers */
282 /* Update the inode times and copy the inode onto the inode pag
[all...]
/netbsd-6-1-5-RELEASE/sys/ufs/ffs/
H A Dffs_wapbl.c53 #include <ufs/ufs/inode.h>
126 struct inode *ip;
130 "unable to cleanup inode %" PRIu32 "\n",
138 "cleaning inode %" PRIu64 " size=%" PRIu64 " mode=%o nlink=%d\n",
215 struct inode *ip;
242 /* if no existing log inode, just clear all fields and bail */
255 printf("ffs_wapbl: try to clear non-log inode "
263 * remove the log inode by setting its link count back
377 * Make sure MNT_RDONLY is not set so that the inode
605 struct inode *i
[all...]
H A Dffs_subr.c67 #include <ufs/ufs/inode.h>
72 * Load up the contents of an inode and copy the appropriate pieces
76 ffs_load_inode(struct buf *bp, struct inode *ip, struct fs *fs, ino_t ino)
H A Dffs_inode.c87 #include <ufs/ufs/inode.h>
96 static int ffs_indirtrunc(struct inode *, daddr_t, daddr_t, daddr_t, int,
100 * Update the access, modified, and inode change times as specified
102 * The IN_MODIFIED flag is used to specify that the inode needs to be
105 * the inode change time is always taken from the current time. If
107 * disk write of the inode to complete.
116 struct inode *ip;
158 /* Keep unlinked inode list up to date */
202 * Truncate the inode oip to at most length size, freeing the
209 struct inode *oi
[all...]
/netbsd-6-1-5-RELEASE/sys/fs/nilfs/
H A Dnilfs.h197 struct nilfs_inode inode; /* readin copy */ member in struct:nilfs_node
/netbsd-6-1-5-RELEASE/libexec/makewhatis/
H A Dmakewhatis.c503 addmanpage(manpage **tree, ino_t inode, char *name, size_t sdoff, size_t sdlen) argument
508 if (mp->mp_inode == inode)
510 tree = inode < mp->mp_inode ? &mp->mp_left : &mp->mp_right;
516 mp->mp_inode = inode;

Completed in 330 milliseconds

1234567