Home
last modified time | relevance | path

Searched refs:fs_id (Results 1 – 15 of 15) sorted by relevance

/linux-6.6.21/fs/orangefs/
Dsuper.c119 orangefs_inode->refn.fs_id = ORANGEFS_FS_ID_NULL; in orangefs_alloc_inode()
177 (int)(ORANGEFS_SB(sb)->fs_id)); in orangefs_statfs()
182 new_op->upcall.req.statfs.fs_id = ORANGEFS_SB(sb)->fs_id; in orangefs_statfs()
204 memcpy(&buf->f_fsid, &ORANGEFS_SB(sb)->fs_id, sizeof(buf->f_fsid)); in orangefs_statfs()
337 refn.fs_id = (u32) fid->raw[4]; in orangefs_fh_to_dentry()
341 refn.fs_id); in orangefs_fh_to_dentry()
364 fh[4] = refn.fs_id; in orangefs_encode_fh()
369 refn.fs_id); in orangefs_encode_fh()
375 fh[9] = refn.fs_id; in orangefs_encode_fh()
381 refn.fs_id); in orangefs_encode_fh()
[all …]
Dorangefs-utils.c21 fsid = op->upcall.req.io.refn.fs_id; in fsid_of_op()
24 fsid = op->upcall.req.lookup.parent_refn.fs_id; in fsid_of_op()
27 fsid = op->upcall.req.create.parent_refn.fs_id; in fsid_of_op()
30 fsid = op->upcall.req.getattr.refn.fs_id; in fsid_of_op()
33 fsid = op->upcall.req.remove.parent_refn.fs_id; in fsid_of_op()
36 fsid = op->upcall.req.mkdir.parent_refn.fs_id; in fsid_of_op()
39 fsid = op->upcall.req.readdir.refn.fs_id; in fsid_of_op()
42 fsid = op->upcall.req.setattr.refn.fs_id; in fsid_of_op()
45 fsid = op->upcall.req.sym.parent_refn.fs_id; in fsid_of_op()
48 fsid = op->upcall.req.rename.old_parent_refn.fs_id; in fsid_of_op()
[all …]
Dnamei.c54 new_op->downcall.resp.create.refn.fs_id, in orangefs_create()
148 new_op->upcall.req.lookup.parent_refn.fs_id); in orangefs_lookup()
155 new_op->downcall.resp.lookup.refn.fs_id, in orangefs_lookup()
188 parent->refn.fs_id); in orangefs_unlink()
260 new_op->downcall.resp.sym.refn.fs_id, ret); in orangefs_symlink()
335 new_op->downcall.resp.mkdir.refn.fs_id); in orangefs_mkdir()
Dupcall.h93 __s32 fs_id; member
112 __s32 fs_id; member
Ddowncall.h53 __s32 fs_id; member
Dinode.c719 orangefs_inode->refn.fs_id, in orangefs_setattr_size()
1024 ORANGEFS_I(inode)->refn.fs_id = ref->fs_id; in orangefs_set_inode()
1045 orangefs_inode->refn.fs_id == ref->fs_id); in orangefs_test_inode()
1088 ref->fs_id, in orangefs_iget()
Dprotocol.h27 __s32 fs_id; member
Dorangefs-kernel.h210 __s32 fs_id; member
Dfile.c29 orangefs_inode->refn.fs_id); in flush_racache()
Ddevorangefs-req.c112 if (orangefs_sb->fs_id == fsid) { in fs_mount_pending()
/linux-6.6.21/drivers/net/ethernet/mellanox/mlx5/core/lib/
Dmacsec_fs.c52 #define macsec_fs_set_tx_fs_id(fs_id) (MLX5_ETH_WQE_FT_META_MACSEC | (fs_id) << 2) argument
53 #define macsec_fs_set_rx_fs_id(fs_id) ((fs_id) | BIT(30)) argument
64 u32 fs_id; member
74 u32 fs_id; member
122 u32 fs_id; member
581 u32 *fs_id) in macsec_fs_tx_setup_fte() argument
602 *fs_id = id; in macsec_fs_tx_setup_fte()
655 static void macsec_fs_id_del(struct list_head *macsec_devices_list, u32 fs_id, in macsec_fs_id_del() argument
674 fs_id_found = xa_load(fs_id_xa, fs_id); in macsec_fs_id_del()
689 xa_erase(fs_id_xa, fs_id); in macsec_fs_id_del()
[all …]
/linux-6.6.21/include/linux/mlx5/
Dmacsec.h11 u32 fs_id; member
22 void mlx5_macsec_add_roce_sa_rules(u32 fs_id, const struct sockaddr *addr, u16 gid_idx,
27 void mlx5_macsec_del_roce_sa_rules(u32 fs_id, struct mlx5_macsec_fs *macsec_fs,
/linux-6.6.21/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
Dmacsec.c75 u32 fs_id; member
315 bool is_tx, struct net_device *netdev, u32 fs_id) in mlx5e_macsec_cleanup_sa() argument
324 fs_id); in mlx5e_macsec_cleanup_sa()
331 bool encrypt, bool is_tx, u32 *fs_id) in mlx5e_macsec_init_sa() argument
366 macsec_rule = mlx5_macsec_fs_add_rule(mdev->macsec_fs, ctx, &rule_attrs, fs_id); in mlx5e_macsec_init_sa()
397 bool active, u32 *fs_id) in macsec_rx_sa_active_update() argument
408 mlx5e_macsec_cleanup_sa(macsec, rx_sa, false, ctx->secy->netdev, *fs_id); in macsec_rx_sa_active_update()
412 err = mlx5e_macsec_init_sa(ctx, rx_sa, true, false, fs_id); in macsec_rx_sa_active_update()
693 err = xa_alloc(&macsec->sc_xarray, &sc_xarray_element->fs_id, sc_xarray_element, in mlx5e_macsec_add_rxsc()
720 xa_erase(&macsec->sc_xarray, sc_xarray_element->fs_id); in mlx5e_macsec_add_rxsc()
[all …]
/linux-6.6.21/drivers/infiniband/hw/mlx5/
Dmacsec.c109 mlx5_macsec_add_roce_sa_rules(data->fs_id, (struct sockaddr *)&gid->addr, in handle_macsec_gids()
124 mlx5_macsec_del_roce_sa_rules(data->fs_id, data->macsec_fs, in del_sa_roce_rule()
/linux-6.6.21/fs/ufs/
Dufs_fs.h406 __fs32 fs_id[2]; /* file system id */
857 __fs32 fs_id[2]; member