Home
last modified time | relevance | path

Searched refs:max_blks (Results 1 – 4 of 4) sorted by relevance

/linux/fs/gfs2/
H A Dfile.c1257 loff_t bytes, max_bytes, max_blks; in __gfs2_fallocate() local
1309 max_blks = UINT_MAX; in __gfs2_fallocate()
1311 max_blks = ap.allowed; in __gfs2_fallocate()
1318 if (ip->i_res.rs_reserved < max_blks) in __gfs2_fallocate()
1319 max_blks = ip->i_res.rs_reserved; in __gfs2_fallocate()
1325 &ind_blocks, max_blks); in __gfs2_fallocate()
/linux/drivers/net/ethernet/ti/
H A Dcpsw_priv.h273 u32 max_blks; member
H A Dnetcp_ethss.c392 u32 max_blks; /* 2U */ member
580 u32 max_blks; member
/linux/fs/ext4/
H A Dmballoc.c6916 ext4_fsblk_t max_blks = ext4_blocks_count(EXT4_SB(sb)->s_es); in ext4_trim_fs() local
6925 start >= max_blks || in ext4_trim_fs()
6935 if (end >= max_blks - 1) in ext4_trim_fs()
6936 end = max_blks - 1; in ext4_trim_fs()