Home
last modified time | relevance | path

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

12

/Linux-v5.15/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,
/Linux-v5.15/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.h59 struct ionic_vf *vfs; member
Dionic_lif.c2328 if (vf >= pci_num_vf(ionic->pdev) || !ionic->vfs) { in ionic_get_vf_config()
2332 ivf->vlan = le16_to_cpu(ionic->vfs[vf].vlanid); in ionic_get_vf_config()
2334 ivf->spoofchk = ionic->vfs[vf].spoofchk; in ionic_get_vf_config()
2335 ivf->linkstate = ionic->vfs[vf].linkstate; in ionic_get_vf_config()
2336 ivf->max_tx_rate = le32_to_cpu(ionic->vfs[vf].maxrate); in ionic_get_vf_config()
2337 ivf->trusted = ionic->vfs[vf].trusted; in ionic_get_vf_config()
2338 ether_addr_copy(ivf->mac, ionic->vfs[vf].macaddr); in ionic_get_vf_config()
2358 if (vf >= pci_num_vf(ionic->pdev) || !ionic->vfs) { in ionic_get_vf_stats()
2362 vs = &ionic->vfs[vf].stats; in ionic_get_vf_stats()
2396 if (vf >= pci_num_vf(ionic->pdev) || !ionic->vfs) { in ionic_set_vf_mac()
[all …]
/Linux-v5.15/tools/testing/selftests/powerpc/eeh/
Deeh-functions.sh200 vfs=0
226 vfs="$((vfs + 1))"
230 test "$vfs" != 0
/Linux-v5.15/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()
/Linux-v5.15/drivers/net/ethernet/marvell/octeontx2/af/
Drvu.c2407 int vfs = rvu->vfs; in rvu_mbox_intr_handler() local
2422 if (vfs > 64) { in rvu_mbox_intr_handler()
2426 rvu_queue_work(&rvu->afvf_wq_info, 64, vfs, intr); in rvu_mbox_intr_handler()
2427 vfs -= 64; in rvu_mbox_intr_handler()
2435 rvu_queue_work(&rvu->afvf_wq_info, 0, vfs, intr); in rvu_mbox_intr_handler()
2603 if (rvu->vfs > 64) in rvu_flr_intr_handler()
2604 rvu_afvf_queue_flr_work(rvu, 64, rvu->vfs - 64); in rvu_flr_intr_handler()
2938 int vfs = rvu->vfs; in rvu_disable_afvf_intr() local
2940 rvupf_write64(rvu, RVU_PF_VFPF_MBOX_INT_ENA_W1CX(0), INTR_MASK(vfs)); in rvu_disable_afvf_intr()
2941 rvupf_write64(rvu, RVU_PF_VFFLR_INT_ENA_W1CX(0), INTR_MASK(vfs)); in rvu_disable_afvf_intr()
[all …]
/Linux-v5.15/fs/fuse/
Dvirtio_fs.c153 struct virtio_fs *vfs = container_of(ref, struct virtio_fs, refcount); in release_virtio_fs_obj() local
155 kfree(vfs->vqs); in release_virtio_fs_obj()
156 kfree(vfs); in release_virtio_fs_obj()
167 struct virtio_fs *vfs = fiq->priv; in virtio_fs_fiq_release() local
170 virtio_fs_put(vfs); in virtio_fs_fiq_release()
1364 struct virtio_fs *vfs = fc->iq.priv; in virtio_fs_conn_destroy() local
1365 struct virtio_fs_vq *fsvq = &vfs->vqs[VQ_HIPRIO]; in virtio_fs_conn_destroy()
1377 virtio_fs_drain_all_queues(vfs); in virtio_fs_conn_destroy()
1386 virtio_fs_stop_all_queues(vfs); in virtio_fs_conn_destroy()
1387 virtio_fs_drain_all_queues(vfs); in virtio_fs_conn_destroy()
[all …]
/Linux-v5.15/drivers/crypto/qat/qat_common/
Dadf_dev_mgr.c354 int vfs = 0; in adf_get_num_dettached_vfs() local
361 vfs++; in adf_get_num_dettached_vfs()
364 return vfs; in adf_get_num_dettached_vfs()
/Linux-v5.15/fs/nfsd/
DMakefile13 nfsd-y += nfssvc.o nfsctl.o nfsproc.o nfsfh.o vfs.o \
/Linux-v5.15/samples/
DMakefile28 subdir-$(CONFIG_SAMPLE_VFS) += vfs
/Linux-v5.15/fs/ksmbd/
DMakefile7 ksmbd-y := unicode.o auth.o vfs.o vfs_cache.o server.o ndr.o \
/Linux-v5.15/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)
/Linux-v5.15/tools/testing/ktest/examples/bootconfigs/
Dboottrace.bconf58 ftrace_filter = "vfs*"
/Linux-v5.15/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 …]
/Linux-v5.15/Documentation/filesystems/
Dindex.rst21 vfs
Dporting.rst368 changed. Read updated documentation in Documentation/filesystems/vfs.rst (and
376 changed. Read updated documentation in Documentation/filesystems/vfs.rst (and
394 vfs namespace).
405 vfs now tries to do path walking in "rcu-walk mode", which avoids
409 filesystem callbacks, the vfs drops out of rcu-walk mode before the fs call, so
423 Documentation/filesystems/vfs.rst for more details.
428 Documentation/filesystems/vfs.rst for more details.
792 ->remap_file_range(). See Documentation/filesystems/vfs.rst for more
/Linux-v5.15/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()
543 int vfs = pf->total_vfs; in otx2_pfvf_mbox_intr_handler() local
549 if (vfs > 64) { in otx2_pfvf_mbox_intr_handler()
552 otx2_queue_work(mbox, pf->mbox_pfvf_wq, 64, vfs, intr, in otx2_pfvf_mbox_intr_handler()
554 vfs -= 64; in otx2_pfvf_mbox_intr_handler()
[all …]
/Linux-v5.15/Documentation/filesystems/cifs/
Dksmbd.rst157 2. Enable one of components(smb, auth, vfs, oplock, ipc, conn, rdma)
162 [smb] auth vfs oplock ipc conn [rdma]
/Linux-v5.15/drivers/net/ethernet/qlogic/qed/
Dqed_int.c2059 u16 vfs = p_hwfn->cdev->p_iov_info->total_vfs; in qed_int_igu_reset_cam() local
2061 if (vfs != p_info->usage.iov_cnt) in qed_int_igu_reset_cam()
2065 p_info->usage.iov_cnt, vfs); in qed_int_igu_reset_cam()
2071 if (vfs > p_info->usage.free_cnt + in qed_int_igu_reset_cam()
2077 p_info->usage.cnt, vfs); in qed_int_igu_reset_cam()
2084 p_info->usage.iov_cnt = vfs; in qed_int_igu_reset_cam()
/Linux-v5.15/Documentation/translations/zh_CN/core-api/
Dcachetlb.rst248 页面缓存调用。因此,例如,处理页面缓存中vfs符号链
/Linux-v5.15/Documentation/admin-guide/cifs/
Dusage.rst46 If you have built the CIFS vfs as module (successfully) simply
50 If you have built the CIFS vfs into the kernel itself, follow the instructions
92 with the cifs vfs. A way to enable such mounting is to mark the mount.cifs
144 2.2.5 or later) but the CIFS vfs works fine with a wide variety of CIFS servers.
182 (``man smb.conf``) on the Samba server system. Note that the cifs vfs,
183 unlike the smbfs vfs, does not read the smb.conf on the client system
198 application using the cifs vfs. Absolute symlinks will work to Samba 3.0.5 or
214 After -o the following commonly used cifs vfs specific options
438 the cifs vfs.
/Linux-v5.15/drivers/net/ethernet/intel/i40e/
Di40e_virtchnl_pf.c1725 struct i40e_vf *vfs; in i40e_alloc_vfs() local
1741 vfs = kcalloc(num_alloc_vfs, sizeof(struct i40e_vf), GFP_KERNEL); in i40e_alloc_vfs()
1742 if (!vfs) { in i40e_alloc_vfs()
1746 pf->vf = vfs; in i40e_alloc_vfs()
1750 vfs[i].pf = pf; in i40e_alloc_vfs()
1751 vfs[i].parent_type = I40E_SWITCH_ELEMENT_TYPE_VEB; in i40e_alloc_vfs()
1752 vfs[i].vf_id = i; in i40e_alloc_vfs()
1755 set_bit(I40E_VIRTCHNL_VF_CAP_L2, &vfs[i].vf_caps); in i40e_alloc_vfs()
1756 vfs[i].spoofchk = true; in i40e_alloc_vfs()
1758 set_bit(I40E_VF_STATE_PRE_ENABLE, &vfs[i].vf_states); in i40e_alloc_vfs()
/Linux-v5.15/Documentation/trace/
Dboottime-trace.rst290 …ns=sym-addr trace_event=initcall:* tp_printk trace_buf_size=1M ftrace=function ftrace_filter="vfs*"
300 ftrace_filter = "vfs*"
/Linux-v5.15/drivers/net/ethernet/cavium/thunder/
Dnic_main.c103 #define INTR_MASK(vfs) ((vfs < 64) ? (BIT_ULL(vfs) - 1) : (~0ull)) in nic_enable_mbx_intr() argument

12