Searched refs:ORANGEFS_SB (Results 1 – 3 of 3) sorted by relevance
40 struct orangefs_sb_info_s *orangefs_sb = ORANGEFS_SB(root->d_sb); in orangefs_show_options()156 (int)(ORANGEFS_SB(sb)->fs_id)); in orangefs_statfs()161 new_op->upcall.req.statfs.fs_id = ORANGEFS_SB(sb)->fs_id; in orangefs_statfs()163 if (ORANGEFS_SB(sb)->flags & ORANGEFS_OPT_INTR) in orangefs_statfs()183 buf->f_fsid.val[0] = ORANGEFS_SB(sb)->fs_id; in orangefs_statfs()184 buf->f_fsid.val[1] = ORANGEFS_SB(sb)->id; in orangefs_statfs()208 struct orangefs_sb_info_s *orangefs_sb = ORANGEFS_SB(sb); in orangefs_reconfigure()409 ORANGEFS_SB(sb)->sb = sb; in orangefs_fill_sb()411 ORANGEFS_SB(sb)->root_khandle = fs_mount->root_khandle; in orangefs_fill_sb()412 ORANGEFS_SB(sb)->fs_id = fs_mount->fs_id; in orangefs_fill_sb()[all …]
247 static inline struct orangefs_sb_info_s *ORANGEFS_SB(struct super_block *sb) in ORANGEFS_SB() function282 &ORANGEFS_SB(inode->i_sb)->root_khandle, in is_root_handle()285 if (ORANGEFS_khandle_cmp(&(ORANGEFS_SB(inode->i_sb)->root_khandle), in is_root_handle()462 ((ORANGEFS_SB(inode->i_sb)->flags & ORANGEFS_OPT_INTR) ? \
542 if (ORANGEFS_SB(file_inode(filp)->i_sb)->flags & ORANGEFS_OPT_LOCAL_LOCK) { in orangefs_lock()