Home
last modified time | relevance | path

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

/fs/ocfs2/
A Dinode.c399 OCFS2_I(inode)->ip_flags |= OCFS2_INODE_SYSTEM_FILE; in ocfs2_populate_inode()
404 OCFS2_I(inode)->ip_flags |= OCFS2_INODE_BITMAP; in ocfs2_populate_inode()
406 OCFS2_I(inode)->ip_flags |= OCFS2_INODE_BITMAP; in ocfs2_populate_inode()
923 oi->ip_flags); in ocfs2_inode_is_valid_to_delete()
946 if (oi->ip_flags & OCFS2_INODE_SYSTEM_FILE) { in ocfs2_inode_is_valid_to_delete()
992 !(oi->ip_flags & OCFS2_INODE_SKIP_ORPHAN_DIR)) { in ocfs2_query_inode_wipe()
1013 le32_to_cpu(di->i_flags), oi->ip_flags); in ocfs2_query_inode_wipe()
1171 OCFS2_I(inode)->ip_flags |= OCFS2_INODE_DELETED; in ocfs2_delete_inode()
1221 if (!(oi->ip_flags & OCFS2_INODE_DELETED)) in ocfs2_clear_inode()
1275 oi->ip_flags = 0; in ocfs2_clear_inode()
[all …]
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)
A Dfile.c103 if (oi->ip_flags & OCFS2_INODE_DELETED) { in ocfs2_file_open()
111 oi->ip_flags |= OCFS2_INODE_OPEN_DIRECT; in ocfs2_file_open()
139 oi->ip_flags &= ~OCFS2_INODE_OPEN_DIRECT; in ocfs2_file_release()
1018 BUG_ON(!di_bh && !(oi->ip_flags & OCFS2_INODE_SYSTEM_FILE)); in ocfs2_extend_no_holes()
2720 if ((OCFS2_I(inode_in)->ip_flags & OCFS2_INODE_SYSTEM_FILE) || in ocfs2_remap_file_range()
2721 (OCFS2_I(inode_out)->ip_flags & OCFS2_INODE_SYSTEM_FILE)) in ocfs2_remap_file_range()
A Dnamei.c140 oi->ip_flags &= ~OCFS2_INODE_MAYBE_ORPHANED; in ocfs2_lookup()
499 OCFS2_I(inode)->ip_flags |= OCFS2_INODE_SKIP_ORPHAN_DIR; in ocfs2_mknod()
934 OCFS2_I(inode)->ip_flags); in ocfs2_unlink()
1437 OCFS2_I(new_inode)->ip_flags); in ocfs2_rename()
2074 OCFS2_I(inode)->ip_flags |= OCFS2_INODE_SKIP_ORPHAN_DIR; in ocfs2_symlink()
2322 OCFS2_I(inode)->ip_flags &= ~OCFS2_INODE_SKIP_ORPHAN_DIR; in ocfs2_orphan_add()
A Ddcache.c71 if (OCFS2_I(inode)->ip_flags & OCFS2_INODE_DELETED) { in ocfs2_dentry_revalidate()
A Djournal.h127 if (OCFS2_I(inode)->ip_flags & OCFS2_INODE_SYSTEM_FILE) in ocfs2_inode_is_new()
A Djournal.c2174 OCFS2_I(iter)->ip_flags |= OCFS2_INODE_DIO_ORPHAN_ENTRY; in ocfs2_orphan_filldir()
2322 if (oi->ip_flags & OCFS2_INODE_DIO_ORPHAN_ENTRY) { in ocfs2_recover_orphans()
2365 oi->ip_flags &= ~OCFS2_INODE_DIO_ORPHAN_ENTRY; in ocfs2_recover_orphans()
2370 oi->ip_flags |= OCFS2_INODE_MAYBE_ORPHANED; in ocfs2_recover_orphans()
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()
A Daops.c139 if (OCFS2_I(inode)->ip_flags & OCFS2_INODE_SYSTEM_FILE) in ocfs2_get_block()
A Dsuper.c1621 oi->ip_flags = 0; in ocfs2_inode_init_once()
A Drefcounttree.c4151 if (oi->ip_flags & OCFS2_INODE_SYSTEM_FILE) { in __ocfs2_reflink()

Completed in 53 milliseconds