Lines Matching defs:fs_id
118 orangefs_inode->refn.fs_id = ORANGEFS_FS_ID_NULL;
173 "%s: called on sb %p (fs_id is %d)\n",
176 (int)(ORANGEFS_SB(sb)->fs_id));
181 new_op->upcall.req.statfs.fs_id = ORANGEFS_SB(sb)->fs_id;
203 memcpy(&buf->f_fsid, &ORANGEFS_SB(sb)->fs_id, sizeof(buf->f_fsid));
336 refn.fs_id = (u32) fid->raw[4];
338 "fh_to_dentry: handle %pU, fs_id %d\n",
340 refn.fs_id);
363 fh[4] = refn.fs_id;
368 refn.fs_id);
374 fh[9] = refn.fs_id;
380 refn.fs_id);
393 static int orangefs_unmount(int id, __s32 fs_id, const char *devname)
401 op->upcall.req.fs_umount.fs_id = fs_id;
424 ORANGEFS_SB(sb)->fs_id = fs_mount->fs_id;
448 root_object.fs_id = ORANGEFS_SB(sb)->fs_id;
452 root_object.fs_id);
510 if (new_op->downcall.resp.fs_mount.fs_id == ORANGEFS_FS_ID_NULL) {
511 gossip_err("ERROR: Retrieved null fs_id\n");
521 new_op->downcall.resp.fs_mount.fs_id, devname);
615 r = orangefs_unmount(ORANGEFS_SB(sb)->id, ORANGEFS_SB(sb)->fs_id,