Home
last modified time | relevance | path

Searched refs:vnode (Results 76 - 100 of 137) sorted by relevance

123456

/kernel/linux/linux-6.6/drivers/net/vxlan/
H A Dvxlan_vnifilter.c23 const struct vxlan_vni_node *vnode = ptr; in vxlan_vni_cmp() local
26 return vnode->vni != vni; in vxlan_vni_cmp()
30 .head_offset = offsetof(struct vxlan_vni_node, vnode),
182 struct vxlan_vni_node *vnode; in vxlan_vnifilter_count() local
188 vnode = vninode; in vxlan_vnifilter_count()
190 vnode = vxlan_vnifilter_lookup(vxlan, vni); in vxlan_vnifilter_count()
191 if (!vnode) in vxlan_vnifilter_count()
195 vxlan_vnifilter_stats_add(vnode, type, len); in vxlan_vnifilter_count()
746 &vninode->vnode, in vxlan_vni_add()
795 &vninode->vnode, in vxlan_vni_del()
[all...]
/kernel/linux/linux-6.6/include/linux/
H A Dbootconfig.h128 struct xbc_node **vnode);
139 * @vnode: A container pointer of XBC value node.
142 * the value if found. Found value node is stored in *@vnode.
143 * Note that this can return 0-length string and store NULL in *@vnode for
147 xbc_find_value(const char *key, struct xbc_node **vnode) in xbc_find_value() argument
149 return xbc_node_find_value(NULL, key, vnode); in xbc_find_value()
/kernel/linux/linux-5.10/drivers/staging/media/rkisp1/
H A Drkisp1-common.h189 * @vnode: video node
214 struct rkisp1_vdev_node vnode; member
241 * @vnode: video node
249 struct rkisp1_vdev_node vnode; member
261 * @vnode: video node
271 struct rkisp1_vdev_node vnode; member
H A Drkisp1-dev.c161 sink = &rkisp1->capture_devs[i].vnode.vdev.entity; in rkisp1_create_links()
169 source = &rkisp1->params.vnode.vdev.entity; in rkisp1_create_links()
178 sink = &rkisp1->stats.vnode.vdev.entity; in rkisp1_create_links()
/kernel/linux/linux-5.10/fs/afs/
H A Dyfsclient.c25 fid->vnode = xdr_to_u64(x->vnode.lo); in xdr_decode_YFSFid()
26 fid->vnode_hi = ntohl(x->vnode.hi); in xdr_decode_YFSFid()
27 fid->unique = ntohl(x->vnode.unique); in xdr_decode_YFSFid()
50 x->vnode.lo = u64_to_xdr(fid->vnode); in xdr_encode_YFSFid()
51 x->vnode.hi = htonl(fid->vnode_hi); in xdr_encode_YFSFid()
52 x->vnode.unique = htonl(fid->unique); in xdr_encode_YFSFid()
505 key_serial(op->key), vp->fid.vid, vp->fid.vnode, in yfs_fs_fetch_data()
683 /* Was deleted if vnode in yfs_deliver_fs_remove_file2()
[all...]
H A Dcmservice.c281 cb->fid.vnode = ntohl(*bp++); in afs_deliver_cb_callback()
647 cb->fid.vnode = xdr_to_u64(bp->vnode.lo); in afs_deliver_yfs_cb_callback()
648 cb->fid.vnode_hi = ntohl(bp->vnode.hi); in afs_deliver_yfs_cb_callback()
649 cb->fid.unique = ntohl(bp->vnode.unique); in afs_deliver_yfs_cb_callback()
H A Dmntpt.c75 struct afs_vnode *vnode = AFS_FS_I(d_inode(mntpt)); in afs_mntpt_set_params() local
93 if (test_bit(AFS_VNODE_PSEUDODIR, &vnode->flags)) { in afs_mntpt_set_params()
H A Dxdr_fs.h55 __be32 vnode; member
/kernel/linux/linux-6.6/fs/afs/
H A Dcmservice.c283 cb->fid.vnode = ntohl(*bp++); in afs_deliver_cb_callback()
653 cb->fid.vnode = xdr_to_u64(bp->vnode.lo); in afs_deliver_yfs_cb_callback()
654 cb->fid.vnode_hi = ntohl(bp->vnode.hi); in afs_deliver_yfs_cb_callback()
655 cb->fid.unique = ntohl(bp->vnode.unique); in afs_deliver_yfs_cb_callback()
H A Dyfsclient.c25 fid->vnode = xdr_to_u64(x->vnode.lo); in xdr_decode_YFSFid()
26 fid->vnode_hi = ntohl(x->vnode.hi); in xdr_decode_YFSFid()
27 fid->unique = ntohl(x->vnode.unique); in xdr_decode_YFSFid()
50 x->vnode.lo = u64_to_xdr(fid->vnode); in xdr_encode_YFSFid()
51 x->vnode.hi = htonl(fid->vnode_hi); in xdr_encode_YFSFid()
52 x->vnode.unique = htonl(fid->unique); in xdr_encode_YFSFid()
469 key_serial(op->key), vp->fid.vid, vp->fid.vnode, in yfs_fs_fetch_data()
649 /* Was deleted if vnode in yfs_deliver_fs_remove_file2()
[all...]
H A Dmntpt.c75 struct afs_vnode *vnode = AFS_FS_I(d_inode(mntpt)); in afs_mntpt_set_params() local
93 if (test_bit(AFS_VNODE_PSEUDODIR, &vnode->flags)) { in afs_mntpt_set_params()
/third_party/NuttX/fs/inode/
H A Dfs_files.c54 #include "vnode.h"
183 * Close an vnode (if open)
192 struct Vnode *vnode = filep->f_vnode; in _files_close() local
195 /* Check if the struct file is open (i.e., assigned an vnode) */ in _files_close()
218 vnode->useCount--; in _files_close()
220 if (vnode->type == VNODE_TYPE_BCHR) in _files_close()
222 ret = VnodeFree(vnode); in _files_close()
304 * Assign an vnode to a specific files structure. This is the heart of
344 /* If there is already an vnode contained in the new file structure, in file_dup2()
345 * close the file and release the vnode in file_dup2()
624 close_files(struct Vnode *vnode) close_files() argument
[all...]
/third_party/toybox/toys/pending/
H A Dcrond.c306 VAR *v, *vnode = (VAR *)l->var; in free_cronfile() local
310 while (vnode && (v = dlist_pop(&vnode))) { in free_cronfile()
400 VAR *v, *vnode = (VAR *)cfile->var; in scan_cronfiles() local
405 while (vnode && (v = dlist_pop(&vnode))) { in scan_cronfiles()
/kernel/liteos_a/fs/proc/include/
H A Dproc_fs.h43 #include "vnode.h"
90 int (*open)(struct Vnode *vnode, struct ProcFile *pf);
91 int (*release)(struct Vnode *vnode, struct ProcFile *pf);
167 * This API is used to create the node by 'name' and parent vnode
194 * This API is used to remove the node by 'name' and parent vnode
217 * This API is used to create the directory node by 'name' and parent vnode
243 * This API is used to create the node by 'name' and parent vnode,
272 * This API is used to create the node by 'name' and parent vnode,
/third_party/NuttX/fs/vfs/include/
H A Dfile.h88 * the file descriptor to the file state and to a set of vnode operations.
148 int (*unlink)(struct Vnode *vnode);
182 * Assign an vnode to a specific files structure. This is the heart of
468 * Allocate a struct files instance and associate it with an vnode instance.
479 * Close an vnode (if open)
585 int follow_symlink(int dirfd, const char *path, struct Vnode **vnode, char **fullpath);
/kernel/linux/linux-5.10/lib/
H A Dbootconfig.c179 * @vnode: A container pointer of found XBC node.
182 * store it in *@vnode, and returns the value string.
186 * Note that this returns 0-length string and stores NULL in *@vnode if the
192 struct xbc_node **vnode) in xbc_node_find_value()
203 if (vnode) in xbc_node_find_value()
204 *vnode = node; in xbc_node_find_value()
191 xbc_node_find_value(struct xbc_node *parent, const char *key, struct xbc_node **vnode) xbc_node_find_value() argument
/kernel/linux/linux-6.6/drivers/media/platform/rockchip/rkisp1/
H A Drkisp1-common.h266 * @vnode: video node
291 struct rkisp1_vdev_node vnode; member
328 * @vnode: video node
335 struct rkisp1_vdev_node vnode; member
370 * @vnode: video node
380 struct rkisp1_vdev_node vnode; member
/kernel/linux/linux-6.6/lib/
H A Dbootconfig.c244 * @vnode: A container pointer of found XBC node.
247 * store it in *@vnode, and returns the value string.
251 * Note that this returns 0-length string and stores NULL in *@vnode if the
257 struct xbc_node **vnode) in xbc_node_find_value()
268 if (vnode) in xbc_node_find_value()
269 *vnode = node; in xbc_node_find_value()
256 xbc_node_find_value(struct xbc_node *parent, const char *key, struct xbc_node **vnode) xbc_node_find_value() argument
/third_party/NuttX/drivers/bch/
H A Dbchlib_teardown.c61 (void)close_blockdriver(bch->vnode); in bchlib_teardown()
H A Dbch.h50 struct Vnode *vnode; /* I-node of the block driver */ member
/kernel/liteos_a/kernel/base/vm/
H A Dlos_vm_dump.c41 #include "vnode.h"
59 struct Vnode *vnode = NULL; in OsGetRegionNameOrFilePath() local
64 vnode = region->unTypeData.rf.vnode; in OsGetRegionNameOrFilePath()
65 return vnode->filePath; in OsGetRegionNameOrFilePath()
H A Dlos_vm_map.c45 #include "vnode.h"
312 LOS_SpinLockSave(&oldRegion->unTypeData.rf.vnode->mapping.list_lock, &intSave); in LOS_VmSpaceClone()
313 fpage = OsFindGetEntry(&oldRegion->unTypeData.rf.vnode->mapping, newRegion->pgOff + i); in LOS_VmSpaceClone()
317 LOS_SpinUnlockRestore(&oldRegion->unTypeData.rf.vnode->mapping.list_lock, intSave); in LOS_VmSpaceClone()
441 (region->unTypeData.rf.vnode != NULL)) { in LOS_IsRegionFileValid()
626 region->unTypeData.rf.vnode->useCount--;
679 newRegion->unTypeData.rf.vnode = oldRegion->unTypeData.rf.vnode;
682 newRegion->unTypeData.rf.vnode->useCount++;
/kernel/liteos_a/kernel/common/
H A Dconsole.c226 struct Vnode *vnode = NULL; in OsGetConsoleByDevice() local
229 ret = VnodeLookup(deviceName, &vnode, 0); in OsGetConsoleByDevice()
236 if (g_console[CONSOLE_SERIAL - 1]->devVnode == vnode) { in OsGetConsoleByDevice()
238 } else if (g_console[CONSOLE_TELNET - 1]->devVnode == vnode) { in OsGetConsoleByDevice()
1009 struct Vnode *vnode = NULL; in OsConsoleFileInit() local
1013 ret = VnodeLookup(consoleCB->name, &vnode, 0); in OsConsoleFileInit()
1019 filep = files_allocate(vnode, O_RDWR, 0, consoleCB, FILE_START_FD); in OsConsoleFileInit()
1024 filep->ops = (struct file_operations_vfs *)((struct drv_data *)vnode->data)->ops; in OsConsoleFileInit()
1040 struct Vnode *vnode = NULL; in OsConsoleDevInit() local
1051 ret = VnodeLookup(deviceName, &vnode, V_DUMM in OsConsoleDevInit()
[all...]
/kernel/liteos_a/fs/jffs2/src/
H A Dvfs_jffs2.c50 #include "vnode.h"
279 ssize_t VfsJffs2ReadPage(struct Vnode *vnode, char *buffer, off_t off) in VfsJffs2ReadPage() argument
288 node = (struct jffs2_inode *)vnode->data; in VfsJffs2ReadPage()
333 ssize_t VfsJffs2WritePage(struct Vnode *vnode, char *buffer, off_t pos, size_t buflen) in VfsJffs2WritePage() argument
345 node = (struct jffs2_inode *)vnode->data; in VfsJffs2WritePage()
764 ssize_t VfsJffs2Readlink(struct Vnode *vnode, char *buffer, size_t bufLen) in VfsJffs2Readlink() argument
773 inode = (struct jffs2_inode *)vnode->data; in VfsJffs2Readlink()
/kernel/liteos_a/fs/vfs/operation/
H A Dvfs_other.c48 #include "vnode.h"
765 struct Vnode *vnode = NULL; in chroot() local
782 ret = VnodeLookup(path, &vnode, 0); in chroot()
796 vnode->useCount++; in chroot()
797 curr->files->rootVnode = vnode; in chroot()

Completed in 23 milliseconds

123456