OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is_set_ckpt_flags
(Results
1 - 4
of
4
) sorted by null
/system/extras/f2fs_utils/
f2fs_sparseblock.c
339
static inline int
is_set_ckpt_flags
(struct f2fs_checkpoint *cp, unsigned int f)
function
360
if (
is_set_ckpt_flags
(cp, CP_COMPACT_SUM_FLAG)) {
366
if (
is_set_ckpt_flags
(cp, CP_UMOUNT_FLAG))
/external/f2fs-tools/fsck/
f2fs.h
235
static inline bool
is_set_ckpt_flags
(struct f2fs_checkpoint *cp, unsigned int f)
function
mount.c
655
if (
is_set_ckpt_flags
(ckpt, CP_UMOUNT_FLAG))
662
if (
is_set_ckpt_flags
(ckpt, CP_UMOUNT_FLAG))
673
if (IS_NODESEG(type) && !
is_set_ckpt_flags
(ckpt, CP_UMOUNT_FLAG))
686
if (
is_set_ckpt_flags
(F2FS_CKPT(sbi), CP_COMPACT_SUM_FLAG)) {
[
all
...]
fsck.c
908
if (!
is_set_ckpt_flags
(ckpt, CP_ORPHAN_PRESENT_FLAG))
Completed in 80 milliseconds