Home
last modified time | relevance | path

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

/linux/fs/ocfs2/
H A Dinode.h38 u32 ip_flags; /* see below */ member
107 #define INODE_JOURNAL(i) (OCFS2_I(i)->ip_flags & OCFS2_INODE_JOURNAL)
108 #define SET_INODE_JOURNAL(i) (OCFS2_I(i)->ip_flags |= OCFS2_INODE_JOURNAL)
H A Ddcache.c71 if (OCFS2_I(inode)->ip_flags & OCFS2_INODE_DELETED) { in ocfs2_dentry_revalidate()
H A Dnamei.c141 oi->ip_flags &= ~OCFS2_INODE_MAYBE_ORPHANED; in ocfs2_lookup()
500 OCFS2_I(inode)->ip_flags |= OCFS2_INODE_SKIP_ORPHAN_DIR; in ocfs2_mknod()
935 OCFS2_I(inode)->ip_flags); in ocfs2_unlink()
1438 OCFS2_I(new_inode)->ip_flags); in ocfs2_rename()
2075 OCFS2_I(inode)->ip_flags |= OCFS2_INODE_SKIP_ORPHAN_DIR; in ocfs2_symlink()
2323 OCFS2_I(inode)->ip_flags &= ~OCFS2_INODE_SKIP_ORPHAN_DIR; in ocfs2_orphan_add()
H A Dfile.c104 if (oi->ip_flags & OCFS2_INODE_DELETED) { in ocfs2_file_open()
112 oi->ip_flags |= OCFS2_INODE_OPEN_DIRECT; in ocfs2_file_open()
140 oi->ip_flags &= ~OCFS2_INODE_OPEN_DIRECT; in ocfs2_file_release()
1019 BUG_ON(!di_bh && !(oi->ip_flags & OCFS2_INODE_SYSTEM_FILE)); in ocfs2_extend_no_holes()
2727 if ((OCFS2_I(inode_in)->ip_flags & OCFS2_INODE_SYSTEM_FILE) || in ocfs2_remap_file_range()
2728 (OCFS2_I(inode_out)->ip_flags & OCFS2_INODE_SYSTEM_FILE)) in ocfs2_remap_file_range()
H A Djournal.h127 if (OCFS2_I(inode)->ip_flags & OCFS2_INODE_SYSTEM_FILE) in ocfs2_inode_is_new()
H A Djournal.c2164 OCFS2_I(iter)->ip_flags |= OCFS2_INODE_DIO_ORPHAN_ENTRY; in ocfs2_orphan_filldir()
2312 if (oi->ip_flags & OCFS2_INODE_DIO_ORPHAN_ENTRY) { in ocfs2_recover_orphans()
2355 oi->ip_flags &= ~OCFS2_INODE_DIO_ORPHAN_ENTRY; in ocfs2_recover_orphans()
2360 oi->ip_flags |= OCFS2_INODE_MAYBE_ORPHANED; in ocfs2_recover_orphans()
H A Ddlmglue.c2175 if (oi->ip_flags & OCFS2_INODE_DELETED) { in __ocfs2_stuff_meta_lvb()
2328 if (oi->ip_flags & OCFS2_INODE_DELETED) { in ocfs2_inode_lock_update()
2331 (unsigned long long)oi->ip_blkno, oi->ip_flags); in ocfs2_inode_lock_update()
4081 oi->ip_flags |= OCFS2_INODE_MAYBE_ORPHANED; in ocfs2_dentry_convert_worker()
H A Daops.c139 if (OCFS2_I(inode)->ip_flags & OCFS2_INODE_SYSTEM_FILE) in ocfs2_get_block()
H A Dsuper.c1621 oi->ip_flags = 0; in ocfs2_inode_init_once()
H A Drefcounttree.c4152 if (oi->ip_flags & OCFS2_INODE_SYSTEM_FILE) { in __ocfs2_reflink()
/linux/tools/testing/selftests/net/forwarding/
H A Dtc_tunnel_key.sh106 ip_flags nofrag action drop
109 ip_flags firstfrag action drop
112 ip_flags nofirstfrag action drop
H A Dtc_flower.sh163 $tcflags ip_flags frag action continue
165 $tcflags ip_flags firstfrag action continue
167 $tcflags ip_flags nofirstfrag action continue
169 $tcflags ip_flags nofrag action drop
/linux/drivers/net/ethernet/netronome/nfp/flower/
H A Doffload.c1232 int ip_flags = offsetof(struct nfp_flower_ipv4, ip_ext.flags); in nfp_flower_validate_pre_tun_rule() local
1244 if (mask[i] && i != ip_flags && i != ip_proto) { in nfp_flower_validate_pre_tun_rule()