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

/linux-master/include/linux/
H A Dshmem_fs.h36 pgoff_t fallocend; /* highest fallocate endindex */ member in struct:shmem_inode_info
175 * "fallocend" per inode errs on the side of not deleting a reservation when
180 return max(eof, SHMEM_I(inode)->fallocend);
/linux-master/mm/
H A Dshmem.c982 if (info->fallocend > start && info->fallocend <= end && !unfalloc)
983 info->fallocend = start;
3158 * info->fallocend is only relevant when huge pages might be
3162 undo_fallocend = info->fallocend;
3163 if (info->fallocend < end)
3164 info->fallocend = end;
3181 info->fallocend = undo_fallocend;

Completed in 135 milliseconds