Home
last modified time | relevance | path

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

/linux-4.4.14/Documentation/DocBook/
Dfilesystems.xml.db80 API-vfs-setlease
82 API-vfs-test-lock
83 API-vfs-lock-file
85 API-vfs-cancel-lock
100 API-vfs-path-lookup
102 API-vfs-unlink
103 API-vfs-link
104 API-vfs-rename
Dkernel-api.xml.db523 API-pci-vfs-assigned
/linux-4.4.14/drivers/crypto/qat/qat_common/
Dadf_dev_mgr.c374 int vfs = 0; in adf_get_num_dettached_vfs() local
381 vfs++; in adf_get_num_dettached_vfs()
384 return vfs; in adf_get_num_dettached_vfs()
/linux-4.4.14/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.4.14/fs/nfsd/
DMakefile12 nfsd-y += nfssvc.o nfsctl.o nfsproc.o nfsfh.o vfs.o \
/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_sriov.h315 struct bnx2x_virtf *vfs; member
316 #define BP_VF(bp, idx) ((BP_VFDB(bp) && (bp)->vfdb->vfs) ? \
317 &((bp)->vfdb->vfs[idx]) : NULL)
318 #define bnx2x_vf(bp, idx, var) ((bp)->vfdb->vfs[idx].var)
Dbnx2x_sriov.c1111 kfree(bp->vfdb->vfs); in __bnx2x_iov_free_vfdb()
1251 bp->vfdb->vfs = kzalloc(sizeof(struct bnx2x_virtf) * in bnx2x_iov_init_one()
1253 if (!bp->vfdb->vfs) { in bnx2x_iov_init_one()
/linux-4.4.14/drivers/net/ethernet/intel/i40e/
Di40e_virtchnl_pf.c937 struct i40e_vf *vfs; in i40e_alloc_vfs() local
953 vfs = kcalloc(num_alloc_vfs, sizeof(struct i40e_vf), GFP_KERNEL); in i40e_alloc_vfs()
954 if (!vfs) { in i40e_alloc_vfs()
958 pf->vf = vfs; in i40e_alloc_vfs()
962 vfs[i].pf = pf; in i40e_alloc_vfs()
963 vfs[i].parent_type = I40E_SWITCH_ELEMENT_TYPE_VEB; in i40e_alloc_vfs()
964 vfs[i].vf_id = i; in i40e_alloc_vfs()
967 set_bit(I40E_VIRTCHNL_VF_CAP_L2, &vfs[i].vf_caps); in i40e_alloc_vfs()
968 vfs[i].spoofchk = true; in i40e_alloc_vfs()
970 i40e_reset_vf(&vfs[i], false); in i40e_alloc_vfs()
Di40e_ethtool.c1652 struct i40e_vf *vfs = pf->vf; in i40e_active_vfs() local
1656 if (test_bit(I40E_VF_STAT_ACTIVE, &vfs[i].vf_states)) in i40e_active_vfs()
/linux-4.4.14/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-INDEX152 vfs.txt
Dhpfs.txt163 but vfs doesn't. Something like 'mv file FILE' won't work.
Dvfs.txt1172 <http://www.cse.unsw.edu.au/~neilb/oss/linux-commentary/vfs.html>
1178 <http://www.win.tue.nl/~aeb/linux/vfs/trail.html>
/linux-4.4.14/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.4.14/drivers/staging/lustre/
Dsysfs-fs-lustre235 Limit Lustre vfs operations gathering to just a single pid.
242 Limit Lustre vfs operations gathering to just a single ppid.
249 Limit Lustre vfs operations gathering to just a single gid.
/linux-4.4.14/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.4.14/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.
Dadding-syscalls.txt516 - commit 75069f2b5bfb ("vfs: renumber FMODE_NONOTIFY and add to uniqueness
Dkernel-docs.txt107 URL: http://www.mjmwired.net/kernel/Documentation/filesystems/vfs.txt
/linux-4.4.14/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.4.14/Documentation/RCU/
DRTFP.txt761 ,Title="Re: {[PATCH]} Initial support for struct {vfs\_cred}"
768 Suggested RCU for vfs\_shared\_cred.
/linux-4.4.14/
DMAINTAINERS7969 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git