Home
last modified time | relevance | path

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

12

/Linux-v4.19/scripts/gdb/linux/
Dproc.py166 for vfs in lists.list_for_each_entry(namespace['list'],
168 devname = vfs['mnt_devname'].string()
172 parent = vfs
183 superblock = vfs['mnt']['mnt_sb']
186 m_flags = int(vfs['mnt']['mnt_flags'])
/Linux-v4.19/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-v4.19/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-v4.19/fs/nfsd/
DMakefile13 nfsd-y += nfssvc.o nfsctl.o nfsproc.o nfsfh.o vfs.o \
/Linux-v4.19/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_sriov.h317 struct bnx2x_virtf *vfs; member
318 #define BP_VF(bp, idx) ((BP_VFDB(bp) && (bp)->vfdb->vfs) ? \
319 &((bp)->vfdb->vfs[idx]) : NULL)
320 #define bnx2x_vf(bp, idx, var) ((bp)->vfdb->vfs[idx].var)
Dbnx2x_sriov.c1116 kfree(bp->vfdb->vfs); in __bnx2x_iov_free_vfdb()
1256 bp->vfdb->vfs = kcalloc(BNX2X_NR_VIRTFN(bp), in bnx2x_iov_init_one()
1259 if (!bp->vfdb->vfs) { in bnx2x_iov_init_one()
/Linux-v4.19/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-v4.19/Documentation/filesystems/
Dporting333 changed. Read updated documentation in Documentation/filesystems/vfs.txt (and
340 changed. Read updated documentation in Documentation/filesystems/vfs.txt (and
355 vfs namespace).
364 vfs now tries to do path walking in "rcu-walk mode", which avoids
368 filesystem callbacks, the vfs drops out of rcu-walk mode before the fs call, so
380 Documentation/filesystems/vfs.txt for more details.
385 Documentation/filesystems/vfs.txt for more details.
D00-INDEX146 vfs.txt
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,
Dvfs.txt1247 <http://www.cse.unsw.edu.au/~neilb/oss/linux-commentary/vfs.html>
1253 <http://www.win.tue.nl/~aeb/linux/vfs/trail.html>
/Linux-v4.19/drivers/net/ethernet/qlogic/qed/
Dqed_int.c1881 u16 vfs = p_hwfn->cdev->p_iov_info->total_vfs; in qed_int_igu_reset_cam() local
1883 if (vfs != p_info->usage.iov_cnt) in qed_int_igu_reset_cam()
1887 p_info->usage.iov_cnt, vfs); in qed_int_igu_reset_cam()
1893 if (vfs > p_info->usage.free_cnt + in qed_int_igu_reset_cam()
1899 p_info->usage.cnt, vfs); in qed_int_igu_reset_cam()
1906 p_info->usage.iov_cnt = vfs; in qed_int_igu_reset_cam()
/Linux-v4.19/drivers/net/ethernet/intel/i40e/
Di40e_virtchnl_pf.c1432 struct i40e_vf *vfs; in i40e_alloc_vfs() local
1448 vfs = kcalloc(num_alloc_vfs, sizeof(struct i40e_vf), GFP_KERNEL); in i40e_alloc_vfs()
1449 if (!vfs) { in i40e_alloc_vfs()
1453 pf->vf = vfs; in i40e_alloc_vfs()
1457 vfs[i].pf = pf; in i40e_alloc_vfs()
1458 vfs[i].parent_type = I40E_SWITCH_ELEMENT_TYPE_VEB; in i40e_alloc_vfs()
1459 vfs[i].vf_id = i; in i40e_alloc_vfs()
1462 set_bit(I40E_VIRTCHNL_VF_CAP_L2, &vfs[i].vf_caps); in i40e_alloc_vfs()
1463 vfs[i].spoofchk = true; in i40e_alloc_vfs()
1465 set_bit(I40E_VF_STATE_PRE_ENABLE, &vfs[i].vf_states); in i40e_alloc_vfs()
Di40e_ethtool.c2171 struct i40e_vf *vfs = pf->vf; in i40e_active_vfs() local
2175 if (test_bit(I40E_VF_STATE_ACTIVE, &vfs[i].vf_states)) in i40e_active_vfs()
/Linux-v4.19/Documentation/filesystems/cifs/
DREADME39 If you have built the CIFS vfs as module (successfully) simply
43 If you have built the CIFS vfs into the kernel itself, follow the instructions
80 with the cifs vfs. A way to enable such mounting is to mark the mount.cifs
128 2.2.5 or later) but the CIFS vfs works fine with a wide variety of CIFS servers.
166 ("man smb.conf") on the Samba server system. Note that the cifs vfs,
167 unlike the smbfs vfs, does not read the smb.conf on the client system
180 application using the cifs vfs. Absolute symlinks will work to Samba 3.0.5 or
195 After -o the following commonly used cifs vfs specific options
380 the cifs vfs.
DTODO29 vfs change to support removing D_NOTIFY on a file.
/Linux-v4.19/drivers/net/ethernet/cavium/thunder/
Dnic_main.c112 #define INTR_MASK(vfs) ((vfs < 64) ? (BIT_ULL(vfs) - 1) : (~0ull)) in nic_enable_mbx_intr() argument
/Linux-v4.19/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-v4.19/Documentation/ioctl/
Dioctl-number.txt302 and linux/fs.h some lifted to vfs/generic
/Linux-v4.19/Documentation/
D00-INDEX152 - info on the vfs and the various filesystems that Linux supports.
/Linux-v4.19/Documentation/core-api/
Dcachetlb.rst294 handling vfs symlinks in the page cache need not call
/Linux-v4.19/Documentation/process/
Dkernel-docs.rst101 :URL: http://www.mjmwired.net/kernel/Documentation/filesystems/vfs.txt
Dadding-syscalls.rst562 - commit 75069f2b5bfb ("vfs: renumber FMODE_NONOTIFY and add to uniqueness
/Linux-v4.19/arch/s390/tools/
Dopcodes.txt976 e7e2 vfs VRR_VVV0UU

12