Searched refs:ip_flags (Results 1 - 13 of 13) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ocfs2/
H A Dinode.h52 u32 ip_flags; /* see below */ member in struct:ocfs2_inode_info
74 * Flags for the ip_flags field
109 #define INODE_JOURNAL(i) (OCFS2_I(i)->ip_flags & OCFS2_INODE_JOURNAL)
110 #define SET_INODE_JOURNAL(i) (OCFS2_I(i)->ip_flags |= OCFS2_INODE_JOURNAL)
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;
334 (unsigned long long)oi->ip_blkno, oi->ip_flags, ci->ci_num_cached);
452 if (oi->ip_flags & OCFS2_INODE_CACHE_INLINE) {
530 oi->ip_flags
[all...]
H A Dinode.c274 OCFS2_I(inode)->ip_flags |= OCFS2_INODE_SYSTEM_FILE;
277 OCFS2_I(inode)->ip_flags |= OCFS2_INODE_BITMAP;
280 OCFS2_I(inode)->ip_flags |= OCFS2_INODE_BITMAP;
771 if (oi->ip_flags & OCFS2_INODE_SYSTEM_FILE) {
781 if (oi->ip_flags & OCFS2_INODE_SKIP_DELETE) {
835 le32_to_cpu(di->i_flags), oi->ip_flags);
976 OCFS2_I(inode)->ip_flags |= OCFS2_INODE_DELETED;
1023 if (!(OCFS2_I(inode)->ip_flags & OCFS2_INODE_DELETED))
1047 mlog_bug_on_msg(!(oi->ip_flags & OCFS2_INODE_CACHE_INLINE),
1074 oi->ip_flags
[all...]
H A Ddcache.c67 if (OCFS2_I(inode)->ip_flags & OCFS2_INODE_DELETED) {
H A Djournal.h116 if (OCFS2_I(inode)->ip_flags & OCFS2_INODE_SYSTEM_FILE)
H A Dfile.c79 if (OCFS2_I(inode)->ip_flags & OCFS2_INODE_DELETED) {
87 oi->ip_flags |= OCFS2_INODE_OPEN_DIRECT;
107 oi->ip_flags &= ~OCFS2_INODE_OPEN_DIRECT;
H A Djournal.c1408 oi->ip_flags &= ~(OCFS2_INODE_DELETED|OCFS2_INODE_SKIP_DELETE);
1412 oi->ip_flags |= OCFS2_INODE_MAYBE_ORPHANED;
H A Dnamei.c189 oi->ip_flags &= ~OCFS2_INODE_MAYBE_ORPHANED;
847 mlog(0, "ip_blkno %llu != dirent blkno %llu ip_flags = %x\n",
849 (unsigned long long)blkno, OCFS2_I(inode)->ip_flags);
1234 OCFS2_I(new_inode)->ip_flags);
H A Ddlmglue.c1460 if (oi->ip_flags & OCFS2_INODE_DELETED) {
1619 if (oi->ip_flags & OCFS2_INODE_DELETED) {
1621 "were waiting on a lock. ip_flags = 0x%x\n",
1622 (unsigned long long)oi->ip_blkno, oi->ip_flags);
2955 oi->ip_flags |= OCFS2_INODE_MAYBE_ORPHANED;
H A Daops.c148 if (OCFS2_I(inode)->ip_flags & OCFS2_INODE_SYSTEM_FILE)
H A Dsuper.c939 oi->ip_flags = 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/serial/
H A Dioc3_serial.c172 unsigned char ip_flags; member in struct:ioc3_port
493 port->ip_flags = INPUT_ENABLE;
715 if (!(port->ip_flags & LOWAT_WRITTEN) &&
718 port->ip_flags |= LOWAT_WRITTEN;
1199 port->ip_flags &= ~READ_ABORTED;
1226 port->ip_flags |= READ_ABORTED;
1239 if ((port->ip_flags & DCD_ON)
1252 port->ip_flags &= ~DCD_ON;
1369 if ((port->ip_flags & INPUT_HIGH) && (((prod_ptr - cons_ptr)
1375 port->ip_flags
[all...]
H A Dioc4_serial.c497 unsigned char ip_flags; member in struct:ioc4_port
647 if ((port->ip_flags & PORT_ACTIVE)
1221 port->ip_flags = PORT_ACTIVE;
1231 port->ip_flags = PORT_INACTIVE;
1444 if (!(port->ip_flags & LOWAT_WRITTEN) &&
1448 port->ip_flags |= LOWAT_WRITTEN;
1888 port->ip_flags |= DCD_ON;
1945 if ((port->ip_flags & READ_ABORTED) == 0) {
1947 port->ip_flags |= INPUT_HIGH;
1959 port->ip_flags
[all...]

Completed in 125 milliseconds