Home
last modified time | relevance | path

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

/linux-4.1.27/fs/ocfs2/
Dinode.c328 OCFS2_I(inode)->ip_flags |= OCFS2_INODE_SYSTEM_FILE; in ocfs2_populate_inode()
333 OCFS2_I(inode)->ip_flags |= OCFS2_INODE_BITMAP; in ocfs2_populate_inode()
335 OCFS2_I(inode)->ip_flags |= OCFS2_INODE_BITMAP; in ocfs2_populate_inode()
649 if (!(OCFS2_I(inode)->ip_flags & OCFS2_INODE_SKIP_ORPHAN_DIR)) { in ocfs2_remove_inode()
734 if (!(OCFS2_I(inode)->ip_flags & OCFS2_INODE_SKIP_ORPHAN_DIR)) { in ocfs2_wipe_inode()
801 if (OCFS2_I(inode)->ip_flags & OCFS2_INODE_SKIP_ORPHAN_DIR) in ocfs2_wipe_inode()
824 oi->ip_flags); in ocfs2_inode_is_valid_to_delete()
847 if (oi->ip_flags & OCFS2_INODE_SYSTEM_FILE) { in ocfs2_inode_is_valid_to_delete()
893 !(oi->ip_flags & OCFS2_INODE_SKIP_ORPHAN_DIR)) { in ocfs2_query_inode_wipe()
914 le32_to_cpu(di->i_flags), oi->ip_flags); in ocfs2_query_inode_wipe()
[all …]
Dinode.h57 u32 ip_flags; /* see below */ member
123 #define INODE_JOURNAL(i) (OCFS2_I(i)->ip_flags & OCFS2_INODE_JOURNAL)
124 #define SET_INODE_JOURNAL(i) (OCFS2_I(i)->ip_flags |= OCFS2_INODE_JOURNAL)
Ddcache.c91 if (OCFS2_I(inode)->ip_flags & OCFS2_INODE_DELETED) { in ocfs2_dentry_revalidate()
Dnamei.c156 oi->ip_flags &= ~OCFS2_INODE_MAYBE_ORPHANED; in ocfs2_lookup()
486 OCFS2_I(inode)->ip_flags |= OCFS2_INODE_SKIP_ORPHAN_DIR; in ocfs2_mknod()
910 OCFS2_I(inode)->ip_flags); in ocfs2_unlink()
1402 OCFS2_I(new_inode)->ip_flags); in ocfs2_rename()
2000 OCFS2_I(inode)->ip_flags |= OCFS2_INODE_SKIP_ORPHAN_DIR; in ocfs2_symlink()
2246 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()
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()
1030 BUG_ON(!di_bh && !(oi->ip_flags & OCFS2_INODE_SYSTEM_FILE)); in ocfs2_extend_no_holes()
Ddlmglue.c2076 if (oi->ip_flags & OCFS2_INODE_DELETED) { in __ocfs2_stuff_meta_lvb()
2225 if (oi->ip_flags & OCFS2_INODE_DELETED) { in ocfs2_inode_lock_update()
2228 (unsigned long long)oi->ip_blkno, oi->ip_flags); in ocfs2_inode_lock_update()
3727 oi->ip_flags |= OCFS2_INODE_MAYBE_ORPHANED; in ocfs2_dentry_convert_worker()
Djournal.c2175 oi->ip_flags |= OCFS2_INODE_MAYBE_ORPHANED; in ocfs2_recover_orphans()
Daops.c149 if (OCFS2_I(inode)->ip_flags & OCFS2_INODE_SYSTEM_FILE) in ocfs2_get_block()
Dsuper.c1729 oi->ip_flags = 0; in ocfs2_inode_init_once()
Drefcounttree.c4200 if (OCFS2_I(inode)->ip_flags & OCFS2_INODE_SYSTEM_FILE) { in __ocfs2_reflink()
/linux-4.1.27/drivers/tty/serial/
Dioc3_serial.c174 unsigned char ip_flags; member
500 port->ip_flags = INPUT_ENABLE; in local_open()
722 if (!(port->ip_flags & LOWAT_WRITTEN) && in do_write()
725 port->ip_flags |= LOWAT_WRITTEN; in do_write()
1208 port->ip_flags &= ~READ_ABORTED; in do_read()
1235 port->ip_flags |= READ_ABORTED; in do_read()
1248 if ((port->ip_flags & DCD_ON) in do_read()
1261 port->ip_flags &= ~DCD_ON; in do_read()
1378 if ((port->ip_flags & INPUT_HIGH) && (((prod_ptr - cons_ptr) in do_read()
1384 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 …]