Home
last modified time | relevance | path

Searched refs:inode (Results 176 – 200 of 213) sorted by relevance

123456789

/freebsd/usr.sbin/makefs/
H A Dmakefs.h96 fsinode *inode; /* actual inode data */ member
/freebsd/stand/i386/boot2/
H A Dboot2.c148 xfsread(ufs_ino_t inode, void *buf, size_t nbyte) in xfsread() argument
151 if ((size_t)fsread(inode, buf, nbyte) != nbyte) { in xfsread()
/freebsd/sys/contrib/openzfs/config/
H A Dkernel-dentry-operations.m454 struct inode *ip = NULL;
/freebsd/sys/contrib/dev/iwlwifi/pcie/
H A Dtrans.c2697 static int iwl_dbgfs_tx_queue_open(struct inode *inode, struct file *filp) in iwl_dbgfs_tx_queue_open() argument
2707 priv->trans = inode->i_private; in iwl_dbgfs_tx_queue_open()
2907 static int iwl_dbgfs_monitor_data_open(struct inode *inode, in iwl_dbgfs_monitor_data_open() argument
2910 struct iwl_trans *trans = inode->i_private; in iwl_dbgfs_monitor_data_open()
2923 return simple_open(inode, file); in iwl_dbgfs_monitor_data_open()
2926 static int iwl_dbgfs_monitor_data_release(struct inode *inode, in iwl_dbgfs_monitor_data_release() argument
2930 IWL_TRANS_GET_PCIE_TRANS(inode->i_private); in iwl_dbgfs_monitor_data_release()
/freebsd/stand/i386/gptboot/
H A Dgptboot.c126 xfsread(ufs_ino_t inode, void *buf, size_t nbyte) in xfsread() argument
129 if ((size_t)fsread(inode, buf, nbyte) != nbyte) { in xfsread()
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_compat.c1477 int (*release)(struct inode *, struct linux_file *); in linux_file_close()
1710 linux_iminor(struct inode *inode) in linux_iminor() argument
1714 if (inode == NULL || inode->v_rdev == NULL || in linux_iminor()
1715 inode->v_rdev->si_devsw != &linuxcdevsw) in linux_iminor()
1717 ldev = inode->v_rdev->si_drv1; in linux_iminor()
/freebsd/sys/ufs/ufs/
H A Dufs_extattr.c850 struct inode *ip = VTOI(vp); in ufs_extattr_get()
1052 struct inode *ip = VTOI(vp); in ufs_extattr_set()
1160 struct inode *ip = VTOI(vp); in ufs_extattr_rm()
H A DREADME.acls14 the ACL, while maintaining the base permission information in the inode.
H A DREADME.extattr21 normal inode protections, whereas SYSTEM EAs require privilege to access
/freebsd/sys/ofed/drivers/infiniband/core/
H A Dib_rdma_core.c737 int uverbs_uobject_fd_release(struct inode *inode, struct file *filp) in uverbs_uobject_fd_release() argument
H A Dib_ucma.c1661 static int ucma_open(struct inode *inode, struct file *filp) in ucma_open() argument
1684 return nonseekable_open(inode, filp); in ucma_open()
1687 static int ucma_close(struct inode *inode, struct file *filp) in ucma_close() argument
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dd3.c3209 static int iwl_mvm_d3_test_open(struct inode *inode, struct file *file) in iwl_mvm_d3_test_open() argument
3211 struct iwl_mvm *mvm = inode->i_private; in iwl_mvm_d3_test_open()
3217 file->private_data = inode->i_private; in iwl_mvm_d3_test_open()
3272 static int iwl_mvm_d3_test_release(struct inode *inode, struct file *file) in iwl_mvm_d3_test_release() argument
3274 struct iwl_mvm *mvm = inode->i_private; in iwl_mvm_d3_test_release()
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_vfsops.c1091 zfs_statvfs(struct inode *ip, struct kstatfs *statp) in zfs_statvfs()
1164 zfs_root(zfsvfs_t *zfsvfs, struct inode **ipp) in zfs_root()
1466 struct inode *root_inode = NULL; in zfs_domount()
1707 zfs_vget(struct super_block *sb, struct inode **ipp, fid_t *fidp) in zfs_vget()
/freebsd/sys/fs/cd9660/
H A Dcd9660_vfsops.c624 if (ip->inode.iso_mode == 0) { in cd9660_fhtovp()
831 switch (vp->v_type = IFTOVT(ip->inode.iso_mode)) { in cd9660_vget_internal()
/freebsd/share/doc/smm/01.setup/
H A Dspell.ok318 inode
/freebsd/sbin/fsdb/
H A Dfsdb.c78 struct inode curip;
373 struct inode ip; in CMDFUNCSTART()
/freebsd/tests/sys/cddl/zfs/include/
H A Dlibtest.kshlib3313 typeset -li inode
3316 inode="$st_ino"
3321 $ZDB -P -vvvvv "$dataset/" $inode | \
/freebsd/usr.sbin/fstyp/
H A Dhammer_disk.h1071 struct hammer_inode_data inode; member
/freebsd/contrib/jemalloc/src/
H A Dctl.c1237 const ctl_indexed_node_t *inode; in ctl_lookup() local
1246 inode = ctl_indexed_node(node->children); in ctl_lookup()
1247 node = inode->index(tsdn, mibp, *depthp, (size_t)index); in ctl_lookup()
1362 const ctl_indexed_node_t *inode; in ctl_bymib() local
1365 inode = ctl_indexed_node(node->children); in ctl_bymib()
1366 node = inode->index(tsd_tsdn(tsd), mib, miblen, mib[i]); in ctl_bymib()
/freebsd/sys/contrib/dev/rtw89/
H A Ddebug.c106 static int rtw89_debugfs_single_open(struct inode *inode, struct file *filp) in rtw89_debugfs_single_open() argument
108 return single_open(filp, rtw89_debugfs_single_show, inode->i_private); in rtw89_debugfs_single_open()
111 static int rtw89_debugfs_close(struct inode *inode, struct file *filp) in rtw89_debugfs_close() argument
/freebsd/sys/ufs/ffs/
H A Dffs_balloc.c92 struct inode *ip; in ffs_balloc_ufs1()
597 struct inode *ip; in ffs_balloc_ufs2()
/freebsd/sbin/fsck_ffs/
H A Dfsutil.c441 struct inode ip; in flush()
1268 struct inode ip; in getpathname()
H A Dpass1.c249 struct inode ip; in checkinode()
/freebsd/contrib/libpcap/
H A Dcmakeconfig.h.in340 /* Enable large inode numbers on Mac OS X 10.5. */
H A Dconfig.h.in344 /* Enable large inode numbers on Mac OS X 10.5. */

123456789