Searched refs:__get_pending (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/ext4/ |
H A D | extents_status.c | 1908 * __get_pending - retrieve a pointer to a pending reservation 1916 static struct pending_reservation *__get_pending(struct inode *inode, in __get_pending() function 2010 pr = __get_pending(inode, EXT4_B2C(sbi, lblk)); in __remove_pending() 2053 ret = (bool)(__get_pending(inode, EXT4_B2C(sbi, lblk)) != NULL); in ext4_is_pending()
|
/kernel/linux/linux-6.6/fs/ext4/ |
H A D | extents_status.c | 1900 * __get_pending - retrieve a pointer to a pending reservation 1908 static struct pending_reservation *__get_pending(struct inode *inode, in __get_pending() function 2002 pr = __get_pending(inode, EXT4_B2C(sbi, lblk)); in __remove_pending() 2045 ret = (bool)(__get_pending(inode, EXT4_B2C(sbi, lblk)) != NULL); in ext4_is_pending()
|
Completed in 6 milliseconds