Home
last modified time | relevance | path

Searched refs:ORANGEFS_SB (Results 1 – 3 of 3) sorted by relevance

/linux-4.19.296/fs/orangefs/
Dsuper.c41 struct orangefs_sb_info_s *orangefs_sb = ORANGEFS_SB(root->d_sb); in orangefs_show_options()
55 struct orangefs_sb_info_s *orangefs_sb = ORANGEFS_SB(sb); in parse_mount_options()
162 (int)(ORANGEFS_SB(sb)->fs_id)); in orangefs_statfs()
167 new_op->upcall.req.statfs.fs_id = ORANGEFS_SB(sb)->fs_id; in orangefs_statfs()
169 if (ORANGEFS_SB(sb)->flags & ORANGEFS_OPT_INTR) in orangefs_statfs()
189 memcpy(&buf->f_fsid, &ORANGEFS_SB(sb)->fs_id, sizeof(buf->f_fsid)); in orangefs_statfs()
407 if (!ORANGEFS_SB(sb)) in orangefs_fill_sb()
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 …]
Dorangefs-kernel.h231 static inline struct orangefs_sb_info_s *ORANGEFS_SB(struct super_block *sb) in ORANGEFS_SB() function
266 &ORANGEFS_SB(inode->i_sb)->root_khandle, in is_root_handle()
269 if (ORANGEFS_khandle_cmp(&(ORANGEFS_SB(inode->i_sb)->root_khandle), in is_root_handle()
435 ((ORANGEFS_SB(inode->i_sb)->flags & ORANGEFS_OPT_INTR) ? \
Dfile.c695 if (ORANGEFS_SB(file_inode(filp)->i_sb)->flags & ORANGEFS_OPT_LOCAL_LOCK) { in orangefs_lock()