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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ocfs2/
H A Dinode.h54 u32 ip_flags; /* see below */ member in struct:ocfs2_inode_info
78 * Flags for the ip_flags field
113 #define INODE_JOURNAL(i) (OCFS2_I(i)->ip_flags & OCFS2_INODE_JOURNAL)
114 #define SET_INODE_JOURNAL(i) (OCFS2_I(i)->ip_flags |= OCFS2_INODE_JOURNAL)
H A Dinode.c304 OCFS2_I(inode)->ip_flags |= OCFS2_INODE_SYSTEM_FILE;
309 OCFS2_I(inode)->ip_flags |= OCFS2_INODE_BITMAP;
312 OCFS2_I(inode)->ip_flags |= OCFS2_INODE_BITMAP;
644 if (!(OCFS2_I(inode)->ip_flags & OCFS2_INODE_SKIP_ORPHAN_DIR)) {
730 if (!(OCFS2_I(inode)->ip_flags & OCFS2_INODE_SKIP_ORPHAN_DIR)) {
797 if (OCFS2_I(inode)->ip_flags & OCFS2_INODE_SKIP_ORPHAN_DIR)
840 if (oi->ip_flags & OCFS2_INODE_SYSTEM_FILE) {
849 if (oi->ip_flags & OCFS2_INODE_SKIP_DELETE) {
896 !(oi->ip_flags & OCFS2_INODE_SKIP_ORPHAN_DIR)) {
919 le32_to_cpu(di->i_flags), oi->ip_flags);
[all...]
H A Ddcache.c68 if (OCFS2_I(inode)->ip_flags & OCFS2_INODE_DELETED) {
H A Djournal.h142 if (OCFS2_I(inode)->ip_flags & OCFS2_INODE_SYSTEM_FILE)
H A Dnamei.c146 oi->ip_flags &= ~OCFS2_INODE_MAYBE_ORPHANED;
465 OCFS2_I(inode)->ip_flags |= OCFS2_INODE_SKIP_ORPHAN_DIR;
848 mlog(0, "ip_blkno %llu != dirent blkno %llu ip_flags = %x\n",
850 (unsigned long long)blkno, OCFS2_I(inode)->ip_flags);
1241 OCFS2_I(new_inode)->ip_flags);
1833 OCFS2_I(inode)->ip_flags |= OCFS2_INODE_SKIP_ORPHAN_DIR;
2050 OCFS2_I(inode)->ip_flags &= ~OCFS2_INODE_SKIP_ORPHAN_DIR;
H A Dfile.c119 if (OCFS2_I(inode)->ip_flags & OCFS2_INODE_DELETED) {
127 oi->ip_flags |= OCFS2_INODE_OPEN_DIRECT;
158 oi->ip_flags &= ~OCFS2_INODE_OPEN_DIRECT;
1021 BUG_ON(!di_bh && !(oi->ip_flags & OCFS2_INODE_SYSTEM_FILE));
H A Djournal.c2142 oi->ip_flags &= ~(OCFS2_INODE_DELETED|OCFS2_INODE_SKIP_DELETE);
2146 oi->ip_flags |= OCFS2_INODE_MAYBE_ORPHANED;
H A Ddlmglue.c2099 if (oi->ip_flags & OCFS2_INODE_DELETED) {
2261 if (oi->ip_flags & OCFS2_INODE_DELETED) {
2263 "were waiting on a lock. ip_flags = 0x%x\n",
2264 (unsigned long long)oi->ip_blkno, oi->ip_flags);
3728 oi->ip_flags |= OCFS2_INODE_MAYBE_ORPHANED;
H A Daops.c142 if (OCFS2_I(inode)->ip_flags & OCFS2_INODE_SYSTEM_FILE)
H A Dsuper.c1717 oi->ip_flags = 0;
H A Drefcounttree.c4174 if (OCFS2_I(inode)->ip_flags & OCFS2_INODE_SYSTEM_FILE) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/serial/
H A Dioc3_serial.c173 unsigned char ip_flags; member in struct:ioc3_port
494 port->ip_flags = INPUT_ENABLE;
716 if (!(port->ip_flags & LOWAT_WRITTEN) &&
719 port->ip_flags |= LOWAT_WRITTEN;
1201 port->ip_flags &= ~READ_ABORTED;
1228 port->ip_flags |= READ_ABORTED;
1241 if ((port->ip_flags & DCD_ON)
1254 port->ip_flags &= ~DCD_ON;
1371 if ((port->ip_flags & INPUT_HIGH) && (((prod_ptr - cons_ptr)
1377 port->ip_flags
[all...]
H A Dioc4_serial.c498 unsigned char ip_flags; member in struct:ioc4_port
648 if ((port->ip_flags & PORT_ACTIVE)
1222 port->ip_flags = PORT_ACTIVE;
1232 port->ip_flags = PORT_INACTIVE;
1445 if (!(port->ip_flags & LOWAT_WRITTEN) &&
1449 port->ip_flags |= LOWAT_WRITTEN;
1891 port->ip_flags |= DCD_ON;
1948 if ((port->ip_flags & READ_ABORTED) == 0) {
1950 port->ip_flags |= INPUT_HIGH;
1962 port->ip_flags
[all...]

Completed in 284 milliseconds