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

12345

/freebsd-11.0-release/sys/ofed/drivers/infiniband/core/
H A Ducma.c1308 static int ucma_open(struct inode *inode, struct file *filp) argument
1324 return nonseekable_open(inode, filp);
1327 static int ucma_close(struct inode *inode, struct file *filp) argument
H A Dverbs.c1422 xrcd->inode = NULL;
/freebsd-11.0-release/sys/ufs/ffs/
H A Dffs_vfsops.c64 #include <ufs/ufs/inode.h>
84 static void ffs_ifree(struct ufsmount *ump, struct inode *ip);
160 uma_inode = uma_zcreate("FFS inode",
161 sizeof(struct inode), NULL, NULL, NULL, NULL,
577 * 6) re-read inode data for all active vnodes.
583 struct inode *ip;
705 * Step 5: re-read inode data for all active vnodes.
1416 sync_doupdate(struct inode *ip)
1426 * cylinder group blocks or inode blocks updates and are written to
1434 struct inode *i
[all...]
H A Dffs_balloc.c74 #include <ufs/ufs/inode.h>
85 * the inode and the logical block number in a file.
93 struct inode *ip;
536 * the inode and the logical block number in a file.
544 struct inode *ip;
/freebsd-11.0-release/sys/boot/i386/boot2/
H A Dboot2.c147 xfsread(ufs_ino_t inode, void *buf, size_t nbyte) argument
149 if ((size_t)fsread(inode, buf, nbyte) != nbyte) {
/freebsd-11.0-release/sys/boot/i386/gptboot/
H A Dgptboot.c143 xfsread(ufs_ino_t inode, void *buf, size_t nbyte) argument
146 if ((size_t)fsread(inode, buf, nbyte) != nbyte) {
/freebsd-11.0-release/sys/boot/pc98/boot2/
H A Dboot2.c149 xfsread(ufs_ino_t inode, void *buf, size_t nbyte) argument
151 if ((size_t)fsread(inode, buf, nbyte) != nbyte) {
/freebsd-11.0-release/contrib/apr/file_io/unix/
H A Dfilestat.c87 finfo->inode = info->st_ino;
/freebsd-11.0-release/sys/fs/ext2fs/
H A Dext2_hash.c62 #include <fs/ext2fs/inode.h>
/freebsd-11.0-release/sys/fs/nandfs/
H A Dnandfs_fs.h41 * Inode structure. There are a few dedicated inode numbers that are
45 #define NANDFS_ROOT_INO 2 /* Root file inode */
54 #define NANDFS_USER_INO 11 /* First user's file inode number */
59 #define NDADDR 12 /* Direct addresses in inode. */
60 #define NIADDR 3 /* Indirect addresses in inode. */
75 uint16_t i_links_count; /* 50: number of references to the inode*/
103 struct nandfs_inode sr_dat; /* DAT, virt->phys translation inode */
104 struct nandfs_inode sr_cpfile; /* CP, checkpoints inode */
105 struct nandfs_inode sr_sufile; /* SU, segment usage inode */
154 uint16_t f_inode_size; /* size of an inode */
238 uint64_t inode; /* inode number */ member in struct:nandfs_dir_entry
[all...]
/freebsd-11.0-release/contrib/jemalloc/src/
H A Dctl.c861 const ctl_indexed_node_t *inode; local
870 inode = ctl_indexed_node(node->children);
871 node = inode->index(tsdn, mibp, *depthp, (size_t)index);
987 const ctl_indexed_node_t *inode; local
990 inode = ctl_indexed_node(node->children);
991 node = inode->index(tsd_tsdn(tsd), mib, miblen, mib[i]);
/freebsd-11.0-release/sys/kern/
H A Dkern_lockf.c87 #include <ufs/ufs/inode.h>
476 * Avoid the common case of unlocking when inode has no locks.
568 * it casts the vnode->data ptr to struct inode *.
571 lock->lf_inode = (struct inode *)0;
1545 * Remove a byte-range lock on an inode.
1654 * Walk the list of locks for an inode and
1677 * Walk the list of locks for an inode to find an overlapping lock (if
2500 if (lock->lf_inode != (struct inode *)0)
2526 if (lock->lf_inode == (struct inode *)0)
/freebsd-11.0-release/sys/fs/cd9660/
H A Dcd9660_vfsops.c579 * - check that the inode number is in range
580 * - call iget() to get the locked inode
581 * - check for an unallocated inode (i_mode == 0)
610 if (ip->inode.iso_mode == 0) {
810 switch (vp->v_type = IFTOVT(ip->inode.iso_mode)) {
/freebsd-11.0-release/sys/ofed/include/rdma/
H A Dib_verbs.h1309 struct inode *inode; member in struct:ib_xrcd
/freebsd-11.0-release/sys/fs/nfs/
H A Dnfsport.h110 #include <ufs/ufs/inode.h>
/freebsd-11.0-release/sys/contrib/ipfilter/netinet/
H A Dip_fil.h1783 extern int ipfioctl __P((struct inode *, struct file *, u_int, u_long));
/freebsd-11.0-release/lib/libprocstat/
H A Dlibprocstat.c69 #include <ufs/ufs/inode.h>

Completed in 221 milliseconds

12345