Searched refs:F2FS_NODUMP_FL (Results 1 – 2 of 2) sorted by relevance
2212 #define F2FS_NODUMP_FL 0x00000040 /* do not dump file */ macro2241 F2FS_NODUMP_FL | \2247 F2FS_SYNC_FL | F2FS_NODUMP_FL | F2FS_NOATIME_FL |\2256 #define F2FS_OTHER_FLMASK (F2FS_NODUMP_FL | F2FS_NOATIME_FL)
717 if (flags & F2FS_NODUMP_FL) in f2fs_getattr()2686 if (iflags & F2FS_NODUMP_FL) in f2fs_iflags_to_xflags()2711 iflags |= F2FS_NODUMP_FL; in f2fs_xflags_to_iflags()