Lines Matching refs:sb
131 #define NILFS_FIRST_INO(sb) (((struct the_nilfs *)sb->s_fs_info)->ns_first_ino) argument
133 #define NILFS_MDT_INODE(sb, ino) \ argument
134 ((ino) < NILFS_FIRST_INO(sb) && (NILFS_MDT_INO_BITS & (1 << (ino))))
135 #define NILFS_VALID_INODE(sb, ino) \ argument
136 ((ino) >= NILFS_FIRST_INO(sb) || (NILFS_SYS_INO_BITS & (1 << (ino))))
266 struct inode *nilfs_ilookup(struct super_block *sb, struct nilfs_root *root,
268 struct inode *nilfs_iget_locked(struct super_block *sb, struct nilfs_root *root,
270 struct inode *nilfs_iget(struct super_block *sb, struct nilfs_root *root,
272 extern struct inode *nilfs_iget_for_gc(struct super_block *sb,
311 struct nilfs_super_block **nilfs_prepare_super(struct super_block *sb,
313 int nilfs_commit_super(struct super_block *sb, int flag);
314 int nilfs_cleanup_super(struct super_block *sb);
315 int nilfs_resize_fs(struct super_block *sb, __u64 newsize);
316 int nilfs_attach_checkpoint(struct super_block *sb, __u64 cno, int curr_mnt,
318 int nilfs_checkpoint_is_mounted(struct super_block *sb, __u64 cno);