Home
last modified time | relevance | path

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

12

/Linux-v5.4/drivers/net/ethernet/marvell/octeontx2/af/
Drvu.c1714 int vfs = rvu->vfs; in rvu_mbox_intr_handler() local
1727 if (vfs > 64) { in rvu_mbox_intr_handler()
1731 rvu_queue_work(&rvu->afvf_wq_info, 64, vfs, intr); in rvu_mbox_intr_handler()
1732 vfs -= 64; in rvu_mbox_intr_handler()
1738 rvu_queue_work(&rvu->afvf_wq_info, 0, vfs, intr); in rvu_mbox_intr_handler()
1899 if (rvu->vfs > 64) in rvu_flr_intr_handler()
1900 rvu_afvf_queue_flr_work(rvu, 64, rvu->vfs - 64); in rvu_flr_intr_handler()
2229 int vfs = rvu->vfs; in rvu_disable_afvf_intr() local
2231 rvupf_write64(rvu, RVU_PF_VFPF_MBOX_INT_ENA_W1CX(0), INTR_MASK(vfs)); in rvu_disable_afvf_intr()
2232 rvupf_write64(rvu, RVU_PF_VFFLR_INT_ENA_W1CX(0), INTR_MASK(vfs)); in rvu_disable_afvf_intr()
[all …]
Drvu.h233 int vfs; /* Number of VFs attached to RVU */ member
/Linux-v5.4/scripts/gdb/linux/
Dproc.py170 for vfs in lists.list_for_each_entry(namespace['list'],
172 devname = vfs['mnt_devname'].string()
176 parent = vfs
187 superblock = vfs['mnt']['mnt_sb']
190 m_flags = int(vfs['mnt']['mnt_flags'])
/Linux-v5.4/tools/perf/util/c++/
Dclang.cpp69 StringRef Path, IntrusiveRefCntPtr<vfs::FileSystem> VFS) in getModuleFromSource()
99 using namespace vfs; in getModuleFromSource()
119 IntrusiveRefCntPtr<vfs::FileSystem> VFS(vfs::getRealFileSystem()); in getModuleFromSource()
/Linux-v5.4/fs/fuse/
Dvirtio_fs.c88 struct virtio_fs *vfs = container_of(ref, struct virtio_fs, refcount); in release_virtio_fs_obj() local
90 kfree(vfs->vqs); in release_virtio_fs_obj()
91 kfree(vfs); in release_virtio_fs_obj()
102 struct virtio_fs *vfs = fiq->priv; in virtio_fs_fiq_release() local
105 virtio_fs_put(vfs); in virtio_fs_fiq_release()
1107 struct virtio_fs *vfs; in virtio_kill_sb() local
1114 vfs = fc->iq.priv; in virtio_kill_sb()
1115 fsvq = &vfs->vqs[VQ_HIPRIO]; in virtio_kill_sb()
1121 virtio_fs_drain_all_queues(vfs); in virtio_kill_sb()
1130 virtio_fs_stop_all_queues(vfs); in virtio_kill_sb()
[all …]
/Linux-v5.4/drivers/crypto/qat/qat_common/
Dadf_dev_mgr.c397 int vfs = 0; in adf_get_num_dettached_vfs() local
404 vfs++; in adf_get_num_dettached_vfs()
407 return vfs; in adf_get_num_dettached_vfs()
/Linux-v5.4/samples/
DMakefile22 subdir-$(CONFIG_SAMPLE_VFS) += vfs
/Linux-v5.4/fs/nfsd/
DMakefile13 nfsd-y += nfssvc.o nfsctl.o nfsproc.o nfsfh.o vfs.o \
/Linux-v5.4/Documentation/filesystems/
Dindex.rst19 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.
790 ->remap_file_range(). See Documentation/filesystems/vfs.rst for more
Dhpfs.txt163 but vfs doesn't. Something like 'mv file FILE' won't work.
Dorangefs.txt347 The file_operations.write_iter function returns to the waiting vfs,
/Linux-v5.4/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_sriov.h319 struct bnx2x_virtf *vfs; member
320 #define BP_VF(bp, idx) ((BP_VFDB(bp) && (bp)->vfdb->vfs) ? \
321 &((bp)->vfdb->vfs[idx]) : NULL)
322 #define bnx2x_vf(bp, idx, var) ((bp)->vfdb->vfs[idx].var)
Dbnx2x_sriov.c1117 kfree(bp->vfdb->vfs); in __bnx2x_iov_free_vfdb()
1257 bp->vfdb->vfs = kcalloc(BNX2X_NR_VIRTFN(bp), in bnx2x_iov_init_one()
1260 if (!bp->vfdb->vfs) { in bnx2x_iov_init_one()
/Linux-v5.4/drivers/net/ethernet/intel/ice/
Dice_virtchnl_pf.c1310 struct ice_vf *vfs; in ice_alloc_vfs() local
1325 vfs = devm_kcalloc(&pf->pdev->dev, num_alloc_vfs, sizeof(*vfs), in ice_alloc_vfs()
1327 if (!vfs) { in ice_alloc_vfs()
1331 pf->vf = vfs; in ice_alloc_vfs()
1335 vfs[i].pf = pf; in ice_alloc_vfs()
1336 vfs[i].vf_sw_id = pf->first_sw; in ice_alloc_vfs()
1337 vfs[i].vf_id = i; in ice_alloc_vfs()
1340 set_bit(ICE_VIRTCHNL_VF_CAP_L2, &vfs[i].vf_caps); in ice_alloc_vfs()
1341 vfs[i].spoofchk = true; in ice_alloc_vfs()
1355 devm_kfree(&pf->pdev->dev, vfs); in ice_alloc_vfs()
[all …]
/Linux-v5.4/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.4/drivers/net/ethernet/qlogic/qed/
Dqed_int.c2033 u16 vfs = p_hwfn->cdev->p_iov_info->total_vfs; in qed_int_igu_reset_cam() local
2035 if (vfs != p_info->usage.iov_cnt) in qed_int_igu_reset_cam()
2039 p_info->usage.iov_cnt, vfs); in qed_int_igu_reset_cam()
2045 if (vfs > p_info->usage.free_cnt + in qed_int_igu_reset_cam()
2051 p_info->usage.cnt, vfs); in qed_int_igu_reset_cam()
2058 p_info->usage.iov_cnt = vfs; in qed_int_igu_reset_cam()
/Linux-v5.4/drivers/net/ethernet/intel/i40e/
Di40e_virtchnl_pf.c1580 struct i40e_vf *vfs; in i40e_alloc_vfs() local
1596 vfs = kcalloc(num_alloc_vfs, sizeof(struct i40e_vf), GFP_KERNEL); in i40e_alloc_vfs()
1597 if (!vfs) { in i40e_alloc_vfs()
1601 pf->vf = vfs; in i40e_alloc_vfs()
1605 vfs[i].pf = pf; in i40e_alloc_vfs()
1606 vfs[i].parent_type = I40E_SWITCH_ELEMENT_TYPE_VEB; in i40e_alloc_vfs()
1607 vfs[i].vf_id = i; in i40e_alloc_vfs()
1610 set_bit(I40E_VIRTCHNL_VF_CAP_L2, &vfs[i].vf_caps); in i40e_alloc_vfs()
1611 vfs[i].spoofchk = true; in i40e_alloc_vfs()
1613 set_bit(I40E_VF_STATE_PRE_ENABLE, &vfs[i].vf_states); in i40e_alloc_vfs()
/Linux-v5.4/Documentation/admin-guide/cifs/
Dusage.rst47 If you have built the CIFS vfs as module (successfully) simply
51 If you have built the CIFS vfs into the kernel itself, follow the instructions
93 with the cifs vfs. A way to enable such mounting is to mark the mount.cifs
145 2.2.5 or later) but the CIFS vfs works fine with a wide variety of CIFS servers.
183 (``man smb.conf``) on the Samba server system. Note that the cifs vfs,
184 unlike the smbfs vfs, does not read the smb.conf on the client system
199 application using the cifs vfs. Absolute symlinks will work to Samba 3.0.5 or
215 After -o the following commonly used cifs vfs specific options
439 the cifs vfs.
Dtodo.rst41 vfs change to support removing D_NOTIFY on a file.
/Linux-v5.4/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
/Linux-v5.4/fs/befs/
DChangeLog22 * Segregated the functions that interface directly with the linux vfs
166 * Converted all non vfs-callback functions to use befs_sb_info as the
/Linux-v5.4/Documentation/ioctl/
Dioctl-number.rst313 and linux/fs.h some lifted to vfs/generic
/Linux-v5.4/Documentation/core-api/
Dcachetlb.rst284 handling vfs symlinks in the page cache need not call
/Linux-v5.4/arch/s390/tools/
Dopcodes.txt1022 e7e2 vfs VRR_VVV0UU

12