Home
last modified time | relevance | path

Searched defs:blkno (Results 1 – 25 of 110) sorted by relevance

12345

/kernel/linux/linux-6.6/fs/jfs/
Djfs_dmap.c344 int dbFree(struct inode *ip, s64 blkno, s64 nblocks) in dbFree()
439 int free, s64 blkno, s64 nblocks, struct tblock * tblk) in dbUpdatePMap()
720 s64 lblkno, blkno; in dbAlloc() local
925 s64 blkno, s64 nblocks, s64 addnblocks, s64 * results) in dbReAlloc()
972 static int dbExtend(struct inode *ip, s64 blkno, s64 nblocks, s64 addnblocks) in dbExtend()
1071 static int dbAllocNext(struct bmap * bmp, struct dmap * dp, s64 blkno, in dbAllocNext()
1204 struct dmap * dp, s64 blkno, int nblocks, int l2nb, s64 * results) in dbAllocNear()
1317 s64 blkno, lblkno; in dbAllocAG() local
1513 s64 blkno = 0; in dbAllocAny() local
1569 s64 nblocks, blkno; in dbDiscardAG() local
[all …]
Djfs_imap.c298 s64 blkno, agstart; in diRead() local
588 s64 blkno; in diWrite() local
2161 s64 blkno, hint; in diNewExt() local
2450 s64 blkno; in diNewIAG() local
2666 s64 blkno; in diIAGRead() local
2982 static void duplicateIXtree(struct super_block *sb, s64 blkno, in duplicateIXtree()
/kernel/linux/linux-5.10/fs/jfs/
Djfs_dmap.c355 int dbFree(struct inode *ip, s64 blkno, s64 nblocks) in dbFree()
450 int free, s64 blkno, s64 nblocks, struct tblock * tblk) in dbUpdatePMap()
731 s64 lblkno, blkno; in dbAlloc() local
918 int dbAllocExact(struct inode *ip, s64 blkno, int nblocks) in dbAllocExact()
1004 s64 blkno, s64 nblocks, s64 addnblocks, s64 * results) in dbReAlloc()
1051 static int dbExtend(struct inode *ip, s64 blkno, s64 nblocks, s64 addnblocks) in dbExtend()
1150 static int dbAllocNext(struct bmap * bmp, struct dmap * dp, s64 blkno, in dbAllocNext()
1283 struct dmap * dp, s64 blkno, int nblocks, int l2nb, s64 * results) in dbAllocNear()
1396 s64 blkno, lblkno; in dbAllocAG() local
1592 s64 blkno = 0; in dbAllocAny() local
[all …]
Djfs_extent.c446 s64 blkno = offsetXAD(xp) >> ip->i_blkbits; in extFill() local
496 extBalloc(struct inode *ip, s64 hint, s64 * nblocks, s64 * blkno) in extBalloc()
595 s64 blkno, s64 nblks, s64 * newnblks, s64 * newblkno) in extBrealloc()
Djfs_imap.c300 s64 blkno, agstart; in diRead() local
587 s64 blkno; in diWrite() local
2160 s64 blkno, hint; in diNewExt() local
2449 s64 blkno; in diNewIAG() local
2665 s64 blkno; in diIAGRead() local
2981 static void duplicateIXtree(struct super_block *sb, s64 blkno, in duplicateIXtree()
/kernel/linux/linux-6.6/fs/ocfs2/
Dexport.c39 u64 blkno = handle->ih_blkno; in ocfs2_get_dentry() local
132 u64 blkno; in ocfs2_get_parent() local
197 u64 blkno; in ocfs2_encode_fh() local
Dioctl.c278 struct inode *inode_alloc, u64 blkno, in ocfs2_info_scan_inode_alloc()
329 u64 blkno = -1; in ocfs2_info_handle_freeinode() local
440 u64 blkno; in ocfs2_info_freefrag_scan_chain() local
536 struct inode *gb_inode, u64 blkno, in ocfs2_info_freefrag_scan_bitmap()
616 u64 blkno = -1; in ocfs2_info_handle_freefrag() local
/kernel/linux/linux-5.10/fs/ocfs2/
Dexport.c41 u64 blkno = handle->ih_blkno; in ocfs2_get_dentry() local
134 u64 blkno; in ocfs2_get_parent() local
199 u64 blkno; in ocfs2_encode_fh() local
Dioctl.c274 struct inode *inode_alloc, u64 blkno, in ocfs2_info_scan_inode_alloc()
325 u64 blkno = -1; in ocfs2_info_handle_freeinode() local
436 u64 blkno; in ocfs2_info_freefrag_scan_chain() local
532 struct inode *gb_inode, u64 blkno, in ocfs2_info_freefrag_scan_bitmap()
612 u64 blkno = -1; in ocfs2_info_handle_freefrag() local
/kernel/linux/linux-6.6/fs/xfs/
Dxfs_buf_item_recover.c35 #define XLOG_BUF_CANCEL_BUCKET(log, blkno) \ argument
52 xfs_daddr_t blkno, in xlog_find_buffer_cancelled()
73 xfs_daddr_t blkno, in xlog_add_buffer_cancelled()
105 xfs_daddr_t blkno, in xlog_is_buffer_cancelled()
122 xfs_daddr_t blkno, in xlog_put_buffer_cancelled()
Dxfs_attr_inactive.c36 xfs_dablk_t blkno, in xfs_attr3_rmt_stale()
260 xfs_daddr_t blkno; in xfs_attr3_root_inactive() local
Dxfs_buf.h132 #define DEFINE_SINGLE_BUF_MAP(map, blkno, numblk) \ argument
230 xfs_daddr_t blkno, in xfs_buf_incore()
243 xfs_daddr_t blkno, in xfs_buf_get()
255 xfs_daddr_t blkno, in xfs_buf_read()
270 xfs_daddr_t blkno, in xfs_buf_readahead()
/kernel/linux/linux-6.6/fs/gfs2/
Dmeta_io.c114 struct buffer_head *gfs2_getbuf(struct gfs2_glock *gl, u64 blkno, int create) in gfs2_getbuf()
186 struct buffer_head *gfs2_meta_new(struct gfs2_glock *gl, u64 blkno) in gfs2_meta_new()
253 int gfs2_meta_read(struct gfs2_glock *gl, u64 blkno, int flags, in gfs2_meta_read()
407 static struct buffer_head *gfs2_getjdatabuf(struct gfs2_inode *ip, u64 blkno) in gfs2_getjdatabuf()
Dlops.c264 static struct bio *gfs2_log_alloc_bio(struct gfs2_sbd *sdp, u64 blkno, in gfs2_log_alloc_bio()
294 static struct bio *gfs2_log_get_bio(struct gfs2_sbd *sdp, u64 blkno, in gfs2_log_get_bio()
330 u64 blkno) in gfs2_log_write()
765 u64 blkno) in obsolete_rgrp()
794 u64 blkno; in buf_lo_scan_elements() local
936 u64 blkno; in revoke_lo_scan_elements() local
1018 u64 blkno; in databuf_lo_scan_elements() local
Drecovery.c55 int gfs2_revoke_add(struct gfs2_jdesc *jd, u64 blkno, unsigned int where) in gfs2_revoke_add()
83 int gfs2_revoke_check(struct gfs2_jdesc *jd, u64 blkno, unsigned int where) in gfs2_revoke_check()
119 unsigned int blkno, struct gfs2_log_header_host *head) in __get_log_header()
/kernel/linux/linux-5.10/fs/xfs/
Dxfs_buf_item_recover.c40 xfs_daddr_t blkno, in xlog_find_buffer_cancelled()
61 xfs_daddr_t blkno, in xlog_add_buffer_cancelled()
93 xfs_daddr_t blkno, in xlog_is_buffer_cancelled()
110 xfs_daddr_t blkno, in xlog_put_buffer_cancelled()
Dxfs_attr_inactive.c36 xfs_dablk_t blkno, in xfs_attr3_rmt_stale()
262 xfs_daddr_t blkno; in xfs_attr3_root_inactive() local
Dxfs_buf.h113 #define DEFINE_SINGLE_BUF_MAP(map, blkno, numblk) \ argument
212 xfs_daddr_t blkno, in xfs_buf_get()
224 xfs_daddr_t blkno, in xfs_buf_read()
239 xfs_daddr_t blkno, in xfs_buf_readahead()
/kernel/linux/linux-5.10/fs/gfs2/
Dmeta_io.c110 struct buffer_head *gfs2_getbuf(struct gfs2_glock *gl, u64 blkno, int create) in gfs2_getbuf()
178 struct buffer_head *gfs2_meta_new(struct gfs2_glock *gl, u64 blkno) in gfs2_meta_new()
247 int gfs2_meta_read(struct gfs2_glock *gl, u64 blkno, int flags, in gfs2_meta_read()
399 static struct buffer_head *gfs2_getjdatabuf(struct gfs2_inode *ip, u64 blkno) in gfs2_getjdatabuf()
Drecovery.c55 int gfs2_revoke_add(struct gfs2_jdesc *jd, u64 blkno, unsigned int where) in gfs2_revoke_add()
84 int gfs2_revoke_check(struct gfs2_jdesc *jd, u64 blkno, unsigned int where) in gfs2_revoke_check()
121 unsigned int blkno, struct gfs2_log_header_host *head) in __get_log_header()
Dlops.c261 static struct bio *gfs2_log_alloc_bio(struct gfs2_sbd *sdp, u64 blkno, in gfs2_log_alloc_bio()
292 static struct bio *gfs2_log_get_bio(struct gfs2_sbd *sdp, u64 blkno, in gfs2_log_get_bio()
326 unsigned size, unsigned offset, u64 blkno) in gfs2_log_write()
764 u64 blkno; in buf_lo_scan_elements() local
914 u64 blkno; in revoke_lo_scan_elements() local
995 u64 blkno; in databuf_lo_scan_elements() local
/kernel/linux/linux-5.10/fs/xfs/scrub/
Ddabtree.c131 xfs_dablk_t blkno) in xchk_da_btree_ptr_ok()
314 xfs_dablk_t blkno) in xchk_da_btree_block()
480 xfs_dablk_t blkno; in xchk_da_btree() local
/kernel/linux/linux-6.6/fs/xfs/scrub/
Ddabtree.c132 xfs_dablk_t blkno) in xchk_da_btree_ptr_ok()
315 xfs_dablk_t blkno) in xchk_da_btree_block()
481 xfs_dablk_t blkno; in xchk_da_btree() local
/kernel/linux/linux-6.6/fs/ufs/
Dballoc.c46 u64 blkno; in ufs_free_fragments() local
142 u64 blkno; in ufs_free_blocks() local
703 u64 result, blkno; in ufs_alloccg_block() local
868 struct ufs_cg_private_info * ucpi, unsigned blkno, int cnt) in ufs_clusteracct()
/kernel/linux/linux-5.10/fs/ufs/
Dballoc.c46 u64 blkno; in ufs_free_fragments() local
142 u64 blkno; in ufs_free_blocks() local
707 u64 result, blkno; in ufs_alloccg_block() local
872 struct ufs_cg_private_info * ucpi, unsigned blkno, int cnt) in ufs_clusteracct()

12345