Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/mellanox/mlx4/
Dport.c536 int vfs; in mlx4_get_slave_num_gids() local
564 vfs = bitmap_weight(slaves_pport.slaves, dev->persist->num_vfs + 1) - 1; in mlx4_get_slave_num_gids()
565 if (slave_gid <= ((MLX4_ROCE_MAX_GIDS - MLX4_ROCE_PF_GIDS) % vfs)) in mlx4_get_slave_num_gids()
566 return ((MLX4_ROCE_MAX_GIDS - MLX4_ROCE_PF_GIDS) / vfs) + 1; in mlx4_get_slave_num_gids()
567 return (MLX4_ROCE_MAX_GIDS - MLX4_ROCE_PF_GIDS) / vfs; in mlx4_get_slave_num_gids()
575 int vfs; in mlx4_get_base_gid_ix() local
602 vfs = bitmap_weight(slaves_pport.slaves, dev->persist->num_vfs + 1) - 1; in mlx4_get_base_gid_ix()
603 if (slave_gid <= gids % vfs) in mlx4_get_base_gid_ix()
604 return MLX4_ROCE_PF_GIDS + ((gids / vfs) + 1) * (slave_gid - 1); in mlx4_get_base_gid_ix()
606 return MLX4_ROCE_PF_GIDS + (gids % vfs) + in mlx4_get_base_gid_ix()
[all …]
/linux-4.1.27/fs/nfsd/
DMakefile12 nfsd-y += nfssvc.o nfsctl.o nfsproc.o nfsfh.o vfs.o \
/linux-4.1.27/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_sriov.h303 struct bnx2x_virtf *vfs; member
304 #define BP_VF(bp, idx) ((BP_VFDB(bp) && (bp)->vfdb->vfs) ? \
305 &((bp)->vfdb->vfs[idx]) : NULL)
306 #define bnx2x_vf(bp, idx, var) ((bp)->vfdb->vfs[idx].var)
Dbnx2x_sriov.c1161 kfree(bp->vfdb->vfs); in __bnx2x_iov_free_vfdb()
1301 bp->vfdb->vfs = kzalloc(sizeof(struct bnx2x_virtf) * in bnx2x_iov_init_one()
1303 if (!bp->vfdb->vfs) { in bnx2x_iov_init_one()
/linux-4.1.27/drivers/net/ethernet/intel/i40e/
Di40e_virtchnl_pf.c918 struct i40e_vf *vfs; in i40e_alloc_vfs() local
935 vfs = kcalloc(num_alloc_vfs, sizeof(struct i40e_vf), GFP_KERNEL); in i40e_alloc_vfs()
936 if (!vfs) { in i40e_alloc_vfs()
940 pf->vf = vfs; in i40e_alloc_vfs()
944 vfs[i].pf = pf; in i40e_alloc_vfs()
945 vfs[i].parent_type = I40E_SWITCH_ELEMENT_TYPE_VEB; in i40e_alloc_vfs()
946 vfs[i].vf_id = i; in i40e_alloc_vfs()
949 set_bit(I40E_VIRTCHNL_VF_CAP_L2, &vfs[i].vf_caps); in i40e_alloc_vfs()
950 vfs[i].spoofchk = true; in i40e_alloc_vfs()
952 i40e_reset_vf(&vfs[i], false); in i40e_alloc_vfs()
[all …]
/linux-4.1.27/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 See Documentation/filesystems/vfs.txt for more details.
D00-INDEX152 vfs.txt
Dhpfs.txt163 but vfs doesn't. Something like 'mv file FILE' won't work.
Dvfs.txt1165 <http://www.cse.unsw.edu.au/~neilb/oss/linux-commentary/vfs.html>
1171 <http://www.win.tue.nl/~aeb/linux/vfs/trail.html>
/linux-4.1.27/Documentation/filesystems/cifs/
DTODO42 vfs change to support removing D_NOTIFY on a file.
64 p) Add support for new vfs entry point for fallocate
DREADME22 and download the cifs vfs source (see the project page
26 to add the cifs vfs to your kernel configure options if
28 users do not need to apply the cifs_24.patch since the cifs vfs is
30 mkdir linux/fs/cifs and then copy the current cifs vfs files from
53 If you have built the CIFS vfs as module (successfully) simply
57 If you have built the CIFS vfs into the kernel itself, follow the instructions
85 with the cifs vfs. A way to enable such mounting is to mark the mount.cifs
132 Samba 3.0) but the CIFS vfs works fine with a wide variety of CIFS servers.
170 ("man smb.conf") on the Samba server system. Note that the cifs vfs,
171 unlike the smbfs vfs, does not read the smb.conf on the client system
[all …]
DCHANGES20 Set s_maxbytes to smaller (the max that vfs can handle) so that
614 that are parsed outside of the cifs vfs such as nosuid.
1001 Introduced optional mount helper utility mount.cifs and made coreq changes to cifs vfs to enable
1017 although corresponding function not fully implemented in the vfs yet
/linux-4.1.27/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-4.1.27/Documentation/
Dcachetlb.txt289 handling vfs symlinks in the page cache need not call
D00-INDEX189 - info on the vfs and the various filesystems that Linux supports.
Dkernel-docs.txt107 URL: http://www.mjmwired.net/kernel/Documentation/filesystems/vfs.txt
/linux-4.1.27/Documentation/cgroups/
Dcgroups.txt278 The use of a Linux virtual file system (vfs) to represent the
Dcpusets.txt214 exclusive cpuset. Also, the use of a Linux virtual file system (vfs)
/linux-4.1.27/Documentation/RCU/
DRTFP.txt761 ,Title="Re: {[PATCH]} Initial support for struct {vfs\_cred}"
768 Suggested RCU for vfs\_shared\_cred.
/linux-4.1.27/
DMAINTAINERS7348 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git