Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/xfs/
Dxfs_vnodeops.c4515 xfs_off_t startoffset; in xfs_change_file_space() local
4565 startoffset = bf->l_start; in xfs_change_file_space()
4584 error = xfs_alloc_file_space(ip, startoffset, bf->l_len, in xfs_change_file_space()
4593 if ((error = xfs_free_file_space(ip, startoffset, bf->l_len, in xfs_change_file_space()
4602 if (startoffset > fsize) { in xfs_change_file_space()
4604 startoffset - fsize, 0, attr_flags); in xfs_change_file_space()
4610 va.va_size = startoffset; in xfs_change_file_space()