Home
last modified time | relevance | path

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

123

/linux/scripts/gdb/linux/
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,
/linux/drivers/net/ethernet/pensando/ionic/
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()
A Dionic_lif.c2167 if (vf >= pci_num_vf(ionic->pdev) || !ionic->vfs) { in ionic_get_vf_config()
2173 ivf->spoofchk = ionic->vfs[vf].spoofchk; in ionic_get_vf_config()
2174 ivf->linkstate = ionic->vfs[vf].linkstate; in ionic_get_vf_config()
2176 ivf->trusted = ionic->vfs[vf].trusted; in ionic_get_vf_config()
2177 ether_addr_copy(ivf->mac, ionic->vfs[vf].macaddr); in ionic_get_vf_config()
2201 vs = &ionic->vfs[vf].stats; in ionic_get_vf_stats()
2240 ether_addr_copy(ionic->vfs[vf].macaddr, mac); in ionic_set_vf_mac()
2275 ionic->vfs[vf].vlanid = cpu_to_le16(vlan); in ionic_set_vf_vlan()
2329 ionic->vfs[vf].spoofchk = data; in ionic_set_vf_spoofchk()
2354 ionic->vfs[vf].trusted = data; in ionic_set_vf_trust()
[all …]
A Dionic.h60 struct ionic_vf *vfs; member
/linux/drivers/net/ethernet/marvell/octeontx2/af/
A Drvu.c2466 int vfs = rvu->vfs; in rvu_mbox_intr_handler() local
2486 vfs -= 64; in rvu_mbox_intr_handler()
3004 int vfs = rvu->vfs; in rvu_disable_afvf_intr() local
3009 if (vfs <= 64) in rvu_disable_afvf_intr()
3020 int vfs = rvu->vfs; in rvu_enable_afvf_intr() local
3035 if (vfs <= 64) in rvu_enable_afvf_intr()
3090 vfs = chans; in rvu_enable_sriov()
3092 if (!vfs) in rvu_enable_sriov()
3098 if (vfs > 62) in rvu_enable_sriov()
3099 vfs = 62; in rvu_enable_sriov()
[all …]
/linux/tools/perf/util/c++/
A Dclang.cpp71 StringRef Path, IntrusiveRefCntPtr<vfs::FileSystem> VFS) in getModuleFromSource()
105 using namespace vfs; in getModuleFromSource()
125 IntrusiveRefCntPtr<vfs::FileSystem> VFS(vfs::getRealFileSystem()); in getModuleFromSource()
/linux/tools/testing/selftests/powerpc/eeh/
A Deeh-functions.sh200 vfs=0
226 vfs="$((vfs + 1))"
230 test "$vfs" != 0
/linux/fs/fuse/
A 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/drivers/crypto/qat/qat_common/
A 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/drivers/net/ethernet/broadcom/bnx2x/
A 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/fs/nfsd/
A DMakefile13 nfsd-y += nfssvc.o nfsctl.o nfsproc.o nfsfh.o vfs.o \
/linux/samples/
A DMakefile30 subdir-$(CONFIG_SAMPLE_VFS) += vfs
/linux/fs/ksmbd/
A DMakefile7 ksmbd-y := unicode.o auth.o vfs.o vfs_cache.o server.o ndr.o \
/linux/tools/testing/ktest/examples/bootconfigs/
A Dboottrace.bconf58 ftrace_filter = "vfs*"
/linux/drivers/net/ethernet/mellanox/mlx4/
A 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/Documentation/filesystems/
A Dindex.rst21 vfs
A 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/drivers/net/ethernet/marvell/octeontx2/nic/
A Dotx2_pf.c77 int irq, vfs = pf->total_vfs; in otx2_disable_flr_me_intr() local
80 otx2_write64(pf, RVU_PF_VFME_INT_ENA_W1CX(0), INTR_MASK(vfs)); in otx2_disable_flr_me_intr()
85 otx2_write64(pf, RVU_PF_VFFLR_INT_ENA_W1CX(0), INTR_MASK(vfs)); in otx2_disable_flr_me_intr()
89 if (vfs <= 64) in otx2_disable_flr_me_intr()
92 otx2_write64(pf, RVU_PF_VFME_INT_ENA_W1CX(1), INTR_MASK(vfs - 64)); in otx2_disable_flr_me_intr()
96 otx2_write64(pf, RVU_PF_VFFLR_INT_ENA_W1CX(1), INTR_MASK(vfs - 64)); in otx2_disable_flr_me_intr()
551 int vfs = pf->total_vfs; in otx2_pfvf_mbox_intr_handler() local
557 if (vfs > 64) { in otx2_pfvf_mbox_intr_handler()
560 otx2_queue_work(mbox, pf->mbox_pfvf_wq, 64, vfs, intr, in otx2_pfvf_mbox_intr_handler()
562 vfs -= 64; in otx2_pfvf_mbox_intr_handler()
[all …]
/linux/Documentation/filesystems/cifs/
A Dksmbd.rst157 2. Enable one of components (smb, auth, vfs, oplock, ipc, conn, rdma)
162 [smb] auth vfs oplock ipc conn [rdma]
/linux/drivers/net/ethernet/qlogic/qed/
A 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/Documentation/admin-guide/cifs/
A 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/Documentation/translations/zh_CN/core-api/
A Dcachetlb.rst248 页面缓存调用。因此,例如,处理页面缓存中vfs符号链
/linux/drivers/net/ethernet/intel/i40e/
A Di40e_virtchnl_pf.c1734 struct i40e_vf *vfs; in i40e_alloc_vfs() local
1750 vfs = kcalloc(num_alloc_vfs, sizeof(struct i40e_vf), GFP_KERNEL); in i40e_alloc_vfs()
1751 if (!vfs) { in i40e_alloc_vfs()
1755 pf->vf = vfs; in i40e_alloc_vfs()
1759 vfs[i].pf = pf; in i40e_alloc_vfs()
1760 vfs[i].parent_type = I40E_SWITCH_ELEMENT_TYPE_VEB; in i40e_alloc_vfs()
1761 vfs[i].vf_id = i; in i40e_alloc_vfs()
1764 set_bit(I40E_VIRTCHNL_VF_CAP_L2, &vfs[i].vf_caps); in i40e_alloc_vfs()
1765 vfs[i].spoofchk = true; in i40e_alloc_vfs()
1767 set_bit(I40E_VF_STATE_PRE_ENABLE, &vfs[i].vf_states); in i40e_alloc_vfs()
/linux/Documentation/trace/
A 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/drivers/net/ethernet/cavium/thunder/
A Dnic_main.c103 #define INTR_MASK(vfs) ((vfs < 64) ? (BIT_ULL(vfs) - 1) : (~0ull)) in nic_enable_mbx_intr() argument

Completed in 52 milliseconds

123