mirror of
https://github.com/hardkernel/linux.git
synced 2026-04-01 18:53:02 +09:00
Pull f2fs update from Jaegeuk Kim: "In this round, we've mainly focused on performance tuning and critical bug fixes occurred in low-end devices. Sheng Yong introduced lost_found feature to keep missing files during recovery instead of thrashing them. We're preparing coming fsverity implementation. And, we've got more features to communicate with users for better performance. In low-end devices, some memory-related issues were fixed, and subtle race condtions and corner cases were addressed as well. Enhancements: - large nat bitmaps for more free node ids - add three block allocation policies to pass down write hints given by user - expose extension list to user and introduce hot file extension - tune small devices seamlessly for low-end devices - set readdir_ra by default - give more resources under gc_urgent mode regarding to discard and cleaning - introduce fsync_mode to enforce posix or not - nowait aio support - add lost_found feature to keep dangling inodes - reserve bits for future fsverity feature - add test_dummy_encryption for FBE Bug fixes: - don't use highmem for dentry pages - align memory boundary for bitops - truncate preallocated blocks in write errors - guarantee i_times on fsync call - clear CP_TRIMMED_FLAG correctly - prevent node chain loop during recovery - avoid data race between atomic write and background cleaning - avoid unnecessary selinux violation warnings on resgid option - GFP_NOFS to avoid deadlock in quota and read paths - fix f2fs_skip_inode_update to allow i_size recovery In addition to the above, there are several minor bug fixes and clean-ups" Cherry-pick from origin/upstream-f2fs-stable-linux-4.9.y: ac389af190fb f2fs: remain written times to update inode during fsync 270deeb87125 f2fs: make assignment of t->dentry_bitmap more readable a4fa11c8da10 f2fs: truncate preallocated blocks in error case 4478970f0e73 f2fs: fix a wrong condition in f2fs_skip_inode_update 29cead58f5ea f2fs: reserve bits for fs-verity 848b293a5d95 f2fs: Add a segment type check in inplace write 2dc8f5a3a640 f2fs: no need to initialize zero value for GFP_F2FS_ZERO 83b9bb95a628 f2fs: don't track new nat entry in nat set a33ce03ac477 f2fs: clean up with F2FS_BLK_ALIGN a3f8ec8082e3 f2fs: check blkaddr more accuratly before issue a bio 034f11eadb16 f2fs: Set GF_NOFS in read_cache_page_gfp while doing f2fs_quota_read aa5bcfd8f488 f2fs: introduce a new mount option test_dummy_encryption 9b880fe6e6e2 f2fs: introduce F2FS_FEATURE_LOST_FOUND feature 80d6489a08c1 f2fs: release locks before return in f2fs_ioc_gc_range() 9f1896c490eb f2fs: align memory boundary for bitops c7930ee88334 f2fs: remove unneeded set_cold_node() 355d2346409a f2fs: add nowait aio support e9a50e6b9479 f2fs: wrap all options with f2fs_sb_info.mount_opt b6d2ec83e0c0 f2fs: Don't overwrite all types of node to keep node chain 9a954816298c f2fs: introduce mount option for fsync mode 4ce4eb697068 f2fs: fix to restore old mount option in ->remount_fs 8f711c344e61 f2fs: wrap sb_rdonly with f2fs_readonly c07478ee84bf f2fs: avoid selinux denial on CAP_SYS_RESOURCE ac734c416fa9 f2fs: support hot file extension f4f10221accc f2fs: fix to avoid race in between atomic write and background GC e87b13ec160b f2fs: do gc in greedy mode for whole range if gc_urgent mode is set e9878588de94 f2fs: issue discard aggressively in the gc_urgent mode ad3ce479e6e4 f2fs: set readdir_ra by default 5aae2026bbd2 f2fs: add auto tuning for small devices 78c1fc2d8f27 f2fs: add mount option for segment allocation policy ecd02f564631 f2fs: don't stop GC if GC is contended 1e72cb27d2d6 f2fs: expose extension_list sysfs entry 061839d178ab f2fs: fix to set KEEP_SIZE bit in f2fs_zero_range 4951ebcbc4e2 f2fs: introduce sb_lock to make encrypt pwsalt update exclusive 939f6be0420f f2fs: remove redundant initialization of pointer 'p' 39bea4bc8ef2 f2fs: flush cp pack except cp pack 2 page at first 770611eb2ab4 f2fs: clean up f2fs_sb_has_xxx functions 4d8e4a8965f9 f2fs: remove redundant check of page type when submit bio e9878588de94 f2fs: issue discard aggressively in the gc_urgent mode ad3ce479e6e4 f2fs: set readdir_ra by default 5aae2026bbd2 f2fs: add auto tuning for small devices 78c1fc2d8f27 f2fs: add mount option for segment allocation policy ecd02f564631 f2fs: don't stop GC if GC is contended 1e72cb27d2d6 f2fs: expose extension_list sysfs entry 061839d178ab f2fs: fix to set KEEP_SIZE bit in f2fs_zero_range 4951ebcbc4e2 f2fs: introduce sb_lock to make encrypt pwsalt update exclusive 939f6be0420f f2fs: remove redundant initialization of pointer 'p' 39bea4bc8ef2 f2fs: flush cp pack except cp pack 2 page at first 770611eb2ab4 f2fs: clean up f2fs_sb_has_xxx functions 4d8e4a8965f9 f2fs: remove redundant check of page type when submit bio b57a37f01fda f2fs: fix to handle looped node chain during recovery 9ac5b8c54083 f2fs: handle quota for orphan inodes 87c18066016a f2fs: support passing down write hints to block layer with F2FS policy bcdc571e8d8b f2fs: support passing down write hints given by users to block layer 92413bc12e32 f2fs: fix to clear CP_TRIMMED_FLAG a1afb55f9784 f2fs: support large nat bitmap 636039140493 f2fs: fix to check extent cache in f2fs_drop_extent_tree 7de4fccdbce1 f2fs: restrict inline_xattr_size configuration aae506a8b704 f2fs: fix heap mode to reset it back 8fa455bb6ea0 f2fs: fix potential corruption in area before F2FS_SUPER_OFFSET 9d9cb0ef73f9 fscrypt: fix build with pre-4.6 gcc versions 401052ffc6b4 fscrypt: remove 'ci' parameter from fscrypt_put_encryption_info() 549b2061b3b5 fscrypt: fix up fscrypt_fname_encrypted_size() for internal use c440b5091a0c fscrypt: define fscrypt_fname_alloc_buffer() to be for presented names 7d82f0e1c39a ext4: switch to fscrypt ->symlink() helper functions ba4efe560438 ext4: switch to fscrypt_get_symlink() b0edc2f22d24 fscrypt: calculate NUL-padding length in one place only 62cfdd9868c7 fscrypt: move fscrypt_symlink_data to fscrypt_private.h e4e6776522bc fscrypt: remove fscrypt_fname_usr_to_disk() 45028b5aaa4e f2fs: switch to fscrypt_get_symlink() f62d3d31e0c7 f2fs: switch to fscrypt ->symlink() helper functions da32a1633ad3 fscrypt: new helper function - fscrypt_get_symlink() a7e05c731d11 fscrypt: new helper functions for ->symlink() eb9c5fd896de fscrypt: trim down fscrypt.h includes 0a02472d8ae2 fscrypt: move fscrypt_is_dot_dotdot() to fs/crypto/fname.c 9d51ca80274c fscrypt: move fscrypt_valid_enc_modes() to fscrypt_private.h efbfa8c6a056 fscrypt: move fscrypt_operations declaration to fscrypt_supp.h 616dbd2bdc6a fscrypt: split fscrypt_dummy_context_enabled() into supp/notsupp versions f0c472bcbf1c fscrypt: move fscrypt_ctx declaration to fscrypt_supp.h bc76f39109b1 fscrypt: move fscrypt_info_cachep declaration to fscrypt_private.h b67b07ec4964 fscrypt: move fscrypt_control_page() to supp/notsupp headers d8dfb89961d0 fscrypt: move fscrypt_has_encryption_key() to supp/notsupp headers Signed-off-by: Jaegeuk Kim <jaegeuk@google.com>
450 lines
12 KiB
C
450 lines
12 KiB
C
/*
|
|
* fs/f2fs/node.h
|
|
*
|
|
* Copyright (c) 2012 Samsung Electronics Co., Ltd.
|
|
* http://www.samsung.com/
|
|
*
|
|
* This program is free software; you can redistribute it and/or modify
|
|
* it under the terms of the GNU General Public License version 2 as
|
|
* published by the Free Software Foundation.
|
|
*/
|
|
/* start node id of a node block dedicated to the given node id */
|
|
#define START_NID(nid) (((nid) / NAT_ENTRY_PER_BLOCK) * NAT_ENTRY_PER_BLOCK)
|
|
|
|
/* node block offset on the NAT area dedicated to the given start node id */
|
|
#define NAT_BLOCK_OFFSET(start_nid) ((start_nid) / NAT_ENTRY_PER_BLOCK)
|
|
|
|
/* # of pages to perform synchronous readahead before building free nids */
|
|
#define FREE_NID_PAGES 8
|
|
#define MAX_FREE_NIDS (NAT_ENTRY_PER_BLOCK * FREE_NID_PAGES)
|
|
|
|
#define DEF_RA_NID_PAGES 0 /* # of nid pages to be readaheaded */
|
|
|
|
/* maximum readahead size for node during getting data blocks */
|
|
#define MAX_RA_NODE 128
|
|
|
|
/* control the memory footprint threshold (10MB per 1GB ram) */
|
|
#define DEF_RAM_THRESHOLD 1
|
|
|
|
/* control dirty nats ratio threshold (default: 10% over max nid count) */
|
|
#define DEF_DIRTY_NAT_RATIO_THRESHOLD 10
|
|
/* control total # of nats */
|
|
#define DEF_NAT_CACHE_THRESHOLD 100000
|
|
|
|
/* vector size for gang look-up from nat cache that consists of radix tree */
|
|
#define NATVEC_SIZE 64
|
|
#define SETVEC_SIZE 32
|
|
|
|
/* return value for read_node_page */
|
|
#define LOCKED_PAGE 1
|
|
|
|
/* For flag in struct node_info */
|
|
enum {
|
|
IS_CHECKPOINTED, /* is it checkpointed before? */
|
|
HAS_FSYNCED_INODE, /* is the inode fsynced before? */
|
|
HAS_LAST_FSYNC, /* has the latest node fsync mark? */
|
|
IS_DIRTY, /* this nat entry is dirty? */
|
|
IS_PREALLOC, /* nat entry is preallocated */
|
|
};
|
|
|
|
/*
|
|
* For node information
|
|
*/
|
|
struct node_info {
|
|
nid_t nid; /* node id */
|
|
nid_t ino; /* inode number of the node's owner */
|
|
block_t blk_addr; /* block address of the node */
|
|
unsigned char version; /* version of the node */
|
|
unsigned char flag; /* for node information bits */
|
|
};
|
|
|
|
struct nat_entry {
|
|
struct list_head list; /* for clean or dirty nat list */
|
|
struct node_info ni; /* in-memory node information */
|
|
};
|
|
|
|
#define nat_get_nid(nat) ((nat)->ni.nid)
|
|
#define nat_set_nid(nat, n) ((nat)->ni.nid = (n))
|
|
#define nat_get_blkaddr(nat) ((nat)->ni.blk_addr)
|
|
#define nat_set_blkaddr(nat, b) ((nat)->ni.blk_addr = (b))
|
|
#define nat_get_ino(nat) ((nat)->ni.ino)
|
|
#define nat_set_ino(nat, i) ((nat)->ni.ino = (i))
|
|
#define nat_get_version(nat) ((nat)->ni.version)
|
|
#define nat_set_version(nat, v) ((nat)->ni.version = (v))
|
|
|
|
#define inc_node_version(version) (++(version))
|
|
|
|
static inline void copy_node_info(struct node_info *dst,
|
|
struct node_info *src)
|
|
{
|
|
dst->nid = src->nid;
|
|
dst->ino = src->ino;
|
|
dst->blk_addr = src->blk_addr;
|
|
dst->version = src->version;
|
|
/* should not copy flag here */
|
|
}
|
|
|
|
static inline void set_nat_flag(struct nat_entry *ne,
|
|
unsigned int type, bool set)
|
|
{
|
|
unsigned char mask = 0x01 << type;
|
|
if (set)
|
|
ne->ni.flag |= mask;
|
|
else
|
|
ne->ni.flag &= ~mask;
|
|
}
|
|
|
|
static inline bool get_nat_flag(struct nat_entry *ne, unsigned int type)
|
|
{
|
|
unsigned char mask = 0x01 << type;
|
|
return ne->ni.flag & mask;
|
|
}
|
|
|
|
static inline void nat_reset_flag(struct nat_entry *ne)
|
|
{
|
|
/* these states can be set only after checkpoint was done */
|
|
set_nat_flag(ne, IS_CHECKPOINTED, true);
|
|
set_nat_flag(ne, HAS_FSYNCED_INODE, false);
|
|
set_nat_flag(ne, HAS_LAST_FSYNC, true);
|
|
}
|
|
|
|
static inline void node_info_from_raw_nat(struct node_info *ni,
|
|
struct f2fs_nat_entry *raw_ne)
|
|
{
|
|
ni->ino = le32_to_cpu(raw_ne->ino);
|
|
ni->blk_addr = le32_to_cpu(raw_ne->block_addr);
|
|
ni->version = raw_ne->version;
|
|
}
|
|
|
|
static inline void raw_nat_from_node_info(struct f2fs_nat_entry *raw_ne,
|
|
struct node_info *ni)
|
|
{
|
|
raw_ne->ino = cpu_to_le32(ni->ino);
|
|
raw_ne->block_addr = cpu_to_le32(ni->blk_addr);
|
|
raw_ne->version = ni->version;
|
|
}
|
|
|
|
static inline bool excess_dirty_nats(struct f2fs_sb_info *sbi)
|
|
{
|
|
return NM_I(sbi)->dirty_nat_cnt >= NM_I(sbi)->max_nid *
|
|
NM_I(sbi)->dirty_nats_ratio / 100;
|
|
}
|
|
|
|
static inline bool excess_cached_nats(struct f2fs_sb_info *sbi)
|
|
{
|
|
return NM_I(sbi)->nat_cnt >= DEF_NAT_CACHE_THRESHOLD;
|
|
}
|
|
|
|
enum mem_type {
|
|
FREE_NIDS, /* indicates the free nid list */
|
|
NAT_ENTRIES, /* indicates the cached nat entry */
|
|
DIRTY_DENTS, /* indicates dirty dentry pages */
|
|
INO_ENTRIES, /* indicates inode entries */
|
|
EXTENT_CACHE, /* indicates extent cache */
|
|
INMEM_PAGES, /* indicates inmemory pages */
|
|
BASE_CHECK, /* check kernel status */
|
|
};
|
|
|
|
struct nat_entry_set {
|
|
struct list_head set_list; /* link with other nat sets */
|
|
struct list_head entry_list; /* link with dirty nat entries */
|
|
nid_t set; /* set number*/
|
|
unsigned int entry_cnt; /* the # of nat entries in set */
|
|
};
|
|
|
|
struct free_nid {
|
|
struct list_head list; /* for free node id list */
|
|
nid_t nid; /* node id */
|
|
int state; /* in use or not: FREE_NID or PREALLOC_NID */
|
|
};
|
|
|
|
static inline void next_free_nid(struct f2fs_sb_info *sbi, nid_t *nid)
|
|
{
|
|
struct f2fs_nm_info *nm_i = NM_I(sbi);
|
|
struct free_nid *fnid;
|
|
|
|
spin_lock(&nm_i->nid_list_lock);
|
|
if (nm_i->nid_cnt[FREE_NID] <= 0) {
|
|
spin_unlock(&nm_i->nid_list_lock);
|
|
return;
|
|
}
|
|
fnid = list_first_entry(&nm_i->free_nid_list, struct free_nid, list);
|
|
*nid = fnid->nid;
|
|
spin_unlock(&nm_i->nid_list_lock);
|
|
}
|
|
|
|
/*
|
|
* inline functions
|
|
*/
|
|
static inline void get_nat_bitmap(struct f2fs_sb_info *sbi, void *addr)
|
|
{
|
|
struct f2fs_nm_info *nm_i = NM_I(sbi);
|
|
|
|
#ifdef CONFIG_F2FS_CHECK_FS
|
|
if (memcmp(nm_i->nat_bitmap, nm_i->nat_bitmap_mir,
|
|
nm_i->bitmap_size))
|
|
f2fs_bug_on(sbi, 1);
|
|
#endif
|
|
memcpy(addr, nm_i->nat_bitmap, nm_i->bitmap_size);
|
|
}
|
|
|
|
static inline pgoff_t current_nat_addr(struct f2fs_sb_info *sbi, nid_t start)
|
|
{
|
|
struct f2fs_nm_info *nm_i = NM_I(sbi);
|
|
pgoff_t block_off;
|
|
pgoff_t block_addr;
|
|
|
|
/*
|
|
* block_off = segment_off * 512 + off_in_segment
|
|
* OLD = (segment_off * 512) * 2 + off_in_segment
|
|
* NEW = 2 * (segment_off * 512 + off_in_segment) - off_in_segment
|
|
*/
|
|
block_off = NAT_BLOCK_OFFSET(start);
|
|
|
|
block_addr = (pgoff_t)(nm_i->nat_blkaddr +
|
|
(block_off << 1) -
|
|
(block_off & (sbi->blocks_per_seg - 1)));
|
|
|
|
if (f2fs_test_bit(block_off, nm_i->nat_bitmap))
|
|
block_addr += sbi->blocks_per_seg;
|
|
|
|
return block_addr;
|
|
}
|
|
|
|
static inline pgoff_t next_nat_addr(struct f2fs_sb_info *sbi,
|
|
pgoff_t block_addr)
|
|
{
|
|
struct f2fs_nm_info *nm_i = NM_I(sbi);
|
|
|
|
block_addr -= nm_i->nat_blkaddr;
|
|
block_addr ^= 1 << sbi->log_blocks_per_seg;
|
|
return block_addr + nm_i->nat_blkaddr;
|
|
}
|
|
|
|
static inline void set_to_next_nat(struct f2fs_nm_info *nm_i, nid_t start_nid)
|
|
{
|
|
unsigned int block_off = NAT_BLOCK_OFFSET(start_nid);
|
|
|
|
f2fs_change_bit(block_off, nm_i->nat_bitmap);
|
|
#ifdef CONFIG_F2FS_CHECK_FS
|
|
f2fs_change_bit(block_off, nm_i->nat_bitmap_mir);
|
|
#endif
|
|
}
|
|
|
|
static inline nid_t ino_of_node(struct page *node_page)
|
|
{
|
|
struct f2fs_node *rn = F2FS_NODE(node_page);
|
|
return le32_to_cpu(rn->footer.ino);
|
|
}
|
|
|
|
static inline nid_t nid_of_node(struct page *node_page)
|
|
{
|
|
struct f2fs_node *rn = F2FS_NODE(node_page);
|
|
return le32_to_cpu(rn->footer.nid);
|
|
}
|
|
|
|
static inline unsigned int ofs_of_node(struct page *node_page)
|
|
{
|
|
struct f2fs_node *rn = F2FS_NODE(node_page);
|
|
unsigned flag = le32_to_cpu(rn->footer.flag);
|
|
return flag >> OFFSET_BIT_SHIFT;
|
|
}
|
|
|
|
static inline __u64 cpver_of_node(struct page *node_page)
|
|
{
|
|
struct f2fs_node *rn = F2FS_NODE(node_page);
|
|
return le64_to_cpu(rn->footer.cp_ver);
|
|
}
|
|
|
|
static inline block_t next_blkaddr_of_node(struct page *node_page)
|
|
{
|
|
struct f2fs_node *rn = F2FS_NODE(node_page);
|
|
return le32_to_cpu(rn->footer.next_blkaddr);
|
|
}
|
|
|
|
static inline void fill_node_footer(struct page *page, nid_t nid,
|
|
nid_t ino, unsigned int ofs, bool reset)
|
|
{
|
|
struct f2fs_node *rn = F2FS_NODE(page);
|
|
unsigned int old_flag = 0;
|
|
|
|
if (reset)
|
|
memset(rn, 0, sizeof(*rn));
|
|
else
|
|
old_flag = le32_to_cpu(rn->footer.flag);
|
|
|
|
rn->footer.nid = cpu_to_le32(nid);
|
|
rn->footer.ino = cpu_to_le32(ino);
|
|
|
|
/* should remain old flag bits such as COLD_BIT_SHIFT */
|
|
rn->footer.flag = cpu_to_le32((ofs << OFFSET_BIT_SHIFT) |
|
|
(old_flag & OFFSET_BIT_MASK));
|
|
}
|
|
|
|
static inline void copy_node_footer(struct page *dst, struct page *src)
|
|
{
|
|
struct f2fs_node *src_rn = F2FS_NODE(src);
|
|
struct f2fs_node *dst_rn = F2FS_NODE(dst);
|
|
memcpy(&dst_rn->footer, &src_rn->footer, sizeof(struct node_footer));
|
|
}
|
|
|
|
static inline void fill_node_footer_blkaddr(struct page *page, block_t blkaddr)
|
|
{
|
|
struct f2fs_checkpoint *ckpt = F2FS_CKPT(F2FS_P_SB(page));
|
|
struct f2fs_node *rn = F2FS_NODE(page);
|
|
__u64 cp_ver = cur_cp_version(ckpt);
|
|
|
|
if (__is_set_ckpt_flags(ckpt, CP_CRC_RECOVERY_FLAG))
|
|
cp_ver |= (cur_cp_crc(ckpt) << 32);
|
|
|
|
rn->footer.cp_ver = cpu_to_le64(cp_ver);
|
|
rn->footer.next_blkaddr = cpu_to_le32(blkaddr);
|
|
}
|
|
|
|
static inline bool is_recoverable_dnode(struct page *page)
|
|
{
|
|
struct f2fs_checkpoint *ckpt = F2FS_CKPT(F2FS_P_SB(page));
|
|
__u64 cp_ver = cur_cp_version(ckpt);
|
|
|
|
/* Don't care crc part, if fsck.f2fs sets it. */
|
|
if (__is_set_ckpt_flags(ckpt, CP_NOCRC_RECOVERY_FLAG))
|
|
return (cp_ver << 32) == (cpver_of_node(page) << 32);
|
|
|
|
if (__is_set_ckpt_flags(ckpt, CP_CRC_RECOVERY_FLAG))
|
|
cp_ver |= (cur_cp_crc(ckpt) << 32);
|
|
|
|
return cp_ver == cpver_of_node(page);
|
|
}
|
|
|
|
/*
|
|
* f2fs assigns the following node offsets described as (num).
|
|
* N = NIDS_PER_BLOCK
|
|
*
|
|
* Inode block (0)
|
|
* |- direct node (1)
|
|
* |- direct node (2)
|
|
* |- indirect node (3)
|
|
* | `- direct node (4 => 4 + N - 1)
|
|
* |- indirect node (4 + N)
|
|
* | `- direct node (5 + N => 5 + 2N - 1)
|
|
* `- double indirect node (5 + 2N)
|
|
* `- indirect node (6 + 2N)
|
|
* `- direct node
|
|
* ......
|
|
* `- indirect node ((6 + 2N) + x(N + 1))
|
|
* `- direct node
|
|
* ......
|
|
* `- indirect node ((6 + 2N) + (N - 1)(N + 1))
|
|
* `- direct node
|
|
*/
|
|
static inline bool IS_DNODE(struct page *node_page)
|
|
{
|
|
unsigned int ofs = ofs_of_node(node_page);
|
|
|
|
if (f2fs_has_xattr_block(ofs))
|
|
return true;
|
|
|
|
if (ofs == 3 || ofs == 4 + NIDS_PER_BLOCK ||
|
|
ofs == 5 + 2 * NIDS_PER_BLOCK)
|
|
return false;
|
|
if (ofs >= 6 + 2 * NIDS_PER_BLOCK) {
|
|
ofs -= 6 + 2 * NIDS_PER_BLOCK;
|
|
if (!((long int)ofs % (NIDS_PER_BLOCK + 1)))
|
|
return false;
|
|
}
|
|
return true;
|
|
}
|
|
|
|
static inline int set_nid(struct page *p, int off, nid_t nid, bool i)
|
|
{
|
|
struct f2fs_node *rn = F2FS_NODE(p);
|
|
|
|
f2fs_wait_on_page_writeback(p, NODE, true);
|
|
|
|
if (i)
|
|
rn->i.i_nid[off - NODE_DIR1_BLOCK] = cpu_to_le32(nid);
|
|
else
|
|
rn->in.nid[off] = cpu_to_le32(nid);
|
|
return set_page_dirty(p);
|
|
}
|
|
|
|
static inline nid_t get_nid(struct page *p, int off, bool i)
|
|
{
|
|
struct f2fs_node *rn = F2FS_NODE(p);
|
|
|
|
if (i)
|
|
return le32_to_cpu(rn->i.i_nid[off - NODE_DIR1_BLOCK]);
|
|
return le32_to_cpu(rn->in.nid[off]);
|
|
}
|
|
|
|
/*
|
|
* Coldness identification:
|
|
* - Mark cold files in f2fs_inode_info
|
|
* - Mark cold node blocks in their node footer
|
|
* - Mark cold data pages in page cache
|
|
*/
|
|
static inline int is_cold_data(struct page *page)
|
|
{
|
|
return PageChecked(page);
|
|
}
|
|
|
|
static inline void set_cold_data(struct page *page)
|
|
{
|
|
SetPageChecked(page);
|
|
}
|
|
|
|
static inline void clear_cold_data(struct page *page)
|
|
{
|
|
ClearPageChecked(page);
|
|
}
|
|
|
|
static inline int is_node(struct page *page, int type)
|
|
{
|
|
struct f2fs_node *rn = F2FS_NODE(page);
|
|
return le32_to_cpu(rn->footer.flag) & (1 << type);
|
|
}
|
|
|
|
#define is_cold_node(page) is_node(page, COLD_BIT_SHIFT)
|
|
#define is_fsync_dnode(page) is_node(page, FSYNC_BIT_SHIFT)
|
|
#define is_dent_dnode(page) is_node(page, DENT_BIT_SHIFT)
|
|
|
|
static inline int is_inline_node(struct page *page)
|
|
{
|
|
return PageChecked(page);
|
|
}
|
|
|
|
static inline void set_inline_node(struct page *page)
|
|
{
|
|
SetPageChecked(page);
|
|
}
|
|
|
|
static inline void clear_inline_node(struct page *page)
|
|
{
|
|
ClearPageChecked(page);
|
|
}
|
|
|
|
static inline void set_cold_node(struct page *page, bool is_dir)
|
|
{
|
|
struct f2fs_node *rn = F2FS_NODE(page);
|
|
unsigned int flag = le32_to_cpu(rn->footer.flag);
|
|
|
|
if (is_dir)
|
|
flag &= ~(0x1 << COLD_BIT_SHIFT);
|
|
else
|
|
flag |= (0x1 << COLD_BIT_SHIFT);
|
|
rn->footer.flag = cpu_to_le32(flag);
|
|
}
|
|
|
|
static inline void set_mark(struct page *page, int mark, int type)
|
|
{
|
|
struct f2fs_node *rn = F2FS_NODE(page);
|
|
unsigned int flag = le32_to_cpu(rn->footer.flag);
|
|
if (mark)
|
|
flag |= (0x1 << type);
|
|
else
|
|
flag &= ~(0x1 << type);
|
|
rn->footer.flag = cpu_to_le32(flag);
|
|
}
|
|
#define set_dentry_mark(page, mark) set_mark(page, mark, DENT_BIT_SHIFT)
|
|
#define set_fsync_mark(page, mark) set_mark(page, mark, FSYNC_BIT_SHIFT)
|