/linux/fs/quota/ |
H A D | quota_tree.c | 336 uint *blks, int depth) in do_insert_tree() 420 uint blks[MAX_QTREE_DEPTH] = { QT_TREEOFF }; in dq_insert_tree() local 545 uint *blks, int depth) in remove_tree() 609 uint blks[MAX_QTREE_DEPTH] = { QT_TREEOFF }; in qtree_delete_dquot() local 661 struct dquot *dquot, uint *blks, int depth) in find_tree_dqentry() 710 uint blks[MAX_QTREE_DEPTH] = { QT_TREEOFF }; in find_dqentry() local
|
/linux/fs/gfs2/ |
H A D | log.c | 50 unsigned int blks; in gfs2_struct2blk() local 465 void gfs2_log_release(struct gfs2_sbd *sdp, unsigned int blks) in gfs2_log_release() 484 static bool __gfs2_log_try_reserve(struct gfs2_sbd *sdp, unsigned int blks, in __gfs2_log_try_reserve() 520 static void __gfs2_log_reserve(struct gfs2_sbd *sdp, unsigned int blks, in __gfs2_log_reserve() 560 unsigned int blks = tr->tr_reserved; in gfs2_log_try_reserve() local 591 unsigned int blks = tr->tr_reserved; in gfs2_log_reserve() local
|
H A D | xattr.c | 245 unsigned int blks = 0; in ea_dealloc_unstuffed() local 742 unsigned int blks, in ea_alloc_skeleton() 810 unsigned int blks = 1; in ea_init() local 955 unsigned int blks; in ea_set_simple() local 1050 unsigned int blks = 2; in ea_set_i() local 1276 unsigned int blks = 0; in ea_dealloc_indirect() local
|
H A D | lops.c | 783 unsigned int blks = be32_to_cpu(ld->ld_data1); in buf_lo_scan_elements() local 923 unsigned int blks = be32_to_cpu(ld->ld_length); in revoke_lo_scan_elements() local 1007 unsigned int blks = be32_to_cpu(ld->ld_data1); in databuf_lo_scan_elements() local
|
H A D | file.c | 372 size_t blks = (size + sdp->sd_sb.sb_bsize - 1) >> sdp->sd_sb.sb_bsize_shift; in gfs2_size_hint() local
|
/linux/fs/ext2/ |
H A D | inode.c | 361 ext2_blks_to_allocate(Indirect * branch, int k, unsigned long blks, in ext2_blks_to_allocate() 400 ext2_fsblk_t goal, int indirect_blks, int blks, in ext2_alloc_blocks() 480 int indirect_blks, int *blks, ext2_fsblk_t goal, in ext2_alloc_branch() 562 long block, Indirect *where, int num, int blks) in ext2_splice_branch()
|
/linux/drivers/scsi/fnic/ |
H A D | vnic_rq.c | 19 unsigned int blks = VNIC_RQ_BUF_BLKS_NEEDED(count); in vnic_rq_alloc_bufs() local
|
H A D | vnic_wq.c | 39 unsigned int blks = VNIC_WQ_BUF_BLKS_NEEDED(count); in vnic_wq_alloc_bufs() local
|
/linux/drivers/net/ethernet/cisco/enic/ |
H A D | vnic_rq.c | 22 unsigned int blks = VNIC_RQ_BUF_BLKS_NEEDED(count); in vnic_rq_alloc_bufs() local
|
H A D | vnic_wq.c | 22 unsigned int blks = VNIC_WQ_BUF_BLKS_NEEDED(count); in vnic_wq_alloc_bufs() local
|
/linux/drivers/scsi/snic/ |
H A D | vnic_wq.c | 33 unsigned int blks = VNIC_WQ_BUF_BLKS_NEEDED(count); in vnic_wq_alloc_bufs() local
|
/linux/fs/f2fs/ |
H A D | debug.c | 269 int blks = get_seg_entry(sbi, i)->valid_blocks; in update_general_status() local
|
H A D | f2fs.h | 1860 #define BLKS_TO_SEGS(sbi, blks) \ argument 4207 #define stat_inc_tot_blk_count(si, blks) \ argument 4210 #define stat_inc_data_blk_count(sbi, blks, gc_type) \ argument 4218 #define stat_inc_node_blk_count(sbi, blks, gc_type) \ argument 4264 #define stat_inc_tot_blk_count(si, blks) do { } while (0) argument 4265 #define stat_inc_data_blk_count(sbi, blks, gc_type) do { } while (0) argument 4266 #define stat_inc_node_blk_count(sbi, blks, gc_type) do { } while (0) argument
|
H A D | gc.c | 2173 long long blks = SEGS_TO_BLKS(sbi, segs); in update_fs_metadata() local
|
/linux/drivers/usb/gadget/function/ |
H A D | u_midi2.h | 63 struct f_midi2_block_opts *blks[SNDRV_UMP_MAX_BLOCKS]; member
|
/linux/net/tipc/ |
H A D | group.c | 505 int mtyp, blks; in tipc_group_filter_msg() local 588 void tipc_group_update_rcv_win(struct tipc_group *grp, int blks, u32 node, in tipc_group_update_rcv_win()
|
H A D | socket.c | 910 int blks = tsk_blocks(GROUP_H_SIZE + dlen); in tipc_send_group_msg() local 960 int blks = tsk_blocks(GROUP_H_SIZE + dlen); in tipc_send_group_unicast() local 1006 int blks = tsk_blocks(GROUP_H_SIZE + dlen); in tipc_send_group_anycast() local 1090 int blks = tsk_blocks(MCAST_H_SIZE + dlen); in tipc_send_group_bcast() local
|
/linux/drivers/net/wireless/ti/wlcore/ |
H A D | hw_ops.h | 25 u32 blks, u32 spare_blks) in wlcore_hw_set_tx_desc_blocks()
|
/linux/arch/powerpc/lib/ |
H A D | rheap.c | 50 unsigned long blks, blke; in grow() local
|
/linux/drivers/gpu/drm/msm/disp/dpu1/ |
H A D | dpu_rm.c | 810 dpu_rm_get_assigned_resources(struct dpu_rm * rm,struct dpu_global_state * global_state,uint32_t enc_id,enum dpu_hw_blk_type type,struct dpu_hw_blk ** blks,int blks_size) dpu_rm_get_assigned_resources() argument
|
/linux/fs/ext4/ |
H A D | indirect.c | 277 static int ext4_blks_to_allocate(Indirect *branch, int k, unsigned int blks, in ext4_blks_to_allocate()
|
/linux/fs/xfs/libxfs/ |
H A D | xfs_attr.c | 1004 unsigned int blks; /* space reservation */ in xfs_attr_add_fork() local
|
/linux/drivers/nvdimm/ |
H A D | pmem.c | 89 static void pmem_clear_bb(struct pmem_device *pmem, sector_t sector, long blks) in pmem_clear_bb()
|
/linux/drivers/scsi/ |
H A D | st.c | 778 int transfer, blks; in st_flush_write_buffer() local 1651 ssize_t i, do_count, blks, transfer; in st_write() local 1930 int transfer, blks, bytes; in read_tape() local
|
/linux/arch/mips/include/asm/octeon/ |
H A D | cvmx-dpi-defs.h | 439 uint64_t blks:4; member 452 uint64_t blks:4; member
|