Home
last modified time | relevance | path

Searched refs:vfs (Results 1 - 25 of 204) sorted by relevance

123456789

/kernel/liteos_a/fs/vfs/
H A DMakefile34 $(LITEOSTOPDIR)/fs/vfs/mount.c \
35 $(LITEOSTOPDIR)/fs/vfs/vnode.c \
36 $(LITEOSTOPDIR)/fs/vfs/path_cache.c \
37 $(LITEOSTOPDIR)/fs/vfs/vnode_hash.c \
38 $(LITEOSTOPDIR)/fs/vfs/epoll/fs_epoll.c \
39 $(LITEOSTHIRDPARTY)/NuttX/fs/vfs/fs_close.c \
40 $(LITEOSTHIRDPARTY)/NuttX/fs/vfs/fs_dup2.c \
41 $(LITEOSTHIRDPARTY)/NuttX/fs/vfs/fs_dup.c \
42 $(LITEOSTHIRDPARTY)/NuttX/fs/vfs/fs_dupfd2.c \
43 $(LITEOSTHIRDPARTY)/NuttX/fs/vfs/fs_dupf
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/
H A Dice_sriov.c26 struct ice_vfs *vfs = &pf->vfs; in ice_free_vf_entries() local
35 lockdep_assert_held(&vfs->table_lock); in ice_free_vf_entries()
37 hash_for_each_safe(vfs->table, bkt, tmp, vf, entry) { in ice_free_vf_entries()
67 last_vector_idx = vf->first_vector_idx + pf->vfs.num_msix_per - 1; in ice_free_vf_res()
105 last = first + pf->vfs.num_msix_per - 1; in ice_dis_vf_mappings()
153 struct ice_vfs *vfs = &pf->vfs; in ice_free_vfs() local
173 mutex_lock(&vfs->table_lock); in ice_free_vfs()
206 vfs in ice_free_vfs()
792 struct ice_vfs *vfs = &pf->vfs; ice_create_vf_entries() local
[all...]
H A Dice_eswitch.c200 lockdep_assert_held(&pf->vfs.table_lock); in ice_eswitch_release_reprs()
231 lockdep_assert_held(&pf->vfs.table_lock); in ice_eswitch_setup_reprs()
435 lockdep_assert_held(&pf->vfs.table_lock); in ice_eswitch_napi_del()
450 lockdep_assert_held(&pf->vfs.table_lock); in ice_eswitch_napi_enable()
465 lockdep_assert_held(&pf->vfs.table_lock); in ice_eswitch_napi_disable()
659 lockdep_assert_held(&pf->vfs.table_lock); in ice_eswitch_start_all_tx_queues()
679 lockdep_assert_held(&pf->vfs.table_lock); in ice_eswitch_stop_all_tx_queues()
H A Dice_vf_lib.c30 hash_for_each_possible_rcu(pf->vfs.table, vf, entry, vf_id) { in ice_get_vf_by_id()
92 return !hash_empty(pf->vfs.table); in ice_has_vfs()
726 mutex_lock(&pf->vfs.table_lock); in ice_reset_all_vfs()
734 mutex_unlock(&pf->vfs.table_lock); in ice_reset_all_vfs()
786 mutex_unlock(&pf->vfs.table_lock); in ice_reset_all_vfs()
980 struct ice_vfs *vfs; in ice_initialize_vf_entry() local
982 vfs = &pf->vfs; in ice_initialize_vf_entry()
986 vf->num_vf_qs = vfs->num_qps_per; in ice_initialize_vf_entry()
H A Dice_vf_lib.h191 hash_for_each((pf)->vfs.table, (bkt), (vf), entry)
208 hash_for_each_rcu((pf)->vfs.table, (bkt), (vf), entry)
/kernel/linux/linux-5.10/scripts/gdb/linux/
H A Dproc.py173 for vfs in lists.list_for_each_entry(namespace['list'],
175 devname = vfs['mnt_devname'].string()
179 parent = vfs
190 superblock = vfs['mnt']['mnt_sb']
193 m_flags = int(vfs['mnt']['mnt_flags'])
197 vfs.format_string(), superblock.format_string(), devname,
/kernel/linux/linux-5.10/drivers/net/ethernet/pensando/ionic/
H A Dionic_bus_pci.c116 if (!ionic->vfs) in ionic_vf_dealloc_locked()
120 v = &ionic->vfs[i]; in ionic_vf_dealloc_locked()
132 kfree(ionic->vfs); in ionic_vf_dealloc_locked()
133 ionic->vfs = NULL; in ionic_vf_dealloc_locked()
152 ionic->vfs = kcalloc(num_vfs, sizeof(struct ionic_vf), GFP_KERNEL); in ionic_vf_alloc()
153 if (!ionic->vfs) { in ionic_vf_alloc()
159 v = &ionic->vfs[i]; in ionic_vf_alloc()
H A Dionic_lif.c1924 if (vf >= pci_num_vf(ionic->pdev) || !ionic->vfs) { in ionic_get_vf_config()
1928 ivf->vlan = le16_to_cpu(ionic->vfs[vf].vlanid); in ionic_get_vf_config()
1930 ivf->spoofchk = ionic->vfs[vf].spoofchk; in ionic_get_vf_config()
1931 ivf->linkstate = ionic->vfs[vf].linkstate; in ionic_get_vf_config()
1932 ivf->max_tx_rate = le32_to_cpu(ionic->vfs[vf].maxrate); in ionic_get_vf_config()
1933 ivf->trusted = ionic->vfs[vf].trusted; in ionic_get_vf_config()
1934 ether_addr_copy(ivf->mac, ionic->vfs[vf].macaddr); in ionic_get_vf_config()
1954 if (vf >= pci_num_vf(ionic->pdev) || !ionic->vfs) { in ionic_get_vf_stats()
1958 vs = &ionic->vfs[vf].stats; in ionic_get_vf_stats()
1992 if (vf >= pci_num_vf(ionic->pdev) || !ionic->vfs) { in ionic_set_vf_mac()
[all...]
H A Dionic.h55 struct ionic_vf *vfs; member
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu.c1975 int vfs = rvu->vfs; in rvu_mbox_intr_handler() local
1990 if (vfs > 64) { in rvu_mbox_intr_handler()
1994 rvu_queue_work(&rvu->afvf_wq_info, 64, vfs, intr); in rvu_mbox_intr_handler()
1995 vfs -= 64; in rvu_mbox_intr_handler()
2003 rvu_queue_work(&rvu->afvf_wq_info, 0, vfs, intr); in rvu_mbox_intr_handler()
2164 if (rvu->vfs > 64) in rvu_flr_intr_handler()
2165 rvu_afvf_queue_flr_work(rvu, 64, rvu->vfs - 64); in rvu_flr_intr_handler()
2499 int vfs = rvu->vfs; in rvu_disable_afvf_intr() local
2515 int vfs = rvu->vfs; rvu_enable_afvf_intr() local
2571 int err, chans, vfs; rvu_enable_sriov() local
[all...]
/kernel/linux/linux-5.10/tools/perf/util/c++/
H A Dclang.cpp69 StringRef Path, IntrusiveRefCntPtr<vfs::FileSystem> VFS) in getModuleFromSource()
103 using namespace vfs; in getModuleFromSource()
123 IntrusiveRefCntPtr<vfs::FileSystem> VFS(vfs::getRealFileSystem()); in getModuleFromSource()
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/eeh/
H A Deeh-functions.sh178 # no driver, no vfs
196 # return code: 0 if vfs are found, 1 otherwise
200 vfs=0
226 vfs="$((vfs + 1))"
230 test "$vfs" != 0
/kernel/linux/linux-6.6/drivers/net/ethernet/pensando/ionic/
H A Dionic_bus_pci.c116 if (!ionic->vfs) in ionic_vf_dealloc_locked()
120 v = &ionic->vfs[i]; in ionic_vf_dealloc_locked()
131 kfree(ionic->vfs); in ionic_vf_dealloc_locked()
132 ionic->vfs = NULL; in ionic_vf_dealloc_locked()
152 ionic->vfs = kcalloc(num_vfs, sizeof(struct ionic_vf), GFP_KERNEL); in ionic_vf_alloc()
153 if (!ionic->vfs) { in ionic_vf_alloc()
159 v = &ionic->vfs[i]; in ionic_vf_alloc()
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu.c2553 int vfs = rvu->vfs; in rvu_mbox_intr_handler() local
2560 if (vfs > 64) { in rvu_mbox_intr_handler()
2564 rvu_queue_work(&rvu->afvf_wq_info, 64, vfs, intr); in rvu_mbox_intr_handler()
2565 vfs -= 64; in rvu_mbox_intr_handler()
2573 rvu_queue_work(&rvu->afvf_wq_info, 0, vfs, intr); in rvu_mbox_intr_handler()
2755 if (rvu->vfs > 64) in rvu_flr_intr_handler()
2756 rvu_afvf_queue_flr_work(rvu, 64, rvu->vfs - 64); in rvu_flr_intr_handler()
3095 int vfs = rvu->vfs; in rvu_disable_afvf_intr() local
3111 int vfs = rvu->vfs; rvu_enable_afvf_intr() local
3165 int err, chans, vfs; rvu_enable_sriov() local
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/amd/pds_core/
H A Dmain.c148 pdsc->vfs = kcalloc(num_vfs, sizeof(struct pdsc_vf), in pdsc_sriov_configure()
150 if (!pdsc->vfs) in pdsc_sriov_configure()
167 kfree(pdsc->vfs); in pdsc_sriov_configure()
168 pdsc->vfs = NULL; in pdsc_sriov_configure()
191 pf->vfs[vf->vf_id].vf = vf; in pdsc_init_vf()
419 pf->vfs[pdsc->vf_id].vf = NULL; in pdsc_remove()
H A Dauxbus.c185 padev = pf->vfs[cf->vf_id].padev; in pdsc_auxbus_dev_del()
192 pf->vfs[cf->vf_id].padev = NULL; in pdsc_auxbus_dev_del()
245 pf->vfs[cf->vf_id].padev = padev; in pdsc_auxbus_dev_add()
/kernel/liteos_a/tools/build/mk/
H A Dlos_config.mk266 LIB_SUBDIRS += fs/vfs drivers/mtd/multi_partition
268 -I $(LITEOSTOPDIR)/fs/vfs/include
269 LITEOS_VFS_INCLUDE += -I $(LITEOSTOPDIR)/fs/vfs/include/operation
293 LIB_SUBDIRS += fs/vfs/bcache
294 LITEOS_FAT_CACHE_INCLUDE += -I $(LITEOSTOPDIR)/fs/vfs/include/bcache
/kernel/linux/linux-5.10/fs/fuse/
H A Dvirtio_fs.c158 struct virtio_fs *vfs = container_of(ref, struct virtio_fs, refcount); in release_virtio_fs_obj() local
160 kfree(vfs->vqs); in release_virtio_fs_obj()
161 kfree(vfs); in release_virtio_fs_obj()
172 struct virtio_fs *vfs = fiq->priv; in virtio_fs_fiq_release() local
175 virtio_fs_put(vfs); in virtio_fs_fiq_release()
1369 struct virtio_fs *vfs = fc->iq.priv; in virtio_fs_conn_destroy() local
1370 struct virtio_fs_vq *fsvq = &vfs->vqs[VQ_HIPRIO]; in virtio_fs_conn_destroy()
1382 virtio_fs_drain_all_queues(vfs); in virtio_fs_conn_destroy()
1391 virtio_fs_stop_all_queues(vfs); in virtio_fs_conn_destroy()
1392 virtio_fs_drain_all_queues(vfs); in virtio_fs_conn_destroy()
[all...]
/kernel/linux/linux-6.6/fs/fuse/
H A Dvirtio_fs.c166 struct virtio_fs *vfs = container_of(ref, struct virtio_fs, refcount); in release_virtio_fs_obj() local
168 kfree(vfs->vqs); in release_virtio_fs_obj()
169 kfree(vfs); in release_virtio_fs_obj()
180 struct virtio_fs *vfs = fiq->priv; in virtio_fs_fiq_release() local
183 virtio_fs_put(vfs); in virtio_fs_fiq_release()
1363 struct virtio_fs *vfs = fc->iq.priv; in virtio_fs_conn_destroy() local
1364 struct virtio_fs_vq *fsvq = &vfs->vqs[VQ_HIPRIO]; in virtio_fs_conn_destroy()
1376 virtio_fs_drain_all_queues(vfs); in virtio_fs_conn_destroy()
1385 virtio_fs_stop_all_queues(vfs); in virtio_fs_conn_destroy()
1386 virtio_fs_drain_all_queues(vfs); in virtio_fs_conn_destroy()
[all...]
/kernel/linux/linux-5.10/drivers/crypto/qat/qat_common/
H A Dadf_dev_mgr.c66 * for vfs only or for vfs and pfs
353 int vfs = 0; in adf_get_num_dettached_vfs() local
360 vfs++; in adf_get_num_dettached_vfs()
363 return vfs; in adf_get_num_dettached_vfs()
/kernel/linux/linux-6.6/drivers/crypto/intel/qat/qat_common/
H A Dadf_dev_mgr.c66 * for vfs only or for vfs and pfs
356 int vfs = 0; in adf_get_num_dettached_vfs() local
363 vfs++; in adf_get_num_dettached_vfs()
366 return vfs; in adf_get_num_dettached_vfs()
/kernel/linux/linux-5.10/fs/squashfs/
H A Dfile_cache.c8 #include <linux/vfs.h>
/kernel/linux/linux-6.6/fs/squashfs/
H A Dfile_cache.c8 #include <linux/vfs.h>
/kernel/linux/linux-6.6/scripts/gdb/
H A Dvmlinux-gdb.py43 import linux.vfs namespace
/kernel/linux/linux-6.6/scripts/gdb/linux/
H A Dproc.py20 from linux import vfs namespace
184 pathname = vfs.dentry_name(mntpoint) + pathname

Completed in 24 milliseconds

123456789