Searched refs:fallocend (Results 1 – 2 of 2) sorted by relevance
52 pgoff_t fallocend; /* highest fallocate endindex */ member221 return max(eof, SHMEM_I(inode)->fallocend); in shmem_fallocend()
1114 if (info->fallocend > start && info->fallocend <= end && !unfalloc) in shmem_undo_range() 1115 info->fallocend = start; in shmem_undo_range() 3755 * info->fallocend is only relevant when huge pages might be in shmem_fallocate() 3759 undo_fallocend = info->fallocend; in shmem_fallocate() 3760 if (info->fallocend < end) in shmem_fallocate() 3761 info->fallocend = end; in shmem_fallocate() 3781 info->fallocend = undo_fallocend; in shmem_fallocate()