Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
Dshmem_fs.h26 pgoff_t fallocend; /* highest fallocate endindex */ member
171 return max(eof, SHMEM_I(inode)->fallocend); in shmem_fallocend()
/Linux-v6.6/mm/
Dshmem.c999 if (info->fallocend > start && info->fallocend <= end && !unfalloc) in shmem_undo_range()
1000 info->fallocend = start; in shmem_undo_range()
3107 undo_fallocend = info->fallocend; in shmem_fallocate()
3108 if (info->fallocend < end) in shmem_fallocate()
3109 info->fallocend = end; in shmem_fallocate()
3126 info->fallocend = undo_fallocend; in shmem_fallocate()