Home
last modified time | relevance | path

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

/Linux-v5.4/fs/orangefs/
Dsuper.c118 orangefs_inode->refn.fs_id = ORANGEFS_FS_ID_NULL; in orangefs_alloc_inode()
176 (int)(ORANGEFS_SB(sb)->fs_id)); in orangefs_statfs()
181 new_op->upcall.req.statfs.fs_id = ORANGEFS_SB(sb)->fs_id; in orangefs_statfs()
203 memcpy(&buf->f_fsid, &ORANGEFS_SB(sb)->fs_id, sizeof(buf->f_fsid)); in orangefs_statfs()
336 refn.fs_id = (u32) fid->raw[4]; in orangefs_fh_to_dentry()
340 refn.fs_id); in orangefs_fh_to_dentry()
363 fh[4] = refn.fs_id; in orangefs_encode_fh()
368 refn.fs_id); in orangefs_encode_fh()
374 fh[9] = refn.fs_id; in orangefs_encode_fh()
380 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.c53 new_op->downcall.resp.create.refn.fs_id, in orangefs_create()
147 new_op->upcall.req.lookup.parent_refn.fs_id); in orangefs_lookup()
154 new_op->downcall.resp.lookup.refn.fs_id, in orangefs_lookup()
187 parent->refn.fs_id); in orangefs_unlink()
258 new_op->downcall.resp.sym.refn.fs_id, ret); in orangefs_symlink()
332 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.c807 orangefs_inode->refn.fs_id, in orangefs_setattr_size()
1057 ORANGEFS_I(inode)->refn.fs_id = ref->fs_id; in orangefs_set_inode()
1078 orangefs_inode->refn.fs_id == ref->fs_id); in orangefs_test_inode()
1121 ref->fs_id, in orangefs_iget()
Dprotocol.h27 __s32 fs_id; member
Dorangefs-kernel.h208 __s32 fs_id; member
Dfile.c28 orangefs_inode->refn.fs_id); in flush_racache()
Ddevorangefs-req.c112 if (orangefs_sb->fs_id == fsid) { in fs_mount_pending()
/Linux-v5.4/include/linux/
Dfs_enet_pd.h27 enum fs_id { enum
41 static inline int fs_get_fec_index(enum fs_id id) in fs_get_fec_index()
48 static inline int fs_get_fcc_index(enum fs_id id) in fs_get_fcc_index()
55 static inline int fs_get_scc_index(enum fs_id id) in fs_get_scc_index()
/Linux-v5.4/fs/ufs/
Dufs_fs.h406 __fs32 fs_id[2]; /* file system id */
857 __fs32 fs_id[2]; member