/linux-4.4.14/fs/xfs/libxfs/ |
D | xfs_attr_remote.c | 73 xfs_daddr_t bno) in xfs_attr3_rmt_hdr_ok() 95 xfs_daddr_t bno) in xfs_attr3_rmt_verify() 125 xfs_daddr_t bno; in xfs_attr3_rmt_read_verify() local 165 xfs_daddr_t bno; in xfs_attr3_rmt_write_verify() local 216 xfs_daddr_t bno) in xfs_attr3_rmt_hdr_set() 258 xfs_daddr_t bno = bp->b_bn; in xfs_attr_rmtval_copyout() local 306 xfs_daddr_t bno = bp->b_bn; in xfs_attr_rmtval_copyin() local
|
D | xfs_alloc.c | 58 xfs_agblock_t bno, /* starting block of extent */ in xfs_alloc_lookup_eq() 74 xfs_agblock_t bno, /* starting block of extent */ in xfs_alloc_lookup_ge() 90 xfs_agblock_t bno, /* starting block of extent */ in xfs_alloc_lookup_le() 107 xfs_agblock_t bno, /* starting block of extent */ in xfs_alloc_update() 123 xfs_agblock_t *bno, /* output: starting block of extent */ in xfs_alloc_get_rec() 150 xfs_agblock_t bno; in xfs_alloc_compute_aligned() local 1585 xfs_agblock_t bno, /* starting block number */ in xfs_free_ag_extent() 1941 xfs_agblock_t bno; /* freelist block */ in xfs_alloc_fix_freelist() local 2089 xfs_agblock_t bno; /* block number returned */ in xfs_alloc_get_freelist() local 2206 xfs_agblock_t bno, /* block being freed */ in xfs_alloc_put_freelist() [all …]
|
D | xfs_bmap.c | 111 xfs_fsblock_t bno, in xfs_bmbt_lookup_eq() 125 xfs_fsblock_t bno, in xfs_bmbt_lookup_ge() 164 xfs_fsblock_t bno, in xfs_bmbt_update() 251 xfs_fsblock_t bno) in xfs_bmap_get_bp() 338 xfs_fsblock_t bno; /* block # of "block" */ in xfs_bmap_check_leaf_extents() local 522 xfs_fileoff_t bno, in xfs_bmap_validate_ret() 557 #define xfs_bmap_validate_ret(bno,len,flags,mval,onmap,nmap) argument 570 xfs_fsblock_t bno, /* fs block number of extent */ in xfs_bmap_add_free() 1249 xfs_fsblock_t bno; /* block # of "block" */ in xfs_bmap_read_extents() local 1383 xfs_fileoff_t bno, /* block number searched for */ in xfs_bmap_search_multi_extents() [all …]
|
D | xfs_da_btree.c | 257 xfs_dablk_t bno, in xfs_da3_node_read() 2008 xfs_fileoff_t *bno, in xfs_da_grow_inode_int() 2100 xfs_fileoff_t bno; in xfs_da_grow_inode() local 2390 xfs_dablk_t bno, in xfs_da_map_covers_blocks() 2461 xfs_dablk_t bno, in xfs_dabuf_map() 2544 xfs_dablk_t bno, in xfs_da_get_buf() 2592 xfs_dablk_t bno, in xfs_da_read_buf() 2640 xfs_dablk_t bno, in xfs_da_reada_buf()
|
D | xfs_alloc_btree.c | 75 xfs_agblock_t bno; in xfs_allocbt_alloc_block() local 110 xfs_agblock_t bno; in xfs_allocbt_free_block() local
|
D | xfs_dir2.c | 586 xfs_fileoff_t bno; /* directory offset of new block */ in xfs_dir2_grow_inode() local 666 xfs_fileoff_t bno; /* directory file offset */ in xfs_dir2_shrink_inode() local
|
D | xfs_rtbitmap.c | 927 xfs_rtblock_t bno, /* starting block number of extent */ in xfs_rtcheck_alloc_range() 950 xfs_rtblock_t bno, /* starting block number to free */ in xfs_rtfree_extent()
|
D | xfs_dir2_data.c | 324 xfs_dablk_t bno, in xfs_dir3_data_read() 340 xfs_dablk_t bno, in xfs_dir3_data_readahead()
|
D | xfs_inode_fork.c | 1531 xfs_fileoff_t bno, /* block number to search for */ in xfs_iext_bno_to_ext() 1602 xfs_fileoff_t bno, /* block number to search for */ in xfs_iext_bno_to_irec()
|
D | xfs_btree.c | 171 xfs_fsblock_t bno, /* btree block disk address */ in xfs_btree_check_lptr() 188 xfs_agblock_t bno, /* btree block disk address */ in xfs_btree_check_sptr()
|
D | xfs_dir2_leaf.c | 344 xfs_dir2_db_t bno, in xfs_dir3_leaf_get_buf()
|
D | xfs_attr_leaf.c | 340 xfs_dablk_t bno, in xfs_attr3_leaf_read()
|
/linux-4.4.14/fs/xfs/ |
D | xfs_extent_busy.c | 38 xfs_agblock_t bno, in xfs_extent_busy_insert() 108 xfs_agblock_t bno, in xfs_extent_busy_search() 352 xfs_agblock_t bno, in xfs_extent_busy_trim()
|
D | xfs_rtalloc.c | 346 xfs_rtblock_t bno, /* starting block number to allocate */ in xfs_rtallocate_extent_exact() 425 xfs_rtblock_t bno, /* starting block number to allocate */ in xfs_rtallocate_extent_near() 767 xfs_fileoff_t bno; /* block number in file */ in xfs_growfs_rt_alloc() local 1095 xfs_rtblock_t bno, /* starting block number to allocate */ in xfs_rtallocate_extent()
|
D | xfs_extent_busy.h | 38 xfs_agblock_t bno; member
|
D | xfs_bmap_util.c | 356 xfs_fsblock_t bno = blockno; in xfs_bmap_count_tree() local 427 xfs_fsblock_t bno; /* block # of "block" */ in xfs_bmap_count_blocks() local
|
D | xfs_buf.h | 351 #define XFS_BUF_SET_ADDR(bp, bno) ((bp)->b_maps[0].bm_bn = (xfs_daddr_t)(bno)) argument
|
D | xfs_qm.c | 870 xfs_fsblock_t bno, in xfs_qm_dqiter_bufs()
|
/linux-4.4.14/fs/freevxfs/ |
D | vxfs_bmap.c | 87 daddr_t bno; in vxfs_bmap_ext4() local
|
/linux-4.4.14/fs/ufs/ |
D | ufs_fs.h | 236 #define ufs_cbtocylno(bno) \ argument 238 #define ufs_cbtorpos(bno) \ argument
|