Lines Matching refs:fs_id
118 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()
393 static int orangefs_unmount(int id, __s32 fs_id, const char *devname) in orangefs_unmount() argument
401 op->upcall.req.fs_umount.fs_id = fs_id; in orangefs_unmount()
424 ORANGEFS_SB(sb)->fs_id = fs_mount->fs_id; in orangefs_fill_sb()
448 root_object.fs_id = ORANGEFS_SB(sb)->fs_id; in orangefs_fill_sb()
452 root_object.fs_id); in orangefs_fill_sb()
510 if (new_op->downcall.resp.fs_mount.fs_id == ORANGEFS_FS_ID_NULL) { in orangefs_mount()
521 new_op->downcall.resp.fs_mount.fs_id, devname); in orangefs_mount()
615 r = orangefs_unmount(ORANGEFS_SB(sb)->id, ORANGEFS_SB(sb)->fs_id, in orangefs_kill_sb()