Searched refs:OCFS2_INODE_CACHE_INLINE (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/ocfs2/
H A Duptodate.c79 oi->ip_flags |= OCFS2_INODE_CACHE_INLINE;
119 tree = !(oi->ip_flags & OCFS2_INODE_CACHE_INLINE);
192 !!(oi->ip_flags & OCFS2_INODE_CACHE_INLINE));
194 if (oi->ip_flags & OCFS2_INODE_CACHE_INLINE)
296 return (oi->ip_flags & OCFS2_INODE_CACHE_INLINE) &&
313 mlog_bug_on_msg(!(oi->ip_flags & OCFS2_INODE_CACHE_INLINE),
323 oi->ip_flags &= ~OCFS2_INODE_CACHE_INLINE;
452 if (oi->ip_flags & OCFS2_INODE_CACHE_INLINE) {
530 oi->ip_flags & OCFS2_INODE_CACHE_INLINE);
532 if (oi->ip_flags & OCFS2_INODE_CACHE_INLINE) {
[all...]
H A Dinode.h102 #define OCFS2_INODE_CACHE_INLINE 0x00000080 macro
H A Dinode.c1047 mlog_bug_on_msg(!(oi->ip_flags & OCFS2_INODE_CACHE_INLINE),
1074 oi->ip_flags = OCFS2_INODE_CACHE_INLINE;

Completed in 28 milliseconds