/fs/lockd/ |
D | svclock.c | 90 nlmsvc_insert_block_locked(struct nlm_block *block, unsigned long when) in nlmsvc_insert_block_locked() 120 static void nlmsvc_insert_block(struct nlm_block *block, unsigned long when) in nlmsvc_insert_block() 131 nlmsvc_remove_block(struct nlm_block *block) in nlmsvc_remove_block() 147 struct nlm_block *block; in nlmsvc_lookup_block() local 185 struct nlm_block *block; in nlmsvc_find_block() local 220 struct nlm_block *block; in nlmsvc_create_block() local 273 static int nlmsvc_unlink_block(struct nlm_block *block) in nlmsvc_unlink_block() 286 struct nlm_block *block = container_of(kref, struct nlm_block, b_count); in nlmsvc_free_block() local 301 static void nlmsvc_release_block(struct nlm_block *block) in nlmsvc_release_block() 315 struct nlm_block *block, *next; in nlmsvc_traverse_blocks() local [all …]
|
D | clntlock.c | 102 struct nlm_wait *block; in nlmclnt_prepare_block() local 118 void nlmclnt_finish_block(struct nlm_wait *block) in nlmclnt_finish_block() 131 int nlmclnt_block(struct nlm_wait *block, struct nlm_rqst *req, long timeout) in nlmclnt_block() 168 struct nlm_wait *block; in nlmclnt_grant() local 232 struct nlm_wait *block; in reclaimer() local
|
/fs/xfs/libxfs/ |
D | xfs_bmap_btree.h | 22 #define XFS_BMBT_REC_ADDR(mp, block, index) \ argument 28 #define XFS_BMBT_KEY_ADDR(mp, block, index) \ argument 34 #define XFS_BMBT_PTR_ADDR(mp, block, index, maxrecs) \ argument 41 #define XFS_BMDR_REC_ADDR(block, index) \ argument 47 #define XFS_BMDR_KEY_ADDR(block, index) \ argument 53 #define XFS_BMDR_PTR_ADDR(block, index, maxrecs) \ argument
|
D | xfs_rmap_btree.h | 21 #define XFS_RMAP_REC_ADDR(block, index) \ argument 26 #define XFS_RMAP_KEY_ADDR(block, index) \ argument 31 #define XFS_RMAP_HIGH_KEY_ADDR(block, index) \ argument 37 #define XFS_RMAP_PTR_ADDR(block, index, maxrecs) \ argument
|
D | xfs_btree.c | 59 struct xfs_btree_block *block, in __xfs_btree_check_lblock() 100 struct xfs_btree_block *block, in xfs_btree_check_lblock() 125 struct xfs_btree_block *block, in __xfs_btree_check_sblock() 164 struct xfs_btree_block *block, in xfs_btree_check_sblock() 188 struct xfs_btree_block *block, /* generic btree block pointer */ in xfs_btree_check_block() 273 struct xfs_btree_block *block = XFS_BUF_TO_BLOCK(bp); in xfs_btree_lblock_calc_crc() local 287 struct xfs_btree_block *block = XFS_BUF_TO_BLOCK(bp); in xfs_btree_lblock_verify_crc() local 311 struct xfs_btree_block *block = XFS_BUF_TO_BLOCK(bp); in xfs_btree_sblock_calc_crc() local 325 struct xfs_btree_block *block = XFS_BUF_TO_BLOCK(bp); in xfs_btree_sblock_verify_crc() local 598 struct xfs_btree_block *block) in xfs_btree_rec_addr() [all …]
|
D | xfs_refcount_btree.h | 27 #define XFS_REFCOUNT_REC_ADDR(block, index) \ argument 33 #define XFS_REFCOUNT_KEY_ADDR(block, index) \ argument 39 #define XFS_REFCOUNT_PTR_ADDR(block, index, maxrecs) \ argument
|
D | xfs_alloc_btree.h | 29 #define XFS_ALLOC_REC_ADDR(mp, block, index) \ argument 35 #define XFS_ALLOC_KEY_ADDR(mp, block, index) \ argument 41 #define XFS_ALLOC_PTR_ADDR(mp, block, index, maxrecs) \ argument
|
D | xfs_ialloc_btree.h | 29 #define XFS_INOBT_REC_ADDR(mp, block, index) \ argument 35 #define XFS_INOBT_KEY_ADDR(mp, block, index) \ argument 41 #define XFS_INOBT_PTR_ADDR(mp, block, index, maxrecs) \ argument
|
/fs/afs/ |
D | dir_edit.c | 23 static int afs_find_contig_bits(union afs_xdr_dir_block *block, unsigned int nr_slots) in afs_find_contig_bits() 68 static void afs_set_contig_bits(union afs_xdr_dir_block *block, in afs_set_contig_bits() 89 static void afs_clear_contig_bits(union afs_xdr_dir_block *block, in afs_clear_contig_bits() 110 static int afs_dir_scan_block(union afs_xdr_dir_block *block, struct qstr *name, in afs_dir_scan_block() 156 union afs_xdr_dir_block *block, int block_num) in afs_edit_init_block() 190 union afs_xdr_dir_block *meta, *block; in afs_edit_dir_add() local 371 union afs_xdr_dir_block *meta, *block; in afs_edit_dir_remove() local
|
/fs/udf/ |
D | partition.c | 29 uint32_t udf_get_pblock(struct super_block *sb, uint32_t block, in udf_get_pblock() 46 uint32_t udf_get_pblock_virt15(struct super_block *sb, uint32_t block, in udf_get_pblock_virt15() 106 inline uint32_t udf_get_pblock_virt20(struct super_block *sb, uint32_t block, in udf_get_pblock_virt20() 112 uint32_t udf_get_pblock_spar15(struct super_block *sb, uint32_t block, in udf_get_pblock_spar15() 280 static uint32_t udf_try_read_meta(struct inode *inode, uint32_t block, in udf_try_read_meta() 306 uint32_t udf_get_pblock_meta25(struct super_block *sb, uint32_t block, in udf_get_pblock_meta25()
|
D | misc.c | 31 struct buffer_head *udf_tgetblk(struct super_block *sb, udf_pblk_t block) in udf_tgetblk() 39 struct buffer_head *udf_tread(struct super_block *sb, udf_pblk_t block) in udf_tread() 199 struct buffer_head *udf_read_tagged(struct super_block *sb, uint32_t block, in udf_read_tagged()
|
/fs/ocfs2/ |
D | uptodate.c | 210 sector_t block) in ocfs2_search_cache_tree() 290 sector_t block) in ocfs2_append_cache_array() 308 sector_t block = new->c_block; in __ocfs2_insert_cache_tree() local 387 sector_t block, in __ocfs2_set_buffer_uptodate() 558 sector_t block) in ocfs2_remove_block_from_cache() 592 sector_t block = bh->b_blocknr; in ocfs2_remove_from_cache() local 599 sector_t block, in ocfs2_remove_xattr_clusters_from_cache()
|
/fs/efs/ |
D | inode.c | 21 static sector_t _efs_bmap(struct address_space *mapping, sector_t block) in _efs_bmap() 56 efs_block_t block, offset; in efs_iget() local 179 efs_extent_check(efs_extent *ptr, efs_block_t block, struct efs_sb_info *sb) { in efs_extent_check() 199 efs_block_t efs_map_block(struct inode *inode, efs_block_t block) { in efs_map_block()
|
/fs/sysv/ |
D | balloc.c | 49 unsigned block = fs32_to_cpu(sbi, nr); in sysv_free_block() local 103 unsigned int block; in sysv_new_block() local 166 unsigned block; in sysv_count_free_blocks() local
|
/fs/hfs/ |
D | extent.c | 21 static void hfs_ext_build_key(hfs_btree_key *key, u32 cnid, u16 block, u8 type) in hfs_ext_build_key() 151 u32 cnid, u32 block, u8 type) in __hfs_ext_read_extent() 169 static inline int __hfs_ext_cache_extent(struct hfs_find_data *fd, struct inode *inode, u32 block) in __hfs_ext_cache_extent() 191 static int hfs_ext_read_extent(struct inode *inode, u16 block) in hfs_ext_read_extent() 336 int hfs_get_block(struct inode *inode, sector_t block, in hfs_get_block()
|
/fs/affs/ |
D | inode.c | 24 u32 block; in affs_iget() local 297 u32 block; in affs_new_inode() local 355 u32 block = 0; in affs_add_entry() local
|
/fs/xfs/scrub/ |
D | btree.c | 133 struct xfs_btree_block *block; in xchk_btree_rec() local 180 struct xfs_btree_block *block; in xchk_btree_key() local 310 struct xfs_btree_block *block) in xchk_btree_block_check_siblings() 453 struct xfs_btree_block *block) in xchk_btree_check_minrecs() 545 struct xfs_btree_block *block) in xchk_btree_block_keys() 605 struct xfs_btree_block *block; in xchk_btree() local
|
/fs/freevxfs/ |
D | vxfs_subr.c | 102 vxfs_bread(struct inode *ip, int block) in vxfs_bread() 180 vxfs_bmap(struct address_space *mapping, sector_t block) in vxfs_bmap()
|
/fs/squashfs/ |
D | cache.c | 53 struct squashfs_cache *cache, u64 block, int length) in squashfs_cache_get() 332 u64 *block, int *offset, int length) in squashfs_read_metadata() 406 void *squashfs_read_table(struct super_block *sb, u64 block, int length) in squashfs_read_table()
|
/fs/minix/ |
D | itree_v1.c | 25 static int block_to_path(struct inode * inode, long block, int offsets[DEPTH]) in block_to_path() 53 int V1_minix_get_block(struct inode * inode, long block, in V1_minix_get_block()
|
D | itree_v2.c | 27 static int block_to_path(struct inode * inode, long block, int offsets[DEPTH]) in block_to_path() 62 int V2_minix_get_block(struct inode * inode, long block, in V2_minix_get_block()
|
D | bitmap.c | 42 void minix_free_block(struct inode *inode, unsigned long block) in minix_free_block() 109 int block; in minix_V1_raw_inode() local 133 int block; in minix_V2_raw_inode() local
|
/fs/isofs/ |
D | inode.c | 594 static bool rootdir_empty(struct super_block *sb, unsigned long block) in rootdir_empty() 633 int iso_blknum, block; in isofs_fill_super() local 1162 static int isofs_bmap(struct inode *inode, sector_t block) in isofs_bmap() 1175 struct buffer_head *isofs_bread(struct inode *inode, sector_t block) in isofs_bread() 1194 static sector_t _isofs_bmap(struct address_space *mapping, sector_t block) in _isofs_bmap() 1210 unsigned long block, offset, block_saved, offset_saved; in isofs_read_level3_size() local 1313 unsigned long block; in isofs_read_inode() local 1505 unsigned long block; member 1533 unsigned long block, in __isofs_iget()
|
/fs/nilfs2/ |
D | mdt.c | 30 nilfs_mdt_insert_new_block(struct inode *inode, unsigned long block, in nilfs_mdt_insert_new_block() 66 static int nilfs_mdt_create_block(struct inode *inode, unsigned long block, in nilfs_mdt_create_block() 167 static int nilfs_mdt_read_block(struct inode *inode, unsigned long block, in nilfs_mdt_read_block() 328 int nilfs_mdt_delete_block(struct inode *inode, unsigned long block) in nilfs_mdt_delete_block() 356 int nilfs_mdt_forget_block(struct inode *inode, unsigned long block) in nilfs_mdt_forget_block()
|
/fs/ufs/ |
D | util.h | 466 #define ubh_isblockclear(ubh,begin,block) (!_ubh_isblockset_(uspi,ubh,begin,block)) argument 468 #define ubh_isblockset(ubh,begin,block) _ubh_isblockset_(uspi,ubh,begin,block) argument 470 struct ufs_buffer_head * ubh, unsigned begin, unsigned block) in _ubh_isblockset_() 489 #define ubh_clrblock(ubh,begin,block) _ubh_clrblock_(uspi,ubh,begin,block) argument 491 struct ufs_buffer_head * ubh, unsigned begin, unsigned block) in _ubh_clrblock_() 509 #define ubh_setblock(ubh,begin,block) _ubh_setblock_(uspi,ubh,begin,block) argument 511 struct ufs_buffer_head * ubh, unsigned begin, unsigned block) in _ubh_setblock_()
|