Home
last modified time | relevance | path

Searched refs:_rsv_end (Results 1 – 6 of 6) sorted by relevance

/dports/multimedia/libv4l/linux-5.13-rc2/fs/ext2/
H A Dballoc.c275 (rsv->_rsv_end < group_first_block)) in goal_in_my_reservation()
278 || (grp_goal + group_first_block > rsv->_rsv_end))) in goal_in_my_reservation()
388 return (rsv->_rsv_end == EXT2_RESERVE_WINDOW_NOT_ALLOCATED); in rsv_is_empty()
680 if (my_rsv->_rsv_end < group_last_block) in ext2_try_to_allocate()
681 end = my_rsv->_rsv_end - group_first_block + 1; in ext2_try_to_allocate()
H A Dext2.h34 ext2_fsblk_t _rsv_end; /* Last byte reserved or 0 */ member
65 #define rsv_end rsv_window._rsv_end
/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/ext2/
H A Dballoc.c275 (rsv->_rsv_end < group_first_block)) in goal_in_my_reservation()
278 || (grp_goal + group_first_block > rsv->_rsv_end))) in goal_in_my_reservation()
388 return (rsv->_rsv_end == EXT2_RESERVE_WINDOW_NOT_ALLOCATED); in rsv_is_empty()
680 if (my_rsv->_rsv_end < group_last_block) in ext2_try_to_allocate()
681 end = my_rsv->_rsv_end - group_first_block + 1; in ext2_try_to_allocate()
H A Dext2.h34 ext2_fsblk_t _rsv_end; /* Last byte reserved or 0 */ member
65 #define rsv_end rsv_window._rsv_end
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/ext2/
H A Dballoc.c275 (rsv->_rsv_end < group_first_block)) in goal_in_my_reservation()
278 || (grp_goal + group_first_block > rsv->_rsv_end))) in goal_in_my_reservation()
388 return (rsv->_rsv_end == EXT2_RESERVE_WINDOW_NOT_ALLOCATED); in rsv_is_empty()
680 if (my_rsv->_rsv_end < group_last_block) in ext2_try_to_allocate()
681 end = my_rsv->_rsv_end - group_first_block + 1; in ext2_try_to_allocate()
H A Dext2.h34 ext2_fsblk_t _rsv_end; /* Last byte reserved or 0 */ member
65 #define rsv_end rsv_window._rsv_end