di_format
is changed to "extents". The location of the block(s) is specified by the data fork's di_bmx[]
array. In the significant majority of cases, this will be in one filesystem block as a symlink cannot be longer than 1024 characters.
xfs_db> inode <inode#> xfs_db> p core.magic = 0x494e core.mode = 0120777 core.version = 1 core.format = 2 (extents) ... core.size = 182 core.nblocks = 1 core.extsize = 0 core.nextents = 1 ... u.bmx[0] = [startoff,startblock,blockcount,extentflag] 0:[0,37530,1,0] xfs_db> dblock 0 xfs_db> type symlink xfs_db> p "symlink contents..."