Searched refs:FL_KEEP_SIZE_FLAG (Results 1 – 1 of 1) sorted by relevance
84 # define FL_KEEP_SIZE_FLAG FALLOC_FL_KEEP_SIZE macro87 # define FL_KEEP_SIZE_FLAG (0) macro3370 flags = (mode & FL_KEEP_SIZE_FLAG ? 0 : in fallocate_helper()3379 if (!(mode & FL_KEEP_SIZE_FLAG)) { in fallocate_helper()3493 if (!(mode & FL_KEEP_SIZE_FLAG)) in punch_helper()3553 if (mode & ~(FL_PUNCH_HOLE_FLAG | FL_KEEP_SIZE_FLAG)) in op_fallocate()