Home
last modified time | relevance | path

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

/linux-4.4.14/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.c154 oi->ip_flags &= ~OCFS2_INODE_MAYBE_ORPHANED; in ocfs2_lookup()
493 OCFS2_I(inode)->ip_flags |= OCFS2_INODE_SKIP_ORPHAN_DIR; in ocfs2_mknod()
934 OCFS2_I(inode)->ip_flags); in ocfs2_unlink()
1432 OCFS2_I(new_inode)->ip_flags); in ocfs2_rename()
2048 OCFS2_I(inode)->ip_flags |= OCFS2_INODE_SKIP_ORPHAN_DIR; in ocfs2_symlink()
2294 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()
Djournal.c2054 OCFS2_I(iter)->ip_flags |= OCFS2_INODE_DIO_ORPHAN_ENTRY; in ocfs2_orphan_filldir()
2202 if (oi->ip_flags & OCFS2_INODE_DIO_ORPHAN_ENTRY) { in ocfs2_recover_orphans()
2245 oi->ip_flags &= ~OCFS2_INODE_DIO_ORPHAN_ENTRY; in ocfs2_recover_orphans()
2250 oi->ip_flags |= OCFS2_INODE_MAYBE_ORPHANED; in ocfs2_recover_orphans()
Dfile.c119 if (OCFS2_I(inode)->ip_flags & OCFS2_INODE_DELETED) { in ocfs2_file_open()
127 oi->ip_flags |= OCFS2_INODE_OPEN_DIRECT; in ocfs2_file_open()
153 oi->ip_flags &= ~OCFS2_INODE_OPEN_DIRECT; in ocfs2_file_release()
1034 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()
3726 oi->ip_flags |= OCFS2_INODE_MAYBE_ORPHANED; in ocfs2_dentry_convert_worker()
Daops.c149 if (OCFS2_I(inode)->ip_flags & OCFS2_INODE_SYSTEM_FILE) in ocfs2_get_block()
Dsuper.c1742 oi->ip_flags = 0; in ocfs2_inode_init_once()
Drefcounttree.c4182 if (OCFS2_I(inode)->ip_flags & OCFS2_INODE_SYSTEM_FILE) { in __ocfs2_reflink()
/linux-4.4.14/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()
1223 port->ip_flags = PORT_ACTIVE; in local_open()
1233 port->ip_flags = PORT_INACTIVE; in local_open()
1446 if (!(port->ip_flags & LOWAT_WRITTEN) && in do_write()
1450 port->ip_flags |= LOWAT_WRITTEN; in do_write()
1892 port->ip_flags |= DCD_ON; in handle_intr()
1949 if ((port->ip_flags & READ_ABORTED) == 0) { in handle_intr()
1951 port->ip_flags |= INPUT_HIGH; in handle_intr()
1963 port->ip_flags &= ~LOWAT_WRITTEN; in handle_intr()
[all …]