Searched refs:vfs (Results 26 - 50 of 114) sorted by relevance

12345

/linux-master/scripts/gdb/linux/
H A Dproc.py20 from linux import vfs namespace
184 pathname = vfs.dentry_name(mntpoint) + pathname
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_vf_lib.h190 hash_for_each((pf)->vfs.table, (bkt), (vf), entry)
207 hash_for_each_rcu((pf)->vfs.table, (bkt), (vf), entry)
/linux-master/fs/fuse/
H A Dvirtio_fs.c190 struct virtio_fs *vfs = container_of(kobj, struct virtio_fs, kobj); local
192 kfree(vfs->mq_map);
193 kfree(vfs->vqs);
194 kfree(vfs);
211 struct virtio_fs *vfs = fiq->priv; local
214 virtio_fs_put(vfs);
1483 struct virtio_fs *vfs = fc->iq.priv; local
1484 struct virtio_fs_vq *fsvq = &vfs->vqs[VQ_HIPRIO];
1496 virtio_fs_drain_all_queues(vfs);
1505 virtio_fs_stop_all_queues(vfs);
[all...]
/linux-master/fs/squashfs/
H A Ddir.c18 #include <linux/vfs.h>
H A Dnamei.c43 #include <linux/vfs.h>
H A Dxattr.c15 #include <linux/vfs.h>
H A Dcache.c35 #include <linux/vfs.h>
/linux-master/tools/testing/selftests/mount/
H A Dnosymfollow-test.c15 #include <sys/vfs.h>
H A Dunprivileged-remount-test.c10 #include <sys/vfs.h>
/linux-master/fs/nfs/
H A Dgetroot.c25 #include <linux/vfs.h>
/linux-master/fs/nfsd/
H A Dxdr.h7 #include <linux/vfs.h>
/linux-master/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_sriov.h320 struct bnx2x_virtf *vfs; member in struct:bnx2x_vfdb
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)
325 /* queue array - for all vfs */
/linux-master/arch/mips/kernel/
H A Dlinux32.c33 #include <linux/vfs.h>
/linux-master/drivers/net/ethernet/amd/pds_core/
H A Ddevlink.c57 struct pdsc *vf = pdsc->vfs[vf_id].vf;
H A Dcore.h159 struct pdsc_vf *vfs; member in struct:pdsc
/linux-master/arch/um/os-Linux/
H A Dmem.c15 #include <sys/vfs.h>
/linux-master/drivers/net/ethernet/pensando/ionic/
H A Dionic_lif.c2315 if (vf >= pci_num_vf(ionic->pdev) || !ionic->vfs) {
2318 struct ionic_vf *vfdata = &ionic->vfs[vf];
2347 if (vf >= pci_num_vf(ionic->pdev) || !ionic->vfs) {
2351 vs = &ionic->vfs[vf].stats;
2386 if (vf >= pci_num_vf(ionic->pdev) || !ionic->vfs) {
2395 ether_addr_copy(ionic->vfs[vf].macaddr, mac);
2425 if (vf >= pci_num_vf(ionic->pdev) || !ionic->vfs) {
2434 ionic->vfs[vf].vlanid = cpu_to_le16(vlan);
2458 if (vf >= pci_num_vf(ionic->pdev) || !ionic->vfs) {
2467 ionic->vfs[v
[all...]
/linux-master/drivers/net/ethernet/mellanox/mlx4/
H A Dport.c1094 int vfs; local
1122 vfs = bitmap_weight(slaves_pport.slaves, dev->persist->num_vfs + 1) - 1;
1123 if (slave_gid <= ((MLX4_ROCE_MAX_GIDS - MLX4_ROCE_PF_GIDS) % vfs))
1124 return ((MLX4_ROCE_MAX_GIDS - MLX4_ROCE_PF_GIDS) / vfs) + 1;
1125 return (MLX4_ROCE_MAX_GIDS - MLX4_ROCE_PF_GIDS) / vfs;
1133 int vfs; local
1160 vfs = bitmap_weight(slaves_pport.slaves, dev->persist->num_vfs + 1) - 1;
1161 if (slave_gid <= gids % vfs)
1162 return MLX4_ROCE_PF_GIDS + ((gids / vfs) + 1) * (slave_gid - 1);
1164 return MLX4_ROCE_PF_GIDS + (gids % vfs)
[all...]
/linux-master/fs/smb/client/
H A Dnamespace.c16 #include <linux/vfs.h>
/linux-master/mm/
H A Dmemfd.c11 #include <linux/vfs.h>
/linux-master/fs/freevxfs/
H A Dvxfs_super.c19 #include <linux/vfs.h>
/linux-master/fs/xfs/
H A Dxfs_linux.h42 #include <linux/vfs.h>
/linux-master/tools/testing/selftests/cachestat/
H A Dtest_cachestat.c13 #include <sys/vfs.h>
/linux-master/arch/s390/kernel/
H A Dcompat_linux.c46 #include <linux/vfs.h>
/linux-master/arch/sparc/kernel/
H A Dsys_sparc32.c42 #include <linux/vfs.h>

Completed in 453 milliseconds

12345