Searched refs:q_fileoffset (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/ |
H A D | xfs_dquot.h | 69 xfs_fileoff_t q_fileoffset; member
|
H A D | xfs_dquot.c | 319 error = xfs_bmapi_write(tp, quotip, dqp->q_fileoffset, in xfs_dquot_disk_alloc() 411 error = xfs_bmapi_read(quotip, dqp->q_fileoffset, in xfs_dquot_disk_read() 463 dqp->q_fileoffset = (xfs_fileoff_t)id / mp->m_quotainfo->qi_dqperchunk; in xfs_dquot_alloc()
|
/kernel/linux/linux-6.6/fs/xfs/ |
H A D | xfs_dquot.h | 71 xfs_fileoff_t q_fileoffset; member
|
H A D | xfs_dquot.c | 329 error = xfs_bmapi_write(tp, quotip, dqp->q_fileoffset, in xfs_dquot_disk_alloc() 431 error = xfs_bmapi_read(quotip, dqp->q_fileoffset, in xfs_dquot_disk_read() 483 dqp->q_fileoffset = (xfs_fileoff_t)id / mp->m_quotainfo->qi_dqperchunk; in xfs_dquot_alloc()
|
Completed in 5 milliseconds