https://github.com/torvalds/linux
Raw File
Tip revision: 061e41fdb5047b1fb161e89664057835935ca1d2 authored by Linus Torvalds on 02 December 2008, 03:59:23 UTC
Linux 2.6.28-rc7
Tip revision: 061e41f
falloc.h
#ifndef _FALLOC_H_
#define _FALLOC_H_

#define FALLOC_FL_KEEP_SIZE	0x01 /* default is extend size */

#endif /* _FALLOC_H_ */
back to top