OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IS_VALID_NID
(Results
1 - 2
of
2
) sorted by null
/external/f2fs-tools/fsck/
f2fs.h
331
static inline bool
IS_VALID_NID
(struct f2fs_sb_info *sbi, u32 nid)
fsck.c
200
if (!
IS_VALID_NID
(sbi, nid)) {
691
if (
IS_VALID_NID
(sbi, ino)) {
707
if (!
IS_VALID_NID
(sbi, le32_to_cpu(dentry[i].ino))) {
Completed in 49 milliseconds