Home
last modified time | relevance | path

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

/Linux-v5.4/fs/ocfs2/
Dinode.h40 u32 ip_flags; /* see below */ member
109 #define INODE_JOURNAL(i) (OCFS2_I(i)->ip_flags & OCFS2_INODE_JOURNAL)
110 #define SET_INODE_JOURNAL(i) (OCFS2_I(i)->ip_flags |= OCFS2_INODE_JOURNAL)
Dinode.c325 OCFS2_I(inode)->ip_flags |= OCFS2_INODE_SYSTEM_FILE; in ocfs2_populate_inode()
330 OCFS2_I(inode)->ip_flags |= OCFS2_INODE_BITMAP; in ocfs2_populate_inode()
332 OCFS2_I(inode)->ip_flags |= OCFS2_INODE_BITMAP; in ocfs2_populate_inode()
674 if (!(OCFS2_I(inode)->ip_flags & OCFS2_INODE_SKIP_ORPHAN_DIR)) { in ocfs2_remove_inode()
759 if (!(OCFS2_I(inode)->ip_flags & OCFS2_INODE_SKIP_ORPHAN_DIR)) { in ocfs2_wipe_inode()
826 if (OCFS2_I(inode)->ip_flags & OCFS2_INODE_SKIP_ORPHAN_DIR) in ocfs2_wipe_inode()
849 oi->ip_flags); in ocfs2_inode_is_valid_to_delete()
872 if (oi->ip_flags & OCFS2_INODE_SYSTEM_FILE) { in ocfs2_inode_is_valid_to_delete()
918 !(oi->ip_flags & OCFS2_INODE_SKIP_ORPHAN_DIR)) { in ocfs2_query_inode_wipe()
939 le32_to_cpu(di->i_flags), oi->ip_flags); in ocfs2_query_inode_wipe()
[all …]
Dfile.c105 if (oi->ip_flags & OCFS2_INODE_DELETED) { in ocfs2_file_open()
113 oi->ip_flags |= OCFS2_INODE_OPEN_DIRECT; in ocfs2_file_open()
141 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()
2591 if ((OCFS2_I(inode_in)->ip_flags & OCFS2_INODE_SYSTEM_FILE) || in ocfs2_remap_file_range()
2592 (OCFS2_I(inode_out)->ip_flags & OCFS2_INODE_SYSTEM_FILE)) in ocfs2_remap_file_range()
Ddcache.c77 if (OCFS2_I(inode)->ip_flags & OCFS2_INODE_DELETED) { in ocfs2_dentry_revalidate()
Dnamei.c141 oi->ip_flags &= ~OCFS2_INODE_MAYBE_ORPHANED; in ocfs2_lookup()
480 OCFS2_I(inode)->ip_flags |= OCFS2_INODE_SKIP_ORPHAN_DIR; in ocfs2_mknod()
923 OCFS2_I(inode)->ip_flags); in ocfs2_unlink()
1425 OCFS2_I(new_inode)->ip_flags); in ocfs2_rename()
2041 OCFS2_I(inode)->ip_flags |= OCFS2_INODE_SKIP_ORPHAN_DIR; in ocfs2_symlink()
2287 OCFS2_I(inode)->ip_flags &= ~OCFS2_INODE_SKIP_ORPHAN_DIR; in ocfs2_orphan_add()
Djournal.h129 if (OCFS2_I(inode)->ip_flags & OCFS2_INODE_SYSTEM_FILE) in ocfs2_inode_is_new()
Djournal.c2053 OCFS2_I(iter)->ip_flags |= OCFS2_INODE_DIO_ORPHAN_ENTRY; in ocfs2_orphan_filldir()
2201 if (oi->ip_flags & OCFS2_INODE_DIO_ORPHAN_ENTRY) { in ocfs2_recover_orphans()
2244 oi->ip_flags &= ~OCFS2_INODE_DIO_ORPHAN_ENTRY; in ocfs2_recover_orphans()
2249 oi->ip_flags |= OCFS2_INODE_MAYBE_ORPHANED; in ocfs2_recover_orphans()
Ddlmglue.c2168 if (oi->ip_flags & OCFS2_INODE_DELETED) { in __ocfs2_stuff_meta_lvb()
2317 if (oi->ip_flags & OCFS2_INODE_DELETED) { in ocfs2_inode_lock_update()
2320 (unsigned long long)oi->ip_blkno, oi->ip_flags); in ocfs2_inode_lock_update()
4039 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.c1682 oi->ip_flags = 0; in ocfs2_inode_init_once()
Drefcounttree.c4186 if (OCFS2_I(inode)->ip_flags & OCFS2_INODE_SYSTEM_FILE) { in __ocfs2_reflink()
/Linux-v5.4/tools/testing/selftests/net/forwarding/
Dtc_flower.sh160 $tcflags ip_flags frag action continue
162 $tcflags ip_flags firstfrag action continue
164 $tcflags ip_flags nofirstfrag action continue
166 $tcflags ip_flags nofrag action drop
/Linux-v5.4/drivers/net/ethernet/netronome/nfp/flower/
Doffload.c1062 int ip_flags = offsetof(struct nfp_flower_ipv4, ip_ext.flags); in nfp_flower_validate_pre_tun_rule() local
1070 if (mask[i] && i != ip_flags && i != ip_proto) { in nfp_flower_validate_pre_tun_rule()