Lines Matching refs:fs_id
119 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()
394 static int orangefs_unmount(int id, __s32 fs_id, const char *devname) in orangefs_unmount() argument
402 op->upcall.req.fs_umount.fs_id = fs_id; in orangefs_unmount()
425 ORANGEFS_SB(sb)->fs_id = fs_mount->fs_id; in orangefs_fill_sb()
449 root_object.fs_id = ORANGEFS_SB(sb)->fs_id; in orangefs_fill_sb()
453 root_object.fs_id); in orangefs_fill_sb()
511 if (new_op->downcall.resp.fs_mount.fs_id == ORANGEFS_FS_ID_NULL) { in orangefs_mount()
522 new_op->downcall.resp.fs_mount.fs_id, devname); in orangefs_mount()
616 r = orangefs_unmount(ORANGEFS_SB(sb)->id, ORANGEFS_SB(sb)->fs_id, in orangefs_kill_sb()