Searched refs:ORANGEFS_SB (Results 1 – 3 of 3) sorted by relevance
42 struct orangefs_sb_info_s *orangefs_sb = ORANGEFS_SB(root->d_sb); in orangefs_show_options()56 struct orangefs_sb_info_s *orangefs_sb = ORANGEFS_SB(sb); in parse_mount_options()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()183 if (ORANGEFS_SB(sb)->flags & ORANGEFS_OPT_INTR) in orangefs_statfs()203 memcpy(&buf->f_fsid, &ORANGEFS_SB(sb)->fs_id, sizeof(buf->f_fsid)); in orangefs_statfs()421 ORANGEFS_SB(sb)->sb = sb; in orangefs_fill_sb()423 ORANGEFS_SB(sb)->root_khandle = fs_mount->root_khandle; in orangefs_fill_sb()424 ORANGEFS_SB(sb)->fs_id = fs_mount->fs_id; in orangefs_fill_sb()425 ORANGEFS_SB(sb)->id = fs_mount->id; in orangefs_fill_sb()[all …]
253 static inline struct orangefs_sb_info_s *ORANGEFS_SB(struct super_block *sb) in ORANGEFS_SB() function288 &ORANGEFS_SB(inode->i_sb)->root_khandle, in is_root_handle()291 if (ORANGEFS_khandle_cmp(&(ORANGEFS_SB(inode->i_sb)->root_khandle), in is_root_handle()468 ((ORANGEFS_SB(inode->i_sb)->flags & ORANGEFS_OPT_INTR) ? \
626 if (ORANGEFS_SB(file_inode(filp)->i_sb)->flags & ORANGEFS_OPT_LOCAL_LOCK) { in orangefs_lock()