Home
last modified time | relevance | path

Searched defs:blks (Results 1 – 25 of 32) sorted by relevance

12

/linux/fs/quota/
H A Dquota_tree.c336 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 Dlog.c50 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 Dxattr.c245 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 Dlops.c783 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 Dfile.c372 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 Dinode.c361 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 Dvnic_rq.c19 unsigned int blks = VNIC_RQ_BUF_BLKS_NEEDED(count); in vnic_rq_alloc_bufs() local
H A Dvnic_wq.c39 unsigned int blks = VNIC_WQ_BUF_BLKS_NEEDED(count); in vnic_wq_alloc_bufs() local
/linux/drivers/net/ethernet/cisco/enic/
H A Dvnic_rq.c22 unsigned int blks = VNIC_RQ_BUF_BLKS_NEEDED(count); in vnic_rq_alloc_bufs() local
H A Dvnic_wq.c22 unsigned int blks = VNIC_WQ_BUF_BLKS_NEEDED(count); in vnic_wq_alloc_bufs() local
/linux/drivers/scsi/snic/
H A Dvnic_wq.c33 unsigned int blks = VNIC_WQ_BUF_BLKS_NEEDED(count); in vnic_wq_alloc_bufs() local
/linux/fs/f2fs/
H A Ddebug.c269 int blks = get_seg_entry(sbi, i)->valid_blocks; in update_general_status() local
H A Df2fs.h1860 #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 Dgc.c2173 long long blks = SEGS_TO_BLKS(sbi, segs); in update_fs_metadata() local
/linux/drivers/usb/gadget/function/
H A Du_midi2.h63 struct f_midi2_block_opts *blks[SNDRV_UMP_MAX_BLOCKS]; member
/linux/net/tipc/
H A Dgroup.c505 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 Dsocket.c910 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 Dhw_ops.h25 u32 blks, u32 spare_blks) in wlcore_hw_set_tx_desc_blocks()
/linux/arch/powerpc/lib/
H A Drheap.c50 unsigned long blks, blke; in grow() local
/linux/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_rm.c810 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 Dindirect.c277 static int ext4_blks_to_allocate(Indirect *branch, int k, unsigned int blks, in ext4_blks_to_allocate()
/linux/fs/xfs/libxfs/
H A Dxfs_attr.c1004 unsigned int blks; /* space reservation */ in xfs_attr_add_fork() local
/linux/drivers/nvdimm/
H A Dpmem.c89 static void pmem_clear_bb(struct pmem_device *pmem, sector_t sector, long blks) in pmem_clear_bb()
/linux/drivers/scsi/
H A Dst.c778 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 Dcvmx-dpi-defs.h439 uint64_t blks:4; member
452 uint64_t blks:4; member

12