| /kernel/linux/linux-5.10/fs/hpfs/ |
| H A D | buffer.c | 71 void *hpfs_map_sector(struct super_block *s, unsigned secno, struct buffer_head **bhp, in hpfs_map_sector() argument 93 void *hpfs_get_sector(struct super_block *s, unsigned secno, struct buffer_head **bhp) in hpfs_get_sector() argument
|
| H A D | map.c | 164 struct fnode *hpfs_map_fnode(struct super_block *s, ino_t ino, struct buffer_head **bhp) in hpfs_map_fnode() argument 221 struct anode *hpfs_map_anode(struct super_block *s, anode_secno ano, struct buffer_head **bhp) in hpfs_map_anode() argument
|
| /kernel/linux/linux-5.10/fs/gfs2/ |
| H A D | meta_io.h | 67 gfs2_meta_inode_buffer(struct gfs2_inode *ip, struct buffer_head **bhp) gfs2_meta_inode_buffer() argument
|
| H A D | meta_io.c | 247 gfs2_meta_read(struct gfs2_glock *gl, u64 blkno, int flags, int rahead, struct buffer_head **bhp) gfs2_meta_read() argument 474 gfs2_meta_indirect_buffer(struct gfs2_inode *ip, int height, u64 num, struct buffer_head **bhp) gfs2_meta_indirect_buffer() argument
|
| H A D | xattr.c | 620 static int ea_alloc_blk(struct gfs2_inode *ip, struct buffer_head **bhp) in ea_alloc_blk() argument
|
| /kernel/linux/linux-6.6/fs/hpfs/ |
| H A D | buffer.c | 71 void *hpfs_map_sector(struct super_block *s, unsigned secno, struct buffer_head **bhp, in hpfs_map_sector() argument 93 void *hpfs_get_sector(struct super_block *s, unsigned secno, struct buffer_head **bhp) in hpfs_get_sector() argument
|
| H A D | map.c | 164 struct fnode *hpfs_map_fnode(struct super_block *s, ino_t ino, struct buffer_head **bhp) in hpfs_map_fnode() argument 221 struct anode *hpfs_map_anode(struct super_block *s, anode_secno ano, struct buffer_head **bhp) in hpfs_map_anode() argument
|
| /kernel/linux/linux-6.6/fs/gfs2/ |
| H A D | meta_io.h | 69 gfs2_meta_inode_buffer(struct gfs2_inode *ip, struct buffer_head **bhp) gfs2_meta_inode_buffer() argument
|
| H A D | meta_io.c | 253 gfs2_meta_read(struct gfs2_glock *gl, u64 blkno, int flags, int rahead, struct buffer_head **bhp) gfs2_meta_read() argument 485 gfs2_meta_buffer(struct gfs2_inode *ip, u32 mtype, u64 num, struct buffer_head **bhp) gfs2_meta_buffer() argument
|
| H A D | xattr.c | 634 static int ea_alloc_blk(struct gfs2_inode *ip, struct buffer_head **bhp) in ea_alloc_blk() argument
|
| /kernel/linux/linux-5.10/fs/jbd2/ |
| H A D | recovery.c | 128 static int jread(struct buffer_head **bhp, journal_t *journal, in jread() argument
|
| /kernel/linux/linux-5.10/fs/nilfs2/ |
| H A D | segbuf.c | 114 nilfs_segbuf_extend_payload(struct nilfs_segment_buffer *segbuf, struct buffer_head **bhp) nilfs_segbuf_extend_payload() argument
|
| H A D | cpfile.c | 128 nilfs_cpfile_get_header_block(struct inode *cpfile, struct buffer_head **bhp) nilfs_cpfile_get_header_block() argument 134 nilfs_cpfile_get_checkpoint_block(struct inode *cpfile, __u64 cno, int create, struct buffer_head **bhp) nilfs_cpfile_get_checkpoint_block() argument 161 nilfs_cpfile_find_checkpoint_block(struct inode *cpfile, __u64 start_cno, __u64 end_cno, __u64 *cnop, struct buffer_head **bhp) nilfs_cpfile_find_checkpoint_block() argument 214 nilfs_cpfile_get_checkpoint(struct inode *cpfile, __u64 cno, int create, struct nilfs_checkpoint **cpp, struct buffer_head **bhp) nilfs_cpfile_get_checkpoint() argument [all...] |
| H A D | sufile.c | 82 nilfs_sufile_get_header_block(struct inode *sufile, struct buffer_head **bhp) nilfs_sufile_get_header_block() argument 89 nilfs_sufile_get_segment_usage_block(struct inode *sufile, __u64 segnum, int create, struct buffer_head **bhp) nilfs_sufile_get_segment_usage_block() argument
|
| H A D | alloc.c | 196 nilfs_palloc_get_block(struct inode *inode, unsigned long blkoff, int create, void (*init_block)(struct inode *, struct buffer_head *, void *), struct buffer_head **bhp, struct nilfs_bh_assoc *prev, spinlock_t *lock) nilfs_palloc_get_block() argument 260 nilfs_palloc_get_desc_block(struct inode *inode, unsigned long group, int create, struct buffer_head **bhp) nilfs_palloc_get_desc_block() argument 279 nilfs_palloc_get_bitmap_block(struct inode *inode, unsigned long group, int create, struct buffer_head **bhp) nilfs_palloc_get_bitmap_block() argument 314 nilfs_palloc_get_entry_block(struct inode *inode, __u64 nr, int create, struct buffer_head **bhp) nilfs_palloc_get_entry_block() argument [all...] |
| /kernel/linux/linux-5.10/fs/adfs/ |
| H A D | super.c | 280 adfs_probe(struct super_block *sb, unsigned int offset, int silent, int (*validate)(struct super_block *sb, struct buffer_head *bh, struct adfs_discrecord **bhp)) adfs_probe() argument
|
| /kernel/linux/linux-5.10/fs/ocfs2/ |
| H A D | quota_global.c | 151 ocfs2_read_quota_phys_block(struct inode *inode, u64 p_block, struct buffer_head **bhp) ocfs2_read_quota_phys_block() argument
|
| /kernel/linux/linux-6.6/fs/adfs/ |
| H A D | super.c | 280 adfs_probe(struct super_block *sb, unsigned int offset, int silent, int (*validate)(struct super_block *sb, struct buffer_head *bh, struct adfs_discrecord **bhp)) adfs_probe() argument
|
| /kernel/linux/linux-6.6/fs/jbd2/ |
| H A D | recovery.c | 129 static int jread(struct buffer_head **bhp, journal_t *journal, in jread() argument
|
| /kernel/linux/linux-6.6/fs/nilfs2/ |
| H A D | segbuf.c | 114 nilfs_segbuf_extend_payload(struct nilfs_segment_buffer *segbuf, struct buffer_head **bhp) nilfs_segbuf_extend_payload() argument
|
| H A D | cpfile.c | 128 nilfs_cpfile_get_header_block(struct inode *cpfile, struct buffer_head **bhp) nilfs_cpfile_get_header_block() argument 134 nilfs_cpfile_get_checkpoint_block(struct inode *cpfile, __u64 cno, int create, struct buffer_head **bhp) nilfs_cpfile_get_checkpoint_block() argument 161 nilfs_cpfile_find_checkpoint_block(struct inode *cpfile, __u64 start_cno, __u64 end_cno, __u64 *cnop, struct buffer_head **bhp) nilfs_cpfile_find_checkpoint_block() argument 214 nilfs_cpfile_get_checkpoint(struct inode *cpfile, __u64 cno, int create, struct nilfs_checkpoint **cpp, struct buffer_head **bhp) nilfs_cpfile_get_checkpoint() argument [all...] |
| H A D | alloc.c | 196 nilfs_palloc_get_block(struct inode *inode, unsigned long blkoff, int create, void (*init_block)(struct inode *, struct buffer_head *, void *), struct buffer_head **bhp, struct nilfs_bh_assoc *prev, spinlock_t *lock) nilfs_palloc_get_block() argument 260 nilfs_palloc_get_desc_block(struct inode *inode, unsigned long group, int create, struct buffer_head **bhp) nilfs_palloc_get_desc_block() argument 279 nilfs_palloc_get_bitmap_block(struct inode *inode, unsigned long group, int create, struct buffer_head **bhp) nilfs_palloc_get_bitmap_block() argument 314 nilfs_palloc_get_entry_block(struct inode *inode, __u64 nr, int create, struct buffer_head **bhp) nilfs_palloc_get_entry_block() argument [all...] |
| H A D | sufile.c | 82 nilfs_sufile_get_header_block(struct inode *sufile, struct buffer_head **bhp) nilfs_sufile_get_header_block() argument 89 nilfs_sufile_get_segment_usage_block(struct inode *sufile, __u64 segnum, int create, struct buffer_head **bhp) nilfs_sufile_get_segment_usage_block() argument
|
| /kernel/linux/linux-6.6/fs/ocfs2/ |
| H A D | quota_global.c | 151 ocfs2_read_quota_phys_block(struct inode *inode, u64 p_block, struct buffer_head **bhp) ocfs2_read_quota_phys_block() argument
|
| /kernel/linux/linux-5.10/kernel/rcu/ |
| H A D | tasks.h | 819 static void trc_add_holdout(struct task_struct *t, struct list_head *bhp) in trc_add_holdout() argument 920 trc_wait_for_one_reader(struct task_struct *t, struct list_head *bhp) trc_wait_for_one_reader() argument
|