ORANGEFS_SB
if (ORANGEFS_SB(file_inode(filp)->i_sb)->flags & ORANGEFS_OPT_LOCAL_LOCK) {
&ORANGEFS_SB(inode->i_sb)->root_khandle,
if (ORANGEFS_khandle_cmp(&(ORANGEFS_SB(inode->i_sb)->root_khandle),
((ORANGEFS_SB(inode->i_sb)->flags & ORANGEFS_OPT_INTR) ? \
(int)(ORANGEFS_SB(sb)->fs_id));
new_op->upcall.req.statfs.fs_id = ORANGEFS_SB(sb)->fs_id;
if (ORANGEFS_SB(sb)->flags & ORANGEFS_OPT_INTR)
buf->f_fsid.val[0] = ORANGEFS_SB(sb)->fs_id;
buf->f_fsid.val[1] = ORANGEFS_SB(sb)->id;
struct orangefs_sb_info_s *orangefs_sb = ORANGEFS_SB(sb);
struct orangefs_sb_info_s *orangefs_sb = ORANGEFS_SB(root->d_sb);
ORANGEFS_SB(sb)->sb = sb;
ORANGEFS_SB(sb)->root_khandle = fs_mount->root_khandle;
ORANGEFS_SB(sb)->fs_id = fs_mount->fs_id;
ORANGEFS_SB(sb)->id = fs_mount->id;
root_object.khandle = ORANGEFS_SB(sb)->root_khandle;
root_object.fs_id = ORANGEFS_SB(sb)->fs_id;
strscpy(ORANGEFS_SB(sb)->devname, fc->source);
ORANGEFS_SB(sb)->mount_pending = 0;
ORANGEFS_SB(sb));
list_add_tail(&ORANGEFS_SB(sb)->list, &orangefs_superblocks);
ORANGEFS_SB(sb)->no_list = 0;
ORANGEFS_SB(sb)->no_list = 1;
if (!ORANGEFS_SB(sb)) {
r = orangefs_unmount(ORANGEFS_SB(sb)->id, ORANGEFS_SB(sb)->fs_id,
ORANGEFS_SB(sb)->devname);
ORANGEFS_SB(sb)->mount_pending = 1;
if (!ORANGEFS_SB(sb)->no_list) {
__list_del_entry(&ORANGEFS_SB(sb)->list);
ORANGEFS_SB(sb)->list.prev = NULL;
kfree(ORANGEFS_SB(sb));