Home
last modified time | relevance | path

Searched refs:fallocend (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/include/linux/
Dshmem_fs.h36 pgoff_t fallocend; /* highest fallocate endindex */ member
182 return max(eof, SHMEM_I(inode)->fallocend); in shmem_fallocend()
/linux-6.12.1/mm/
Dshmem.c1009 if (info->fallocend > start && info->fallocend <= end && !unfalloc) in shmem_undo_range()
1010 info->fallocend = start; in shmem_undo_range()
3455 undo_fallocend = info->fallocend; in shmem_fallocate()
3456 if (info->fallocend < end) in shmem_fallocate()
3457 info->fallocend = end; in shmem_fallocate()
3477 info->fallocend = undo_fallocend; in shmem_fallocate()