Home
last modified time | relevance | path

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

/linux/include/linux/
A Dshmem_fs.h21 pgoff_t fallocend; /* highest fallocate endindex */ member
136 return max(eof, SHMEM_I(inode)->fallocend); in shmem_fallocend()
/linux/mm/
A Dshmem.c931 if (info->fallocend > start && info->fallocend <= end && !unfalloc) in shmem_undo_range()
932 info->fallocend = start; in shmem_undo_range()
2720 undo_fallocend = info->fallocend; in shmem_fallocate()
2721 if (info->fallocend < end) in shmem_fallocate()
2722 info->fallocend = end; in shmem_fallocate()
2738 info->fallocend = undo_fallocend; in shmem_fallocate()

Completed in 11 milliseconds