Searched refs:get_sb_block (Results 1 - 3 of 3) sorted by relevance

/linux-4.1.27/fs/ext2/
H A Dsuper.c382 static unsigned long get_sb_block(void **data) get_sb_block() function
499 /* handled by get_sb_block() instead of here */ parse_options()
784 unsigned long sb_block = get_sb_block(&data); ext2_fill_super()
/linux-4.1.27/fs/ext3/
H A Dsuper.c901 static ext3_fsblk_t get_sb_block(void **data, struct super_block *sb) get_sb_block() function
1049 /* handled by get_sb_block() instead of here */ parse_options()
1694 ext3_fsblk_t sb_block = get_sb_block(&data, sb); ext3_fill_super()
/linux-4.1.27/fs/ext4/
H A Dsuper.c1237 static ext4_fsblk_t get_sb_block(void **data) get_sb_block() function
1460 return 1; /* handled by get_sb_block() */ handle_mount_opt()
3443 ext4_fsblk_t sb_block = get_sb_block(&data); ext4_fill_super()

Completed in 159 milliseconds