Home
last modified time | relevance | path

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

/Linux-v4.19/fs/ocfs2/
Dinode.h54 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)
Dinode.c339 OCFS2_I(inode)->ip_flags |= OCFS2_INODE_SYSTEM_FILE; in ocfs2_populate_inode()
344 OCFS2_I(inode)->ip_flags |= OCFS2_INODE_BITMAP; in ocfs2_populate_inode()
346 OCFS2_I(inode)->ip_flags |= OCFS2_INODE_BITMAP; in ocfs2_populate_inode()
688 if (!(OCFS2_I(inode)->ip_flags & OCFS2_INODE_SKIP_ORPHAN_DIR)) { in ocfs2_remove_inode()
773 if (!(OCFS2_I(inode)->ip_flags & OCFS2_INODE_SKIP_ORPHAN_DIR)) { in ocfs2_wipe_inode()
840 if (OCFS2_I(inode)->ip_flags & OCFS2_INODE_SKIP_ORPHAN_DIR) in ocfs2_wipe_inode()
863 oi->ip_flags); in ocfs2_inode_is_valid_to_delete()
886 if (oi->ip_flags & OCFS2_INODE_SYSTEM_FILE) { in ocfs2_inode_is_valid_to_delete()
932 !(oi->ip_flags & OCFS2_INODE_SKIP_ORPHAN_DIR)) { in ocfs2_query_inode_wipe()
953 le32_to_cpu(di->i_flags), oi->ip_flags); in ocfs2_query_inode_wipe()
[all …]
Ddcache.c91 if (OCFS2_I(inode)->ip_flags & OCFS2_INODE_DELETED) { in ocfs2_dentry_revalidate()
Dnamei.c155 oi->ip_flags &= ~OCFS2_INODE_MAYBE_ORPHANED; in ocfs2_lookup()
494 OCFS2_I(inode)->ip_flags |= OCFS2_INODE_SKIP_ORPHAN_DIR; in ocfs2_mknod()
937 OCFS2_I(inode)->ip_flags); in ocfs2_unlink()
1439 OCFS2_I(new_inode)->ip_flags); in ocfs2_rename()
2055 OCFS2_I(inode)->ip_flags |= OCFS2_INODE_SKIP_ORPHAN_DIR; in ocfs2_symlink()
2301 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.c2051 OCFS2_I(iter)->ip_flags |= OCFS2_INODE_DIO_ORPHAN_ENTRY; in ocfs2_orphan_filldir()
2199 if (oi->ip_flags & OCFS2_INODE_DIO_ORPHAN_ENTRY) { in ocfs2_recover_orphans()
2242 oi->ip_flags &= ~OCFS2_INODE_DIO_ORPHAN_ENTRY; in ocfs2_recover_orphans()
2247 oi->ip_flags |= OCFS2_INODE_MAYBE_ORPHANED; in ocfs2_recover_orphans()
Dfile.c119 if (oi->ip_flags & OCFS2_INODE_DELETED) { in ocfs2_file_open()
127 oi->ip_flags |= OCFS2_INODE_OPEN_DIRECT; in ocfs2_file_open()
155 oi->ip_flags &= ~OCFS2_INODE_OPEN_DIRECT; in ocfs2_file_release()
1029 BUG_ON(!di_bh && !(oi->ip_flags & OCFS2_INODE_SYSTEM_FILE)); in ocfs2_extend_no_holes()
Ddlmglue.c2154 if (oi->ip_flags & OCFS2_INODE_DELETED) { in __ocfs2_stuff_meta_lvb()
2310 if (oi->ip_flags & OCFS2_INODE_DELETED) { in ocfs2_inode_lock_update()
2313 (unsigned long long)oi->ip_blkno, oi->ip_flags); in ocfs2_inode_lock_update()
4014 oi->ip_flags |= OCFS2_INODE_MAYBE_ORPHANED; in ocfs2_dentry_convert_worker()
Drefcounttree.c4196 if (OCFS2_I(inode)->ip_flags & OCFS2_INODE_SYSTEM_FILE) { in __ocfs2_reflink()
4849 if ((OCFS2_I(inode_in)->ip_flags & OCFS2_INODE_SYSTEM_FILE) || in ocfs2_reflink_remap_range()
4850 (OCFS2_I(inode_out)->ip_flags & OCFS2_INODE_SYSTEM_FILE)) in ocfs2_reflink_remap_range()
Daops.c162 if (OCFS2_I(inode)->ip_flags & OCFS2_INODE_SYSTEM_FILE) in ocfs2_get_block()
Dsuper.c1737 oi->ip_flags = 0; in ocfs2_inode_init_once()
/Linux-v4.19/drivers/tty/serial/
Dioc3_serial.c171 unsigned char ip_flags; member
497 port->ip_flags = INPUT_ENABLE; in local_open()
719 if (!(port->ip_flags & LOWAT_WRITTEN) && in do_write()
722 port->ip_flags |= LOWAT_WRITTEN; in do_write()
1205 port->ip_flags &= ~READ_ABORTED; in do_read()
1232 port->ip_flags |= READ_ABORTED; in do_read()
1245 if ((port->ip_flags & DCD_ON) in do_read()
1258 port->ip_flags &= ~DCD_ON; in do_read()
1375 if ((port->ip_flags & INPUT_HIGH) && (((prod_ptr - cons_ptr) in do_read()
1381 port->ip_flags &= ~INPUT_HIGH; in do_read()
[all …]
Dioc4_serial.c495 unsigned char ip_flags; member
645 if ((port->ip_flags & PORT_ACTIVE) in port_is_active()
1225 port->ip_flags = PORT_ACTIVE; in local_open()
1235 port->ip_flags = PORT_INACTIVE; in local_open()
1448 if (!(port->ip_flags & LOWAT_WRITTEN) && in do_write()
1452 port->ip_flags |= LOWAT_WRITTEN; in do_write()
1894 port->ip_flags |= DCD_ON; in handle_intr()
1951 if ((port->ip_flags & READ_ABORTED) == 0) { in handle_intr()
1953 port->ip_flags |= INPUT_HIGH; in handle_intr()
1965 port->ip_flags &= ~LOWAT_WRITTEN; in handle_intr()
[all …]
/Linux-v4.19/tools/testing/selftests/net/forwarding/
Dtc_flower.sh159 $tcflags ip_flags frag action continue
161 $tcflags ip_flags firstfrag action continue
163 $tcflags ip_flags nofirstfrag action continue
165 $tcflags ip_flags nofrag action drop