Searched defs:JFS_HAS_INCOMPAT_FEATURE (Results 1 - 1 of 1) sorted by relevance

/bionic/libc/kernel/common/linux/
H A Djbd.h94 #define JFS_HAS_INCOMPAT_FEATURE(j,mask) ((j)->j_format_version >= 2 && ((j)->j_superblock->s_feature_incompat & cpu_to_be32((mask)))) macro

Completed in 4 milliseconds