Searched refs:obno (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/libxfs/ |
H A D | xfs_bmap.c | 3770 xfs_fileoff_t obno, in xfs_bmapi_trim_map() 3776 got->br_startoff + got->br_blockcount <= obno) { in xfs_bmapi_trim_map() 3783 if (obno > *bno) in xfs_bmapi_trim_map() 3784 *bno = obno; in xfs_bmapi_trim_map() 3785 ASSERT((*bno >= obno) || (n == 0)); in xfs_bmapi_trim_map() 3815 xfs_fileoff_t obno, in xfs_bmapi_update_map() 3825 (mval->br_startoff < obno)); in xfs_bmapi_update_map() 3854 obno))) { in xfs_bmapi_update_map() 3877 xfs_fileoff_t obno; in xfs_bmapi_read() local 3909 obno in xfs_bmapi_read() 3765 xfs_bmapi_trim_map( struct xfs_bmbt_irec *mval, struct xfs_bmbt_irec *got, xfs_fileoff_t *bno, xfs_filblks_t len, xfs_fileoff_t obno, xfs_fileoff_t end, int n, int flags) xfs_bmapi_trim_map() argument 3811 xfs_bmapi_update_map( struct xfs_bmbt_irec **map, xfs_fileoff_t *bno, xfs_filblks_t *len, xfs_fileoff_t obno, xfs_fileoff_t end, int *n, int flags) xfs_bmapi_update_map() argument 4331 xfs_fileoff_t obno; /* old block number (offset) */ xfs_bmapi_write() local [all...] |
/kernel/linux/linux-6.6/fs/xfs/libxfs/ |
H A D | xfs_bmap.c | 3770 xfs_fileoff_t obno, in xfs_bmapi_trim_map() 3776 got->br_startoff + got->br_blockcount <= obno) { in xfs_bmapi_trim_map() 3783 if (obno > *bno) in xfs_bmapi_trim_map() 3784 *bno = obno; in xfs_bmapi_trim_map() 3785 ASSERT((*bno >= obno) || (n == 0)); in xfs_bmapi_trim_map() 3815 xfs_fileoff_t obno, in xfs_bmapi_update_map() 3825 (mval->br_startoff < obno)); in xfs_bmapi_update_map() 3854 obno))) { in xfs_bmapi_update_map() 3877 xfs_fileoff_t obno; in xfs_bmapi_read() local 3907 obno in xfs_bmapi_read() 3765 xfs_bmapi_trim_map( struct xfs_bmbt_irec *mval, struct xfs_bmbt_irec *got, xfs_fileoff_t *bno, xfs_filblks_t len, xfs_fileoff_t obno, xfs_fileoff_t end, int n, uint32_t flags) xfs_bmapi_trim_map() argument 3811 xfs_bmapi_update_map( struct xfs_bmbt_irec **map, xfs_fileoff_t *bno, xfs_filblks_t *len, xfs_fileoff_t obno, xfs_fileoff_t end, int *n, uint32_t flags) xfs_bmapi_update_map() argument 4336 xfs_fileoff_t obno; /* old block number (offset) */ xfs_bmapi_write() local [all...] |
Completed in 10 milliseconds