Searched refs:FS_XFLAG_COWEXTSIZE (Results 1 – 3 of 3) sorted by relevance
185 #define FS_XFLAG_COWEXTSIZE 0x00010000 /* CoW extent size allocator hint */ macro
972 if (xflags & FS_XFLAG_COWEXTSIZE) in xfs_flags2diflags2()1264 if (!(fa->fsx_xflags & FS_XFLAG_COWEXTSIZE)) in xfs_ioctl_setattr_check_cowextsize()1289 fa->fsx_xflags &= ~FS_XFLAG_COWEXTSIZE; in xfs_ioctl_setattr_check_cowextsize()
660 flags |= FS_XFLAG_COWEXTSIZE; in _xfs_dic2xflags()