Home
last modified time | relevance | path

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

/linux-5.19.10/fs/orangefs/
Dsuper.c43 struct orangefs_sb_info_s *orangefs_sb = ORANGEFS_SB(root->d_sb); in orangefs_show_options()
57 struct orangefs_sb_info_s *orangefs_sb = ORANGEFS_SB(sb); in parse_mount_options()
177 (int)(ORANGEFS_SB(sb)->fs_id)); in orangefs_statfs()
182 new_op->upcall.req.statfs.fs_id = ORANGEFS_SB(sb)->fs_id; in orangefs_statfs()
184 if (ORANGEFS_SB(sb)->flags & ORANGEFS_OPT_INTR) in orangefs_statfs()
204 memcpy(&buf->f_fsid, &ORANGEFS_SB(sb)->fs_id, sizeof(buf->f_fsid)); in orangefs_statfs()
422 ORANGEFS_SB(sb)->sb = sb; in orangefs_fill_sb()
424 ORANGEFS_SB(sb)->root_khandle = fs_mount->root_khandle; in orangefs_fill_sb()
425 ORANGEFS_SB(sb)->fs_id = fs_mount->fs_id; in orangefs_fill_sb()
426 ORANGEFS_SB(sb)->id = fs_mount->id; in orangefs_fill_sb()
[all …]
Dorangefs-kernel.h255 static inline struct orangefs_sb_info_s *ORANGEFS_SB(struct super_block *sb) in ORANGEFS_SB() function
290 &ORANGEFS_SB(inode->i_sb)->root_khandle, in is_root_handle()
293 if (ORANGEFS_khandle_cmp(&(ORANGEFS_SB(inode->i_sb)->root_khandle), in is_root_handle()
471 ((ORANGEFS_SB(inode->i_sb)->flags & ORANGEFS_OPT_INTR) ? \
Dfile.c523 if (ORANGEFS_SB(file_inode(filp)->i_sb)->flags & ORANGEFS_OPT_LOCAL_LOCK) { in orangefs_lock()