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

1234567

/freebsd-current/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_znode.c192 * wait_on_bit() operations on the related inode operate properly.
368 * Called by new_inode() to allocate a new inode.
371 zfs_inode_alloc(struct super_block *sb, struct inode **ip)
382 * Called in multiple places when an inode should be destroyed.
385 zfs_inode_destroy(struct inode *ip)
410 zfs_inode_set_ops(zfsvfs_t *zfsvfs, struct inode *ip)
455 zfs_panic_recover("inode %llu has invalid mode: 0x%x\n",
458 /* Assume the inode is a file and attempt to continue */
472 zfs_set_inode_flags(znode_t *zp, struct inode *ip)
500 * Update the embedded inode give
[all...]
H A Dzfs_vfsops.c1091 zfs_statvfs(struct inode *ip, struct kstatfs *statp)
1164 zfs_root(zfsvfs_t *zfsvfs, struct inode **ipp)
1240 * and inode caches. This can occur when the ARC needs to free meta data
1288 #error "No available dentry and inode cache pruning mechanism."
1357 * inode's super block set to the parent's filesystem's
1466 struct inode *root_inode = NULL;
1560 /* Allocate a root inode for the filesystem. */
1619 * it could destroy the inode while we are still using it.
1707 zfs_vget(struct super_block *sb, struct inode **ipp, fid_t *fidp)
1878 * dbufs. If a zfs_rezget() fails, then we unhash the inode
[all...]
H A Dzfs_dir.c388 struct inode *ip;
400 * the inode pointer for the snapshot directory.
/freebsd-current/sys/ofed/drivers/infiniband/core/
H A Dib_rdma_core.c737 int uverbs_uobject_fd_release(struct inode *inode, struct file *filp) argument
H A Dib_ucma.c1661 static int ucma_open(struct inode *inode, struct file *filp) argument
1684 return nonseekable_open(inode, filp);
1687 static int ucma_close(struct inode *inode, struct file *filp) argument
H A Dib_verbs.c1783 xrcd->inode = NULL;
/freebsd-current/sys/fs/ext2fs/
H A Dext2_hash.c65 #include <fs/ext2fs/inode.h>
/freebsd-current/sys/compat/linuxkpi/common/src/
H A Dlinux_compat.c1477 int (*release)(struct inode *, struct linux_file *);
1710 linux_iminor(struct inode *inode) argument
1714 if (inode == NULL || inode->v_rdev == NULL ||
1715 inode->v_rdev->si_devsw != &linuxcdevsw)
1717 ldev = inode->v_rdev->si_drv1;
/freebsd-current/sys/contrib/dev/iwlwifi/pcie/
H A Dtrans.c2697 static int iwl_dbgfs_tx_queue_open(struct inode *inode, struct file *filp) argument
2707 priv->trans = inode->i_private;
2907 static int iwl_dbgfs_monitor_data_open(struct inode *inode, argument
2910 struct iwl_trans *trans = inode->i_private;
2923 return simple_open(inode, file);
2926 static int iwl_dbgfs_monitor_data_release(struct inode *inode, argument
2930 IWL_TRANS_GET_PCIE_TRANS(inode
[all...]
/freebsd-current/sys/ufs/ffs/
H A Dffs_balloc.c73 #include <ufs/ufs/inode.h>
84 * the inode and the logical block number in a file.
92 struct inode *ip;
589 * the inode and the logical block number in a file.
597 struct inode *ip;
H A Dffs_subr.c64 #include <ufs/ufs/inode.h>
77 * Verify an inode check-hash.
85 * Return success if unallocated or we are not doing inode check-hash.
103 * Update an inode check-hash.
/freebsd-current/usr.sbin/fstyp/
H A Dhammer_disk.h188 * | zone-9 big-block for root inode/PFS/etc
843 #define HAMMER_RECTYPE_INODE 0x0001 /* inode in obj_id space */
871 * HAMMER inode attribute data
873 * The data reference for a HAMMER inode points to this structure. Any
882 * A parent_obj_id of 0 means it's a root inode of root or non-root PFS.
888 uint16_t version; /* inode data version */
925 * HAMMER_INODE_CAP_DIR_LOCAL_INO - Use inode B-Tree localization
933 #define HAMMER_INODE_CAP_DIR_LOCAL_INO 0x04 /* use inode localization */
942 * namespace. It is hooked into a pseudo-filesystem (with its own inode
968 * Symlink data which does not fit in the inode i
1071 struct hammer_inode_data inode; member in union:hammer_data_ondisk
[all...]
/freebsd-current/sbin/fsdb/
H A Dfsdb.c78 struct inode curip;
152 CMDFUNC(focus); /* focus on inode */
153 CMDFUNC(active); /* print active inode */
154 CMDFUNC(blocks); /* print blocks for active inode */
156 CMDFUNC(zapi); /* clear inode */
178 CMDFUNC(chinum); /* Change inode # of dirent */
186 { "inode", "Set active inode to INUM", 2, 2, FL_RO, focus },
187 { "clri", "Clear inode INUM", 2, 2, FL_CWR, zapi },
188 { "lookup", "Set active inode b
[all...]
/freebsd-current/sys/fs/cd9660/
H A Dcd9660_vfsops.c597 * - check that the inode number is in range
598 * - call iget() to get the locked inode
599 * - check for an unallocated inode (i_mode == 0)
624 if (ip->inode.iso_mode == 0) {
636 * into media with current inode scheme and 32-bit ino_t. This shouldn't be
831 switch (vp->v_type = IFTOVT(ip->inode.iso_mode)) {
/freebsd-current/sys/contrib/dev/iwlwifi/mvm/
H A Dd3.c3209 static int iwl_mvm_d3_test_open(struct inode *inode, struct file *file) argument
3211 struct iwl_mvm *mvm = inode->i_private;
3217 file->private_data = inode->i_private;
3272 static int iwl_mvm_d3_test_release(struct inode *inode, struct file *file) argument
3274 struct iwl_mvm *mvm = inode->i_private;
/freebsd-current/tests/sys/cddl/zfs/include/
H A Dlibtest.kshlib3313 typeset -li inode
3316 inode="$st_ino"
3321 $ZDB -P -vvvvv "$dataset/" $inode | \
/freebsd-current/sbin/fsck_ffs/
H A Dpass1.c49 static ino_t lastino; /* last inode in use */
132 * cylinder group inode allocation maps to tell us which
133 * inodes are allocated. We will scan the used inode map
249 struct inode ip;
H A Dfsutil.c155 * Look up state information for an inode.
441 struct inode ip;
644 * 3) inode blocks
704 /* Step 3: inode blocks */
706 printf("Flush inode blocks\n");
1268 struct inode ip;
1349 * determine whether an inode should be fixed.
/freebsd-current/contrib/jemalloc/src/
H A Dctl.c1237 const ctl_indexed_node_t *inode; local
1246 inode = ctl_indexed_node(node->children);
1247 node = inode->index(tsdn, mibp, *depthp, (size_t)index);
1362 const ctl_indexed_node_t *inode; local
1365 inode = ctl_indexed_node(node->children);
1366 node = inode->index(tsd_tsdn(tsd), mib, miblen, mib[i]);
/freebsd-current/sys/contrib/dev/rtw89/
H A Ddebug.c106 static int rtw89_debugfs_single_open(struct inode *inode, struct file *filp) argument
108 return single_open(filp, rtw89_debugfs_single_show, inode->i_private);
111 static int rtw89_debugfs_close(struct inode *inode, struct file *filp) argument
/freebsd-current/sys/fs/nfs/
H A Dnfsport.h105 #include <ufs/ufs/inode.h>
/freebsd-current/sys/contrib/dev/athk/ath11k/
H A Ddebugfs_htt_stats.c4752 static int ath11k_open_htt_stats(struct inode *inode, struct file *file) argument
4754 struct ath11k *ar = inode->i_private;
4803 static int ath11k_release_htt_stats(struct inode *inode, struct file *file) argument
4805 struct ath11k *ar = inode->i_private;
/freebsd-current/sys/ofed/include/rdma/
H A Dib_verbs.h1446 struct inode *inode; member in struct:ib_xrcd
/freebsd-current/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_main.c40 #undef inode macro
2951 devr->x0->inode = NULL;
2962 devr->x1->inode = NULL;

Completed in 824 milliseconds

1234567