submit_bh         305 drivers/md/md-bitmap.c 			submit_bh(REQ_OP_WRITE, REQ_SYNC, bh);
submit_bh         400 drivers/md/md-bitmap.c 			submit_bh(REQ_OP_READ, 0, bh);
submit_bh        2739 fs/btrfs/check-integrity.c 		return submit_bh(op, op_flags, bh);
submit_bh        2788 fs/btrfs/check-integrity.c 	return submit_bh(op, op_flags, bh);
submit_bh          14 fs/btrfs/check-integrity.h #define btrfsic_submit_bh submit_bh
submit_bh        1177 fs/buffer.c    		submit_bh(REQ_OP_READ, 0, bh);
submit_bh        2307 fs/buffer.c    			submit_bh(REQ_OP_READ, 0, bh);
submit_bh        2638 fs/buffer.c    			submit_bh(REQ_OP_READ, 0, bh);
submit_bh        3091 fs/buffer.c    EXPORT_SYMBOL(submit_bh);
submit_bh        3132 fs/buffer.c    				submit_bh(op, op_flags, bh);
submit_bh        3139 fs/buffer.c    				submit_bh(op, op_flags, bh);
submit_bh        3157 fs/buffer.c    	submit_bh(REQ_OP_WRITE, op_flags, bh);
submit_bh        3175 fs/buffer.c    		ret = submit_bh(REQ_OP_WRITE, op_flags, bh);
submit_bh        3429 fs/buffer.c    	submit_bh(REQ_OP_READ, 0, bh);
submit_bh         492 fs/ext4/balloc.c 	submit_bh(REQ_OP_READ, REQ_META | REQ_PRIO, bh);
submit_bh         193 fs/ext4/ialloc.c 	submit_bh(REQ_OP_READ, REQ_META | REQ_PRIO, bh);
submit_bh        4694 fs/ext4/inode.c 		submit_bh(REQ_OP_READ, REQ_META | REQ_PRIO, bh);
submit_bh          55 fs/ext4/mmp.c  	submit_bh(REQ_OP_WRITE, REQ_SYNC | REQ_META | REQ_PRIO, bh);
submit_bh          91 fs/ext4/mmp.c  	submit_bh(REQ_OP_READ, REQ_META | REQ_PRIO, *bh);
submit_bh         313 fs/gfs2/bmap.c 				submit_bh(REQ_OP_READ,
submit_bh        1512 fs/gfs2/dir.c  			submit_bh(REQ_OP_READ,
submit_bh          78 fs/gfs2/meta_io.c 			submit_bh(REQ_OP_WRITE, write_flags, bh);
submit_bh         156 fs/jbd2/commit.c 		ret = submit_bh(REQ_OP_WRITE,
submit_bh         159 fs/jbd2/commit.c 		ret = submit_bh(REQ_OP_WRITE, REQ_SYNC, bh);
submit_bh         727 fs/jbd2/commit.c 				submit_bh(REQ_OP_WRITE, REQ_SYNC, bh);
submit_bh        1377 fs/jbd2/journal.c 	ret = submit_bh(REQ_OP_WRITE, write_flags, bh);
submit_bh         108 fs/nilfs2/btnode.c 	submit_bh(mode, mode_flags, bh);
submit_bh          95 fs/nilfs2/gcinode.c 	submit_bh(REQ_OP_READ, 0, bh);
submit_bh         151 fs/nilfs2/mdt.c 	submit_bh(mode, mode_flags, bh);
submit_bh         348 fs/ntfs/aops.c 				submit_bh(REQ_OP_READ, 0, tbh);
submit_bh         863 fs/ntfs/aops.c 			submit_bh(REQ_OP_WRITE, 0, bh);
submit_bh        1191 fs/ntfs/aops.c 		submit_bh(REQ_OP_WRITE, 0, tbh);
submit_bh         661 fs/ntfs/compress.c 		submit_bh(REQ_OP_READ, 0, tbh);
submit_bh         542 fs/ntfs/file.c 	return submit_bh(REQ_OP_READ, 0, bh);
submit_bh         811 fs/ntfs/logfile.c 			submit_bh(REQ_OP_WRITE, 0, bh);
submit_bh         586 fs/ntfs/mft.c  			submit_bh(REQ_OP_WRITE, 0, tbh);
submit_bh         783 fs/ntfs/mft.c  		submit_bh(REQ_OP_WRITE, 0, tbh);
submit_bh          69 fs/ocfs2/buffer_head_io.c 	submit_bh(REQ_OP_WRITE, 0, bh);
submit_bh         152 fs/ocfs2/buffer_head_io.c 		submit_bh(REQ_OP_READ, 0, bh);
submit_bh         333 fs/ocfs2/buffer_head_io.c 			submit_bh(REQ_OP_READ, 0, bh);
submit_bh         454 fs/ocfs2/buffer_head_io.c 	submit_bh(REQ_OP_WRITE, 0, bh);
submit_bh        2674 fs/reiserfs/inode.c 			submit_bh(REQ_OP_WRITE, 0, bh);
submit_bh        2734 fs/reiserfs/inode.c 			submit_bh(REQ_OP_WRITE, 0, bh);
submit_bh         657 fs/reiserfs/journal.c 	submit_bh(REQ_OP_WRITE, 0, bh);
submit_bh         667 fs/reiserfs/journal.c 	submit_bh(REQ_OP_WRITE, 0, bh);
submit_bh         205 include/linux/buffer_head.h int submit_bh(int, int, struct buffer_head *);