Lines Matching defs:sb

290 	struct super_block		*sb;  member
319 struct super_block *sb; member
499 #define OCFS2_SB(sb) ((struct ocfs2_super *)(sb)->s_fs_info) argument
736 static inline unsigned long ino_from_blkno(struct super_block *sb, in ino_from_blkno()
742 static inline u64 ocfs2_clusters_to_blocks(struct super_block *sb, in ocfs2_clusters_to_blocks()
751 static inline u32 ocfs2_clusters_for_blocks(struct super_block *sb, in ocfs2_clusters_for_blocks()
761 static inline u32 ocfs2_blocks_to_clusters(struct super_block *sb, in ocfs2_blocks_to_clusters()
770 static inline unsigned int ocfs2_clusters_for_bytes(struct super_block *sb, in ocfs2_clusters_for_bytes()
783 static inline unsigned int ocfs2_bytes_to_clusters(struct super_block *sb, in ocfs2_bytes_to_clusters()
793 static inline u64 ocfs2_blocks_for_bytes(struct super_block *sb, in ocfs2_blocks_for_bytes()
800 static inline u64 ocfs2_clusters_to_bytes(struct super_block *sb, in ocfs2_clusters_to_bytes()
806 static inline u64 ocfs2_block_to_cluster_start(struct super_block *sb, in ocfs2_block_to_cluster_start()
816 static inline u64 ocfs2_align_bytes_to_clusters(struct super_block *sb, in ocfs2_align_bytes_to_clusters()
826 static inline u64 ocfs2_align_bytes_to_blocks(struct super_block *sb, in ocfs2_align_bytes_to_blocks()
840 static inline unsigned int ocfs2_page_index_to_clusters(struct super_block *sb, in ocfs2_page_index_to_clusters()
857 static inline pgoff_t ocfs2_align_clusters_to_page_index(struct super_block *sb, in ocfs2_align_clusters_to_page_index()
872 static inline unsigned int ocfs2_pages_per_cluster(struct super_block *sb) in ocfs2_pages_per_cluster()
883 static inline unsigned int ocfs2_megabytes_to_clusters(struct super_block *sb, in ocfs2_megabytes_to_clusters()
891 static inline unsigned int ocfs2_clusters_to_megabytes(struct super_block *sb, in ocfs2_clusters_to_megabytes()