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()697 ip->i_diskflags = 0; in gfs2_create_inode()706 if ((dip->i_diskflags & GFS2_DIF_INHERIT_JDATA) || in gfs2_create_inode()708 ip->i_diskflags |= GFS2_DIF_JDATA; in gfs2_create_inode()712 ip->i_diskflags |= (dip->i_diskflags & GFS2_DIF_INHERIT_JDATA); in gfs2_create_inode()713 ip->i_diskflags |= GFS2_DIF_JDATA; in gfs2_create_inode()719 if (dip->i_diskflags & GFS2_DIF_SYSTEM) in gfs2_create_inode()720 ip->i_diskflags |= GFS2_DIF_SYSTEM; in gfs2_create_inode()725 (dip->i_diskflags & GFS2_DIF_TOPDIR)) in gfs2_create_inode()2065 gfsflags = ip->i_diskflags; in gfs2_getattr()
174 fsflags = gfs2_gfsflags_to_fsflags(inode, ip->i_diskflags); in gfs2_fileattr_get()192 if (ip->i_diskflags & GFS2_DIF_IMMUTABLE) in gfs2_set_inode_flags()194 if (ip->i_diskflags & GFS2_DIF_APPENDONLY) in gfs2_set_inode_flags()196 if (ip->i_diskflags & GFS2_DIF_NOATIME) in gfs2_set_inode_flags()198 if (ip->i_diskflags & GFS2_DIF_SYNC) in gfs2_set_inode_flags()233 flags = ip->i_diskflags; in do_gfs2_set_flags()265 ip->i_diskflags = new_flags; in do_gfs2_set_flags()
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()1455 if (ip->i_diskflags & GFS2_DIF_EA_INDIRECT) { in gfs2_ea_dealloc()
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()1581 if (dip->i_diskflags & GFS2_DIF_EXHASH) in gfs2_dir_read()1818 if (ip->i_diskflags & GFS2_DIF_EXHASH) { in gfs2_dir_add()1835 if (!(ip->i_diskflags & GFS2_DIF_EXHASH)) { in gfs2_dir_add()1899 if (dip->i_diskflags & GFS2_DIF_EXHASH) { in gfs2_dir_del()2171 if (!(ip->i_diskflags & GFS2_DIF_EXHASH) && in gfs2_diradd_alloc_required()
27 return ip->i_diskflags & GFS2_DIF_JDATA; in gfs2_is_jdata()
440 ip->i_diskflags = be32_to_cpu(str->di_flags); in gfs2_dinode_in()517 if ((ip->i_diskflags & GFS2_DIF_TRUNC_IN_PROG) && in inode_go_held()552 (unsigned int)ip->i_diskflags, in inode_go_dump()
408 str->di_flags = cpu_to_be32(ip->i_diskflags); in gfs2_dinode_out()411 !(ip->i_diskflags & GFS2_DIF_EXHASH) ? in gfs2_dinode_out()1310 (ip->i_diskflags & GFS2_DIF_EXHASH)) { in evict_unlinked_inode()
402 u32 i_diskflags; member
1386 ip->i_diskflags |= GFS2_DIF_TRUNC_IN_PROG; in trunc_start()1997 ip->i_diskflags &= ~GFS2_DIF_TRUNC_IN_PROG; in trunc_end()
1273 if (ip->i_diskflags & GFS2_DIF_SYSTEM) in gfs2_quota_change()
Completed in 30 milliseconds