f2fs.h (6ce19aff0b8cd386860855185c6cd79337fc4d2b) f2fs.h (859fca6b706e005f7cf19aa2ce7bb4005bcef427)
1/* SPDX-License-Identifier: GPL-2.0 */
2/*
3 * fs/f2fs/f2fs.h
4 *
5 * Copyright (c) 2012 Samsung Electronics Co., Ltd.
6 * http://www.samsung.com/
7 */
8#ifndef _LINUX_F2FS_H

--- 695 unchanged lines hidden (view full) ---

704 FI_PIN_FILE, /* indicate file should not be gced */
705 FI_ATOMIC_REVOKE_REQUEST, /* request to drop atomic data */
706 FI_VERITY_IN_PROGRESS, /* building fs-verity Merkle tree */
707 FI_COMPRESSED_FILE, /* indicate file's data can be compressed */
708 FI_COMPRESS_CORRUPT, /* indicate compressed cluster is corrupted */
709 FI_MMAP_FILE, /* indicate file was mmapped */
710 FI_ENABLE_COMPRESS, /* enable compression in "user" compression mode */
711 FI_COMPRESS_RELEASED, /* compressed blocks were released */
1/* SPDX-License-Identifier: GPL-2.0 */
2/*
3 * fs/f2fs/f2fs.h
4 *
5 * Copyright (c) 2012 Samsung Electronics Co., Ltd.
6 * http://www.samsung.com/
7 */
8#ifndef _LINUX_F2FS_H

--- 695 unchanged lines hidden (view full) ---

704 FI_PIN_FILE, /* indicate file should not be gced */
705 FI_ATOMIC_REVOKE_REQUEST, /* request to drop atomic data */
706 FI_VERITY_IN_PROGRESS, /* building fs-verity Merkle tree */
707 FI_COMPRESSED_FILE, /* indicate file's data can be compressed */
708 FI_COMPRESS_CORRUPT, /* indicate compressed cluster is corrupted */
709 FI_MMAP_FILE, /* indicate file was mmapped */
710 FI_ENABLE_COMPRESS, /* enable compression in "user" compression mode */
711 FI_COMPRESS_RELEASED, /* compressed blocks were released */
712 FI_ALIGNED_WRITE, /* enable aligned write */
712 FI_MAX, /* max flag, never be used */
713};
714
715struct f2fs_inode_info {
716 struct inode vfs_inode; /* serve a vfs inode */
717 unsigned long i_flags; /* keep an inode flags for ioctl */
718 unsigned char i_advise; /* use to give file attribute hints */
719 unsigned char i_dir_level; /* use for dentry level for large dir */

--- 3649 unchanged lines hidden ---
713 FI_MAX, /* max flag, never be used */
714};
715
716struct f2fs_inode_info {
717 struct inode vfs_inode; /* serve a vfs inode */
718 unsigned long i_flags; /* keep an inode flags for ioctl */
719 unsigned char i_advise; /* use to give file attribute hints */
720 unsigned char i_dir_level; /* use for dentry level for large dir */

--- 3649 unchanged lines hidden ---