Home
last modified time | relevance | path

Searched defs:goal (Results 26 - 50 of 78) sorted by relevance

1234

/kernel/linux/linux-6.6/fs/ufs/
H A Dballoc.c340 ufs_new_fragments(struct inode *inode, void *p, u64 fragment, u64 goal, unsigned count, int *err, struct page *locked_page) ufs_new_fragments() argument
583 ufs_alloc_fragments(struct inode *inode, unsigned cgno, u64 goal, unsigned count, int *err) ufs_alloc_fragments() argument
696 ufs_alloccg_block(struct inode *inode, struct ufs_cg_private_info *ucpi, u64 goal, int *err) ufs_alloccg_block() argument
791 ufs_bitmap_search(struct super_block *sb, struct ufs_cg_private_info *ucpi, u64 goal, unsigned count) ufs_bitmap_search() argument
[all...]
H A Dinode.c262 u64 tmp, goal, lastfrag; in ufs_inode_getfrag() local
341 u64 tmp = 0, goal; in ufs_inode_getblock() local
[all...]
/kernel/linux/linux-6.6/fs/ocfs2/
H A Dreservations.c352 ocfs2_find_resv_lhs(struct ocfs2_reservation_map *resmap, unsigned int goal) in ocfs2_find_resv_lhs() argument
455 __ocfs2_resv_find_window(struct ocfs2_reservation_map *resmap, struct ocfs2_alloc_reservation *resv, unsigned int goal, unsigned int wanted) __ocfs2_resv_find_window() argument
680 unsigned int goal = 0; ocfs2_resv_find_window() local
[all...]
/kernel/linux/linux-6.6/fs/udf/
H A Dballoc.c238 udf_bitmap_new_block(struct super_block *sb, struct udf_bitmap *bitmap, uint16_t partition, uint32_t goal, int *err) udf_bitmap_new_block() argument
577 udf_table_new_block(struct super_block *sb, struct inode *table, uint16_t partition, uint32_t goal, int *err) udf_table_new_block() argument
717 udf_new_block(struct super_block *sb, struct inode *inode, uint16_t partition, uint32_t goal, int *err) udf_new_block() argument
[all...]
/kernel/linux/linux-6.6/net/netfilter/ipvs/
H A Dip_vs_lblcr.c463 int goal; in ip_vs_lblcr_check_expire() local
H A Dip_vs_lblc.c299 int goal; in ip_vs_lblc_check_expire() local
/kernel/linux/linux-5.10/fs/ext4/
H A Dialloc.c923 __ext4_new_inode(handle_t *handle, struct inode *dir, umode_t mode, const struct qstr *qstr, __u32 goal, uid_t *owner, __u32 i_flags, int handle_type, unsigned int line_no, int nblocks) __ext4_new_inode() argument
H A Dindirect.c254 ext4_fsblk_t goal; in ext4_find_goal() local
H A Dballoc.c718 ext4_new_meta_blocks(handle_t *handle, struct inode *inode, ext4_fsblk_t goal, unsigned int flags, unsigned long *count, int *errp) ext4_new_meta_blocks() argument
/kernel/linux/linux-5.10/fs/ext2/
H A Dballoc.c291 search_reserve_window(struct rb_root *root, ext2_fsblk_t goal) search_reserve_window() argument
1205 ext2_new_blocks(struct inode *inode, ext2_fsblk_t goal, unsigned long *count, int *errp) ext2_new_blocks() argument
1433 ext2_new_block(struct inode *inode, unsigned long goal, int *errp) ext2_new_block() argument
[all...]
H A Dinode.c629 ext2_fsblk_t goal; in ext2_get_blocks() local
395 ext2_alloc_blocks(struct inode *inode, ext2_fsblk_t goal, int indirect_blks, int blks, ext2_fsblk_t new_blocks[4], int *err) ext2_alloc_blocks() argument
475 ext2_alloc_branch(struct inode *inode, int indirect_blks, int *blks, ext2_fsblk_t goal, int *offsets, Indirect *branch) ext2_alloc_branch() argument
[all...]
/kernel/linux/linux-5.10/mm/
H A Dsparse.c353 unsigned long goal, limit; in sparse_early_usemaps_alloc_pgdat_section() local
/kernel/linux/linux-5.10/net/dccp/
H A Dproto.c1127 unsigned long goal; in dccp_init() local
/kernel/linux/linux-6.6/fs/ext4/
H A Dballoc.c728 ext4_new_meta_blocks(handle_t *handle, struct inode *inode, ext4_fsblk_t goal, unsigned int flags, unsigned long *count, int *errp) ext4_new_meta_blocks() argument
H A Dindirect.c254 ext4_fsblk_t goal; in ext4_find_goal() local
H A Dialloc.c923 __ext4_new_inode(struct mnt_idmap *idmap, handle_t *handle, struct inode *dir, umode_t mode, const struct qstr *qstr, __u32 goal, uid_t *owner, __u32 i_flags, int handle_type, unsigned int line_no, int nblocks) __ext4_new_inode() argument
/kernel/linux/linux-6.6/fs/ext2/
H A Dballoc.c290 search_reserve_window(struct rb_root *root, ext2_fsblk_t goal) search_reserve_window() argument
1201 ext2_new_blocks(struct inode *inode, ext2_fsblk_t goal, unsigned long *count, int *errp, unsigned int flags) ext2_new_blocks() argument
[all...]
H A Dinode.c633 ext2_fsblk_t goal; in ext2_get_blocks() local
399 ext2_alloc_blocks(struct inode *inode, ext2_fsblk_t goal, int indirect_blks, int blks, ext2_fsblk_t new_blocks[4], int *err) ext2_alloc_blocks() argument
479 ext2_alloc_branch(struct inode *inode, int indirect_blks, int *blks, ext2_fsblk_t goal, int *offsets, Indirect *branch) ext2_alloc_branch() argument
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/cgroup/
H A Dtest_memcontrol.c686 static bool reclaim_until(const char *memcg, long goal) in reclaim_until() argument
/kernel/linux/linux-6.6/mm/
H A Dsparse.c336 unsigned long goal, limit; in sparse_early_usemaps_alloc_pgdat_section() local
/kernel/linux/linux-6.6/net/dccp/
H A Dproto.c1124 unsigned long goal; in dccp_init() local
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H A Dsetup_64.c789 const unsigned long goal = __pa(MAX_DMA_ADDRESS); in pcpu_alloc_bootmem() local
/kernel/linux/linux-5.10/net/sctp/
H A Dprotocol.c1378 unsigned long goal; in sctp_init() local
/kernel/linux/linux-5.10/fs/ufs/
H A Dinode.c262 u64 tmp, goal, lastfrag; in ufs_inode_getfrag() local
341 u64 tmp = 0, goal; in ufs_inode_getblock() local
[all...]
/kernel/linux/linux-6.6/fs/xfs/
H A Dxfs_icache.c1590 xfs_icwalk_igrab( enum xfs_icwalk_goal goal, struct xfs_inode *ip, struct xfs_icwalk *icw) xfs_icwalk_igrab() argument
1610 xfs_icwalk_process_inode( enum xfs_icwalk_goal goal, struct xfs_inode *ip, struct xfs_perag *pag, struct xfs_icwalk *icw) xfs_icwalk_process_inode() argument
1634 xfs_icwalk_ag( struct xfs_perag *pag, enum xfs_icwalk_goal goal, struct xfs_icwalk *icw) xfs_icwalk_ag() argument
1743 xfs_icwalk( struct xfs_mount *mp, enum xfs_icwalk_goal goal, struct xfs_icwalk *icw) xfs_icwalk() argument
[all...]

Completed in 32 milliseconds

1234