Searched refs:F2FS_NODUMP_FL (Results 1 – 2 of 2) sorted by relevance
2235 #define F2FS_NODUMP_FL 0x00000040 /* do not dump file */ macro2264 F2FS_NODUMP_FL | \2270 F2FS_SYNC_FL | F2FS_NODUMP_FL | F2FS_NOATIME_FL |\2279 #define F2FS_OTHER_FLMASK (F2FS_NODUMP_FL | F2FS_NOATIME_FL)
723 if (flags & F2FS_NODUMP_FL) in f2fs_getattr()2679 if (iflags & F2FS_NODUMP_FL) in f2fs_iflags_to_xflags()2704 iflags |= F2FS_NODUMP_FL; in f2fs_xflags_to_iflags()