Searched refs:i_diskflags (Results 1 – 10 of 10) sorted by relevance
257 if (GFS2_I(inode)->i_diskflags & GFS2_DIF_SYSTEM) in gfs2_lookup_by_inum()686 ip->i_diskflags = 0; in gfs2_create_inode()695 if ((dip->i_diskflags & GFS2_DIF_INHERIT_JDATA) || in gfs2_create_inode()697 ip->i_diskflags |= GFS2_DIF_JDATA; in gfs2_create_inode()701 ip->i_diskflags |= (dip->i_diskflags & GFS2_DIF_INHERIT_JDATA); in gfs2_create_inode()702 ip->i_diskflags |= GFS2_DIF_JDATA; in gfs2_create_inode()708 if (dip->i_diskflags & GFS2_DIF_SYSTEM) in gfs2_create_inode()709 ip->i_diskflags |= GFS2_DIF_SYSTEM; in gfs2_create_inode()714 (dip->i_diskflags & GFS2_DIF_TOPDIR)) in gfs2_create_inode()2058 gfsflags = ip->i_diskflags; in gfs2_getattr()
135 if (!(ip->i_diskflags & GFS2_DIF_EA_INDIRECT)) { in ea_foreach()976 if (ip->i_diskflags & GFS2_DIF_EA_INDIRECT) { in ea_set_block()1017 ip->i_diskflags |= GFS2_DIF_EA_INDIRECT; in ea_set_block()1065 if (!(ip->i_diskflags & GFS2_DIF_EA_INDIRECT)) in ea_set_i()1203 if (ip->i_diskflags & GFS2_DIF_APPENDONLY) { in __gfs2_xattr_set()1362 ip->i_diskflags &= ~GFS2_DIF_EA_INDIRECT; in ea_dealloc_indirect()1452 if (ip->i_diskflags & GFS2_DIF_EA_INDIRECT) { in gfs2_ea_dealloc()
173 fsflags = gfs2_gfsflags_to_fsflags(inode, ip->i_diskflags); in gfs2_fileattr_get()191 if (ip->i_diskflags & GFS2_DIF_IMMUTABLE) in gfs2_set_inode_flags()193 if (ip->i_diskflags & GFS2_DIF_APPENDONLY) in gfs2_set_inode_flags()195 if (ip->i_diskflags & GFS2_DIF_NOATIME) in gfs2_set_inode_flags()197 if (ip->i_diskflags & GFS2_DIF_SYNC) in gfs2_set_inode_flags()234 flags = ip->i_diskflags; in do_gfs2_set_flags()271 ip->i_diskflags = new_flags; in do_gfs2_set_flags()
341 BUG_ON(!(ip->i_diskflags & GFS2_DIF_EXHASH)); in gfs2_dir_get_hash_table()815 if (ip->i_diskflags & GFS2_DIF_EXHASH) { in gfs2_dirent_search()978 dip->i_diskflags |= GFS2_DIF_EXHASH; in dir_make_exhash()1582 if (dip->i_diskflags & GFS2_DIF_EXHASH) in gfs2_dir_read()1819 if (ip->i_diskflags & GFS2_DIF_EXHASH) { in gfs2_dir_add()1836 if (!(ip->i_diskflags & GFS2_DIF_EXHASH)) { in gfs2_dir_add()1900 if (dip->i_diskflags & GFS2_DIF_EXHASH) { in gfs2_dir_del()2172 if (!(ip->i_diskflags & GFS2_DIF_EXHASH) && in gfs2_diradd_alloc_required()
439 ip->i_diskflags = be32_to_cpu(str->di_flags); in gfs2_dinode_in()515 if ((ip->i_diskflags & GFS2_DIF_TRUNC_IN_PROG) && in inode_go_lock()556 (unsigned int)ip->i_diskflags, in inode_go_dump()
27 return ip->i_diskflags & GFS2_DIF_JDATA; in gfs2_is_jdata()
407 str->di_flags = cpu_to_be32(ip->i_diskflags); in gfs2_dinode_out()410 !(ip->i_diskflags & GFS2_DIF_EXHASH) ? in gfs2_dinode_out()1289 (ip->i_diskflags & GFS2_DIF_EXHASH)) { in evict_unlinked_inode()
402 u32 i_diskflags; member
1374 ip->i_diskflags |= GFS2_DIF_TRUNC_IN_PROG; in trunc_start()1985 ip->i_diskflags &= ~GFS2_DIF_TRUNC_IN_PROG; in trunc_end()
1284 if (ip->i_diskflags & GFS2_DIF_SYSTEM) in gfs2_quota_change()