Home
last modified time | relevance | path

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

/Linux-v4.19/fs/orangefs/
Dsuper.c117 orangefs_inode->refn.fs_id = ORANGEFS_FS_ID_NULL; in orangefs_alloc_inode()
162 (int)(ORANGEFS_SB(sb)->fs_id)); in orangefs_statfs()
167 new_op->upcall.req.statfs.fs_id = ORANGEFS_SB(sb)->fs_id; in orangefs_statfs()
189 memcpy(&buf->f_fsid, &ORANGEFS_SB(sb)->fs_id, sizeof(buf->f_fsid)); in orangefs_statfs()
320 refn.fs_id = (u32) fid->raw[4]; in orangefs_fh_to_dentry()
324 refn.fs_id); in orangefs_fh_to_dentry()
347 fh[4] = refn.fs_id; in orangefs_encode_fh()
352 refn.fs_id); in orangefs_encode_fh()
358 fh[9] = refn.fs_id; in orangefs_encode_fh()
364 refn.fs_id); in orangefs_encode_fh()
[all …]
Dorangefs-utils.c20 fsid = op->upcall.req.io.refn.fs_id; in fsid_of_op()
23 fsid = op->upcall.req.lookup.parent_refn.fs_id; in fsid_of_op()
26 fsid = op->upcall.req.create.parent_refn.fs_id; in fsid_of_op()
29 fsid = op->upcall.req.getattr.refn.fs_id; in fsid_of_op()
32 fsid = op->upcall.req.remove.parent_refn.fs_id; in fsid_of_op()
35 fsid = op->upcall.req.mkdir.parent_refn.fs_id; in fsid_of_op()
38 fsid = op->upcall.req.readdir.refn.fs_id; in fsid_of_op()
41 fsid = op->upcall.req.setattr.refn.fs_id; in fsid_of_op()
44 fsid = op->upcall.req.sym.parent_refn.fs_id; in fsid_of_op()
47 fsid = op->upcall.req.rename.old_parent_refn.fs_id; in fsid_of_op()
[all …]
Dinode.c161 orangefs_inode->refn.fs_id, in orangefs_setattr_size()
368 ORANGEFS_I(inode)->refn.fs_id = ref->fs_id; in orangefs_set_inode()
385 orangefs_inode->refn.fs_id == ref->fs_id); in orangefs_test_inode()
424 ref->fs_id, in orangefs_iget()
Dnamei.c53 new_op->downcall.resp.create.refn.fs_id, in orangefs_create()
150 new_op->upcall.req.lookup.parent_refn.fs_id); in orangefs_lookup()
157 new_op->downcall.resp.lookup.refn.fs_id, in orangefs_lookup()
190 parent->refn.fs_id); in orangefs_unlink()
262 new_op->downcall.resp.sym.refn.fs_id, ret); in orangefs_symlink()
339 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
Dprotocol.h27 __s32 fs_id; member
Dorangefs-kernel.h201 __s32 fs_id; member
Dfile.c27 orangefs_inode->refn.fs_id); in flush_racache()
Ddevorangefs-req.c112 if (orangefs_sb->fs_id == fsid) { in fs_mount_pending()
/Linux-v4.19/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-v4.19/fs/ufs/
Dufs_fs.h406 __fs32 fs_id[2]; /* file system id */
857 __fs32 fs_id[2]; member