Searched refs:fallocend (Results 1 – 2 of 2) sorted by relevance
21 pgoff_t fallocend; /* highest fallocate endindex */ member146 return max(eof, SHMEM_I(inode)->fallocend); in shmem_fallocend()
923 if (info->fallocend > start && info->fallocend <= end && !unfalloc) in shmem_undo_range()924 info->fallocend = start; in shmem_undo_range()2823 undo_fallocend = info->fallocend; in shmem_fallocate()2824 if (info->fallocend < end) in shmem_fallocate()2825 info->fallocend = end; in shmem_fallocate()2842 info->fallocend = undo_fallocend; in shmem_fallocate()
Completed in 11 milliseconds