Home
last modified time | relevance | path

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

/linux/fs/orangefs/
H A Dsuper.c98 orangefs_inode->refn.fs_id = ORANGEFS_FS_ID_NULL; in orangefs_alloc_inode()
156 (int)(ORANGEFS_SB(sb)->fs_id)); in orangefs_statfs()
161 new_op->upcall.req.statfs.fs_id = ORANGEFS_SB(sb)->fs_id; in orangefs_statfs()
183 buf->f_fsid.val[0] = ORANGEFS_SB(sb)->fs_id; in orangefs_statfs()
325 refn.fs_id = (u32) fid->raw[4]; in orangefs_fh_to_dentry()
329 refn.fs_id); in orangefs_fh_to_dentry()
352 fh[4] = refn.fs_id; in orangefs_encode_fh()
357 refn.fs_id); in orangefs_encode_fh()
363 fh[9] = refn.fs_id; in orangefs_encode_fh()
369 refn.fs_id); in orangefs_encode_fh()
[all …]
H A 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 …]
H A Dnamei.c52 new_op->downcall.resp.create.refn.fs_id, in orangefs_create()
145 new_op->upcall.req.lookup.parent_refn.fs_id); in orangefs_lookup()
152 new_op->downcall.resp.lookup.refn.fs_id, in orangefs_lookup()
185 parent->refn.fs_id); in orangefs_unlink()
252 new_op->downcall.resp.sym.refn.fs_id, ret); in orangefs_symlink()
325 new_op->downcall.resp.mkdir.refn.fs_id); in orangefs_mkdir()
H A Dupcall.h93 __s32 fs_id; member
112 __s32 fs_id; member
H A Dinode.c691 orangefs_inode->refn.fs_id, in orangefs_setattr_size()
998 ORANGEFS_I(inode)->refn.fs_id = ref->fs_id; in orangefs_set_inode()
1019 orangefs_inode->refn.fs_id == ref->fs_id); in orangefs_test_inode()
1062 ref->fs_id, in orangefs_iget()
H A Ddowncall.h53 __s32 fs_id; member
H A Dprotocol.h27 __s32 fs_id; member
H A Dorangefs-kernel.h202 __s32 fs_id; member
H A Dfile.c29 orangefs_inode->refn.fs_id); in flush_racache()
H A Ddevorangefs-req.c112 if (orangefs_sb->fs_id == fsid) { in fs_mount_pending()
/linux/include/linux/mlx5/
H A 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/drivers/infiniband/hw/mlx5/
H A 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()