Searched refs:vfs (Results 1 – 20 of 20) sorted by relevance
/linux-4.1.27/drivers/net/ethernet/mellanox/mlx4/ |
D | port.c | 536 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/ |
D | Makefile | 12 nfsd-y += nfssvc.o nfsctl.o nfsproc.o nfsfh.o vfs.o \
|
/linux-4.1.27/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_sriov.h | 303 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)
|
D | bnx2x_sriov.c | 1161 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/ |
D | i40e_virtchnl_pf.c | 918 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/ |
D | porting | 333 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.
|
D | 00-INDEX | 152 vfs.txt
|
D | hpfs.txt | 163 but vfs doesn't. Something like 'mv file FILE' won't work.
|
D | vfs.txt | 1165 <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/ |
D | TODO | 42 vfs change to support removing D_NOTIFY on a file. 64 p) Add support for new vfs entry point for fallocate
|
D | README | 22 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 …]
|
D | CHANGES | 20 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/ |
D | ChangeLog | 22 * 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/ |
D | cachetlb.txt | 289 handling vfs symlinks in the page cache need not call
|
D | 00-INDEX | 189 - info on the vfs and the various filesystems that Linux supports.
|
D | kernel-docs.txt | 107 URL: http://www.mjmwired.net/kernel/Documentation/filesystems/vfs.txt
|
/linux-4.1.27/Documentation/cgroups/ |
D | cgroups.txt | 278 The use of a Linux virtual file system (vfs) to represent the
|
D | cpusets.txt | 214 exclusive cpuset. Also, the use of a Linux virtual file system (vfs)
|
/linux-4.1.27/Documentation/RCU/ |
D | RTFP.txt | 761 ,Title="Re: {[PATCH]} Initial support for struct {vfs\_cred}" 768 Suggested RCU for vfs\_shared\_cred.
|
/linux-4.1.27/ |
D | MAINTAINERS | 7348 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git
|