Home
last modified time | relevance | path

Searched defs:inode (Results 1 – 25 of 86) sorted by relevance

1234

/netbsd/sys/ufs/ufs/
H A Dinode.h96 struct inode { struct
98 TAILQ_ENTRY(inode) i_nextsnap; /* snapshot file list. */ argument
99 struct vnode *i_vnode; /* Vnode associated with this inode. */ argument
103 dev_t i_dev; /* Device associated with the inode. */ argument
104 ino_t i_number; /* The identity of the inode. */ argument
110 } inode_u; argument
132 struct ffs_inode_ext ffs; argument
135 } inode_ext; argument
147 u_int16_t i_mode; /* IFMT, permissions; see dinode.h. */ argument
167 * The on-disk dinode itself. argument
[all …]
/netbsd/sys/ufs/lfs/
H A Dlfs_inode.h104 struct inode { struct
106 TAILQ_ENTRY(inode) i_nextsnap; /* snapshot file list. */ argument
107 struct vnode *i_vnode; /* Vnode associated with this inode. */ argument
108 struct ulfsmount *i_ump; /* Mount point associated with this inode. */ argument
126 #define IN_MARKER 0x00010000 /* LFS: marker inode for iteration */ argument
131 dev_t i_dev; /* Device associated with the inode. */ argument
132 ino_t i_number; /* The identity of the inode. */ argument
153 struct lfs_inode_ext *lfs; argument
154 } inode_ext; argument
174 union lfs_dinode *i_din; argument
[all …]
/netbsd/usr.sbin/makefs/ffs/
H A Dufs_inode.h45 struct inode { struct
46 ino_t i_number; /* The identity of the inode. */ argument
49 union dinode i_din; argument
50 uint64_t i_size;
/netbsd/sys/fs/sysvbfs/
H A Dbfs.c177 struct bfs_inode *inode, *root_inode; in bfs_init_inode() local
219 struct bfs_inode *inode = bfs->root_inode; in bfs_init_dirent() local
285 struct bfs_inode *inode; in bfs_file_write() local
313 struct bfs_inode *inode; in bfs_file_delete() local
361 struct bfs_inode *inode; in bfs_file_create() local
488 struct bfs_inode *inode; in bfs_file_lookup() local
552 struct bfs_inode *inode; in bfs_inode_lookup() local
570 struct bfs_inode *inode; in bfs_inode_delete() local
586 bfs_file_size(const struct bfs_inode *inode) in bfs_file_size()
596 struct bfs_inode *jnode, *inode; in bfs_inode_alloc() local
[all …]
H A Dsysvbfs_vnops.c188 struct bfs_inode *inode = bnode->inode; in sysvbfs_open() local
294 struct bfs_inode *inode = bnode->inode; in sysvbfs_getattr() local
336 struct bfs_inode *inode = bnode->inode; in sysvbfs_setattr() local
430 struct bfs_inode *inode = bnode->inode; in sysvbfs_read() local
735 struct bfs_inode *inode = bnode->inode; in sysvbfs_bmap() local
916 struct bfs_inode *inode = bnode->inode; in sysvbfs_file_setsize() local
/netbsd/external/bsd/iscsi/dist/src/osd/
H A Dosdfs.c177 struct inode inode; in entries_get() local
224 struct inode inode; in entry_add() local
345 struct inode *inode; in osdfs_get_inode() local
402 void osdfs_dirty_inode(struct inode *inode) { in osdfs_dirty_inode()
419 void osdfs_put_inode(struct inode *inode) { in osdfs_put_inode()
508 struct inode *inode = NULL; in osdfs_lookup() local
560 struct inode *inode = old_dentry->d_inode; in osdfs_link() local
585 struct inode *inode = dentry->d_inode; in osdfs_unlink() local
626 struct inode *inode; in osdfs_symlink() local
654 struct inode *inode = NULL; in osdfs_mknod() local
[all …]
/netbsd/sys/fs/v7fs/
H A Dv7fs_vnops.c319 struct v7fs_inode *inode = &v7node->inode; in v7fs_open() local
344 struct v7fs_inode *inode = &v7node->inode; in v7fs_close() local
381 struct v7fs_inode *inode = &v7node->inode; in v7fs_check_permitted() local
419 struct v7fs_inode *inode = &v7node->inode; in v7fs_getattr() local
467 struct v7fs_inode *inode = &v7node->inode; in v7fs_setattr() local
586 struct v7fs_inode *inode = &v7node->inode; in v7fs_read() local
622 struct v7fs_inode *inode = &v7node->inode; in v7fs_write() local
812 struct v7fs_inode *inode = in v7fs_rename() local
935 struct v7fs_inode inode; in readdir_subr() local
991 struct v7fs_inode *inode = &v7node->inode; in v7fs_readdir() local
[all …]
H A Dv7fs_file.c133 struct v7fs_inode inode; in v7fs_file_allocate() local
226 struct v7fs_inode inode; in v7fs_file_deallocate() local
278 struct v7fs_inode inode; in v7fs_directory_add_entry() local
332 struct v7fs_inode inode; in v7fs_directory_remove_entry() local
H A Dv7fs_inode_util.c61 v7fs_inode_chmod(struct v7fs_inode *inode, v7fs_mode_t mode) in v7fs_inode_chmod()
108 struct v7fs_inode inode; in v7fs_ilist_foreach() local
H A Dv7fs_datablock.c360 v7fs_datablock_last(struct v7fs_self *fs, struct v7fs_inode *inode, in v7fs_datablock_last()
394 v7fs_datablock_expand(struct v7fs_self *fs, struct v7fs_inode *inode, size_t sz) in v7fs_datablock_expand()
547 v7fs_datablock_contract(struct v7fs_self *fs, struct v7fs_inode *inode, in v7fs_datablock_contract()
705 struct v7fs_inode *inode) in v7fs_datablock_size_change()
H A Dv7fs_extern.h53 struct v7fs_inode inode; /* filesystem dependent implementation */ member
/netbsd/usr.sbin/makefs/v7fs/
H A Dv7fs_populate.c82 dev_t dev, struct v7fs_inode *inode) in allocate()
136 struct v7fs_inode inode; in file_copy() local
200 struct v7fs_inode inode; in populate_walk() local
/netbsd/usr.bin/fstat/
H A Disofs.c50 struct iso_node inode; in isofs_filestat() local
H A Dzfs.c50 znode_t inode; in zfs_filestat() local
/netbsd/sys/external/bsd/drm2/dist/drm/
H A Ddrm_debugfs_crc.c118 static int crc_control_open(struct inode *inode, struct file *file) in crc_control_open()
198 static int crtc_crc_open(struct inode *inode, struct file *filep) in crtc_crc_open()
261 static int crtc_crc_release(struct inode *inode, struct file *filep) in crtc_crc_release()
H A Ddrm_drv.c542 drm_fs_inode_free(void *inode) in drm_fs_inode_free()
584 struct inode *inode; in drm_fs_inode_new() local
600 static void drm_fs_inode_free(struct inode *inode) in drm_fs_inode_free()
1183 static int drm_stub_open(struct inode *inode, struct file *filp) in drm_stub_open()
H A Ddrm_debugfs.c151 static int drm_debugfs_open(struct inode *inode, struct file *file) in drm_debugfs_open()
323 static int connector_open(struct inode *inode, struct file *file) in connector_open()
370 static int edid_open(struct inode *inode, struct file *file) in edid_open()
H A Ddrm_dp_aux_dev.c135 static int auxdev_open(struct inode *inode, struct file *file) in auxdev_open()
239 static int auxdev_release(struct inode *inode, struct file *file) in auxdev_release()
H A Ddrm_file.c426 int drm_open(struct inode *inode, struct file *filp) in drm_open()
493 int drm_release(struct inode *inode, struct file *filp) in drm_release()
/netbsd/sys/arch/ews4800mips/stand/common/
H A Dfileread_bfs.c50 struct bfs_inode *inode = (void *)SDBOOT_INODEADDR; in fileread() local
H A Ddiskutil.c104 struct bfs_inode *inode; in bfs_ls() local
/netbsd/sys/external/bsd/drm2/dist/drm/amd/amdkfd/
H A Dkfd_debugfs.c35 static int kfd_debugfs_open(struct inode *inode, struct file *file) in kfd_debugfs_open()
/netbsd/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/
H A Dtraits.hpp79 typedef base_type::_Inode<synth_access_traits, metadata> inode; typedef
126 typedef base_type::_Inode<synth_access_traits, metadata> inode; typedef
/netbsd/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/
H A Dtraits.hpp79 typedef base_type::_Inode<synth_access_traits, metadata> inode; typedef
126 typedef base_type::_Inode<synth_access_traits, metadata> inode; typedef
/netbsd/sbin/newfs_sysvbfs/
H A Dnewfs_sysvbfs.c182 struct bfs_inode *inode = (void *)buf; in bfs_newfs() local

1234