Home
last modified time | relevance | path

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

/linux-2.6.39/fs/ocfs2/
Dinode.c299 OCFS2_I(inode)->ip_flags |= OCFS2_INODE_SYSTEM_FILE; in ocfs2_populate_inode()
304 OCFS2_I(inode)->ip_flags |= OCFS2_INODE_BITMAP; in ocfs2_populate_inode()
306 OCFS2_I(inode)->ip_flags |= OCFS2_INODE_BITMAP; in ocfs2_populate_inode()
634 if (!(OCFS2_I(inode)->ip_flags & OCFS2_INODE_SKIP_ORPHAN_DIR)) { in ocfs2_remove_inode()
719 if (!(OCFS2_I(inode)->ip_flags & OCFS2_INODE_SKIP_ORPHAN_DIR)) { in ocfs2_wipe_inode()
786 if (OCFS2_I(inode)->ip_flags & OCFS2_INODE_SKIP_ORPHAN_DIR) in ocfs2_wipe_inode()
809 oi->ip_flags); in ocfs2_inode_is_valid_to_delete()
830 if (oi->ip_flags & OCFS2_INODE_SYSTEM_FILE) { in ocfs2_inode_is_valid_to_delete()
839 if (oi->ip_flags & OCFS2_INODE_SKIP_DELETE) in ocfs2_inode_is_valid_to_delete()
882 !(oi->ip_flags & OCFS2_INODE_SKIP_ORPHAN_DIR)) { in ocfs2_query_inode_wipe()
[all …]
Dinode.h54 u32 ip_flags; /* see below */ member
111 #define INODE_JOURNAL(i) (OCFS2_I(i)->ip_flags & OCFS2_INODE_JOURNAL)
112 #define SET_INODE_JOURNAL(i) (OCFS2_I(i)->ip_flags |= OCFS2_INODE_JOURNAL)
Dnamei.c144 oi->ip_flags &= ~OCFS2_INODE_MAYBE_ORPHANED; in ocfs2_lookup()
455 OCFS2_I(inode)->ip_flags |= OCFS2_INODE_SKIP_ORPHAN_DIR; in ocfs2_mknod()
843 OCFS2_I(inode)->ip_flags); in ocfs2_unlink()
1239 OCFS2_I(new_inode)->ip_flags); in ocfs2_rename()
1831 OCFS2_I(inode)->ip_flags |= OCFS2_INODE_SKIP_ORPHAN_DIR; in ocfs2_symlink()
2049 OCFS2_I(inode)->ip_flags &= ~OCFS2_INODE_SKIP_ORPHAN_DIR; in ocfs2_orphan_add()
Djournal.h143 if (OCFS2_I(inode)->ip_flags & OCFS2_INODE_SYSTEM_FILE) in ocfs2_inode_is_new()
Ddcache.c92 if (OCFS2_I(inode)->ip_flags & OCFS2_INODE_DELETED) { in ocfs2_dentry_revalidate()
Dfile.c115 if (OCFS2_I(inode)->ip_flags & OCFS2_INODE_DELETED) { in ocfs2_file_open()
123 oi->ip_flags |= OCFS2_INODE_OPEN_DIRECT; in ocfs2_file_open()
149 oi->ip_flags &= ~OCFS2_INODE_OPEN_DIRECT; in ocfs2_file_release()
996 BUG_ON(!di_bh && !(oi->ip_flags & OCFS2_INODE_SYSTEM_FILE)); in ocfs2_extend_no_holes()
Ddlmglue.c2034 if (oi->ip_flags & OCFS2_INODE_DELETED) { in __ocfs2_stuff_meta_lvb()
2183 if (oi->ip_flags & OCFS2_INODE_DELETED) { in ocfs2_inode_lock_update()
2186 (unsigned long long)oi->ip_blkno, oi->ip_flags); in ocfs2_inode_lock_update()
3657 oi->ip_flags |= OCFS2_INODE_MAYBE_ORPHANED; in ocfs2_dentry_convert_worker()
Djournal.c2086 oi->ip_flags &= ~(OCFS2_INODE_DELETED|OCFS2_INODE_SKIP_DELETE); in ocfs2_recover_orphans()
2090 oi->ip_flags |= OCFS2_INODE_MAYBE_ORPHANED; in ocfs2_recover_orphans()
Daops.c142 if (OCFS2_I(inode)->ip_flags & OCFS2_INODE_SYSTEM_FILE) in ocfs2_get_block()
Dsuper.c1756 oi->ip_flags = 0; in ocfs2_inode_init_once()
Drefcounttree.c4226 if (OCFS2_I(inode)->ip_flags & OCFS2_INODE_SYSTEM_FILE) { in __ocfs2_reflink()
/linux-2.6.39/drivers/tty/serial/
Dioc3_serial.c173 unsigned char ip_flags; member
499 port->ip_flags = INPUT_ENABLE; in local_open()
721 if (!(port->ip_flags & LOWAT_WRITTEN) && in do_write()
724 port->ip_flags |= LOWAT_WRITTEN; in do_write()
1206 port->ip_flags &= ~READ_ABORTED; in do_read()
1233 port->ip_flags |= READ_ABORTED; in do_read()
1246 if ((port->ip_flags & DCD_ON) in do_read()
1259 port->ip_flags &= ~DCD_ON; in do_read()
1376 if ((port->ip_flags & INPUT_HIGH) && (((prod_ptr - cons_ptr) in do_read()
1382 port->ip_flags &= ~INPUT_HIGH; in do_read()
[all …]
Dioc4_serial.c498 unsigned char ip_flags; member
648 if ((port->ip_flags & PORT_ACTIVE) in port_is_active()
1222 port->ip_flags = PORT_ACTIVE; in local_open()
1232 port->ip_flags = PORT_INACTIVE; in local_open()
1445 if (!(port->ip_flags & LOWAT_WRITTEN) && in do_write()
1449 port->ip_flags |= LOWAT_WRITTEN; in do_write()
1891 port->ip_flags |= DCD_ON; in handle_intr()
1948 if ((port->ip_flags & READ_ABORTED) == 0) { in handle_intr()
1950 port->ip_flags |= INPUT_HIGH; in handle_intr()
1962 port->ip_flags &= ~LOWAT_WRITTEN; in handle_intr()
[all …]