Home
last modified time | relevance | path

Searched refs:vfs (Results 1 – 25 of 55) sorted by relevance

123

/kernel/liteos_a/fs/vfs/
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_dupfd.c \
[all …]
DBUILD.gn37 "$LITEOSTOPDIR/fs/vfs/epoll/fs_epoll.c",
38 "$LITEOSTOPDIR/fs/vfs/mount.c",
39 "$LITEOSTOPDIR/fs/vfs/path_cache.c",
40 "$LITEOSTOPDIR/fs/vfs/vnode.c",
41 "$LITEOSTOPDIR/fs/vfs/vnode_hash.c",
/kernel/linux/linux-5.10/scripts/gdb/linux/
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/
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()
Dionic_lif.c1920 if (vf >= pci_num_vf(ionic->pdev) || !ionic->vfs) { in ionic_get_vf_config()
1924 ivf->vlan = le16_to_cpu(ionic->vfs[vf].vlanid); in ionic_get_vf_config()
1926 ivf->spoofchk = ionic->vfs[vf].spoofchk; in ionic_get_vf_config()
1927 ivf->linkstate = ionic->vfs[vf].linkstate; in ionic_get_vf_config()
1928 ivf->max_tx_rate = le32_to_cpu(ionic->vfs[vf].maxrate); in ionic_get_vf_config()
1929 ivf->trusted = ionic->vfs[vf].trusted; in ionic_get_vf_config()
1930 ether_addr_copy(ivf->mac, ionic->vfs[vf].macaddr); in ionic_get_vf_config()
1950 if (vf >= pci_num_vf(ionic->pdev) || !ionic->vfs) { in ionic_get_vf_stats()
1954 vs = &ionic->vfs[vf].stats; in ionic_get_vf_stats()
1988 if (vf >= pci_num_vf(ionic->pdev) || !ionic->vfs) { in ionic_set_vf_mac()
[all …]
Dionic.h55 struct ionic_vf *vfs; member
/kernel/liteos_a/fs/
DBUILD.gn43 "vfs",
44 "vfs/bcache",
52 "vfs:public",
53 "vfs/bcache:public",
DKconfig1 source "fs/vfs/Kconfig"
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/octeontx2/af/
Drvu.c1891 int vfs = rvu->vfs; in rvu_mbox_intr_handler() local
1906 if (vfs > 64) { in rvu_mbox_intr_handler()
1910 rvu_queue_work(&rvu->afvf_wq_info, 64, vfs, intr); in rvu_mbox_intr_handler()
1911 vfs -= 64; in rvu_mbox_intr_handler()
1919 rvu_queue_work(&rvu->afvf_wq_info, 0, vfs, intr); in rvu_mbox_intr_handler()
2080 if (rvu->vfs > 64) in rvu_flr_intr_handler()
2081 rvu_afvf_queue_flr_work(rvu, 64, rvu->vfs - 64); in rvu_flr_intr_handler()
2415 int vfs = rvu->vfs; in rvu_disable_afvf_intr() local
2417 rvupf_write64(rvu, RVU_PF_VFPF_MBOX_INT_ENA_W1CX(0), INTR_MASK(vfs)); in rvu_disable_afvf_intr()
2418 rvupf_write64(rvu, RVU_PF_VFFLR_INT_ENA_W1CX(0), INTR_MASK(vfs)); in rvu_disable_afvf_intr()
[all …]
/kernel/uniproton/
Duniproton.gni127 "$OSTOPDIR/fs/vfs",
133 "$OSTOPDIR/fs/vfs/vfs_files.c",
134 "$OSTOPDIR/fs/vfs/vfs_fs.c",
135 "$OSTOPDIR/fs/vfs/vfs_init.c",
136 "$OSTOPDIR/fs/vfs/vfs_maps.c",
137 "$OSTOPDIR/fs/vfs/vfs_mount.c",
138 "$OSTOPDIR/fs/vfs/vfs_partition.c",
/kernel/linux/linux-5.10/tools/perf/util/c++/
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/liteos_a/tools/build/mk/
Dlos_config.mk254 LIB_SUBDIRS += fs/vfs drivers/mtd/multi_partition
256 -I $(LITEOSTOPDIR)/fs/vfs/include
257 LITEOS_VFS_INCLUDE += -I $(LITEOSTOPDIR)/fs/vfs/include/operation
281 LIB_SUBDIRS += fs/vfs/bcache
282 LITEOS_FAT_CACHE_INCLUDE += -I $(LITEOSTOPDIR)/fs/vfs/include/bcache
/kernel/uniproton/src/fs/
DCMakeLists.txt3 add_subdirectory(vfs)
/kernel/linux/linux-5.10/fs/fuse/
Dvirtio_fs.c152 struct virtio_fs *vfs = container_of(ref, struct virtio_fs, refcount); in release_virtio_fs_obj() local
154 kfree(vfs->vqs); in release_virtio_fs_obj()
155 kfree(vfs); in release_virtio_fs_obj()
166 struct virtio_fs *vfs = fiq->priv; in virtio_fs_fiq_release() local
169 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/liteos_a/
DREADME_zh.md44 │ └── vfs # vfs
DREADME_zh-HK.md44 │ └── vfs # vfs
/kernel/linux/linux-5.10/drivers/crypto/qat/qat_common/
Dadf_dev_mgr.c353 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/liteos_a/testsuites/
Dconfig.mk41 -I $(LITEOSTOPDIR)/fs/vfs \
/kernel/linux/linux-5.10/fs/nfsd/
DMakefile13 nfsd-y += nfssvc.o nfsctl.o nfsproc.o nfsfh.o vfs.o \
/kernel/linux/linux-5.10/samples/
DMakefile27 subdir-$(CONFIG_SAMPLE_VFS) += vfs
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_sriov.h320 struct bnx2x_virtf *vfs; member
321 #define BP_VF(bp, idx) ((BP_VFDB(bp) && (bp)->vfdb->vfs) ? \
322 &((bp)->vfdb->vfs[idx]) : NULL)
323 #define bnx2x_vf(bp, idx, var) ((bp)->vfdb->vfs[idx].var)
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/octeontx2/nic/
Dotx2_pf.c69 int irq, vfs = pf->total_vfs; in otx2_disable_flr_me_intr() local
72 otx2_write64(pf, RVU_PF_VFME_INT_ENA_W1CX(0), INTR_MASK(vfs)); in otx2_disable_flr_me_intr()
77 otx2_write64(pf, RVU_PF_VFFLR_INT_ENA_W1CX(0), INTR_MASK(vfs)); in otx2_disable_flr_me_intr()
81 if (vfs <= 64) in otx2_disable_flr_me_intr()
84 otx2_write64(pf, RVU_PF_VFME_INT_ENA_W1CX(1), INTR_MASK(vfs - 64)); in otx2_disable_flr_me_intr()
88 otx2_write64(pf, RVU_PF_VFFLR_INT_ENA_W1CX(1), INTR_MASK(vfs - 64)); in otx2_disable_flr_me_intr()
548 int vfs = pf->total_vfs; in otx2_pfvf_mbox_intr_handler() local
554 if (vfs > 64) { in otx2_pfvf_mbox_intr_handler()
557 otx2_queue_work(mbox, pf->mbox_pfvf_wq, 64, vfs, intr, in otx2_pfvf_mbox_intr_handler()
559 vfs -= 64; in otx2_pfvf_mbox_intr_handler()
[all …]
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx4/
Dport.c1094 int vfs; in mlx4_get_slave_num_gids() local
1122 vfs = bitmap_weight(slaves_pport.slaves, dev->persist->num_vfs + 1) - 1; in mlx4_get_slave_num_gids()
1123 if (slave_gid <= ((MLX4_ROCE_MAX_GIDS - MLX4_ROCE_PF_GIDS) % vfs)) in mlx4_get_slave_num_gids()
1124 return ((MLX4_ROCE_MAX_GIDS - MLX4_ROCE_PF_GIDS) / vfs) + 1; in mlx4_get_slave_num_gids()
1125 return (MLX4_ROCE_MAX_GIDS - MLX4_ROCE_PF_GIDS) / vfs; in mlx4_get_slave_num_gids()
1133 int vfs; in mlx4_get_base_gid_ix() local
1160 vfs = bitmap_weight(slaves_pport.slaves, dev->persist->num_vfs + 1) - 1; in mlx4_get_base_gid_ix()
1161 if (slave_gid <= gids % vfs) in mlx4_get_base_gid_ix()
1162 return MLX4_ROCE_PF_GIDS + ((gids / vfs) + 1) * (slave_gid - 1); in mlx4_get_base_gid_ix()
1164 return MLX4_ROCE_PF_GIDS + (gids % vfs) + in mlx4_get_base_gid_ix()
[all …]
/kernel/linux/linux-5.10/Documentation/filesystems/
Dindex.rst21 vfs
/kernel/liteos_m/components/fs/
DBUILD.gn35 "vfs",

123