Searched refs:i_diskflags (Results 1 – 10 of 10) sorted by relevance
258 if (GFS2_I(inode)->i_diskflags & GFS2_DIF_SYSTEM) in gfs2_lookup_by_inum()773 ip->i_diskflags = 0; in gfs2_create_inode()782 if ((dip->i_diskflags & GFS2_DIF_INHERIT_JDATA) || in gfs2_create_inode()784 ip->i_diskflags |= GFS2_DIF_JDATA; in gfs2_create_inode()788 ip->i_diskflags |= (dip->i_diskflags & GFS2_DIF_INHERIT_JDATA); in gfs2_create_inode()789 ip->i_diskflags |= GFS2_DIF_JDATA; in gfs2_create_inode()795 if (dip->i_diskflags & GFS2_DIF_SYSTEM) in gfs2_create_inode()796 ip->i_diskflags |= GFS2_DIF_SYSTEM; in gfs2_create_inode()801 (dip->i_diskflags & GFS2_DIF_TOPDIR)) in gfs2_create_inode()2158 gfsflags = ip->i_diskflags; in gfs2_getattr()
438 ip->i_diskflags = be32_to_cpu(str->di_flags); in gfs2_dinode_in()454 if ((ip->i_diskflags & GFS2_DIF_EXHASH) && in gfs2_dinode_in()529 if ((ip->i_diskflags & GFS2_DIF_TRUNC_IN_PROG) && in inode_go_held()559 (unsigned int)ip->i_diskflags, in inode_go_dump()
139 if (!(ip->i_diskflags & GFS2_DIF_EA_INDIRECT)) { in ea_foreach()980 if (ip->i_diskflags & GFS2_DIF_EA_INDIRECT) { in ea_set_block()1021 ip->i_diskflags |= GFS2_DIF_EA_INDIRECT; in ea_set_block()1069 if (!(ip->i_diskflags & GFS2_DIF_EA_INDIRECT)) in ea_set_i()1207 if (ip->i_diskflags & GFS2_DIF_APPENDONLY) { in __gfs2_xattr_set()1366 ip->i_diskflags &= ~GFS2_DIF_EA_INDIRECT; in ea_dealloc_indirect()1460 if (ip->i_diskflags & GFS2_DIF_EA_INDIRECT) { in gfs2_ea_dealloc()
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()266 ip->i_diskflags = new_flags; in do_gfs2_set_flags()
342 BUG_ON(!(ip->i_diskflags & GFS2_DIF_EXHASH)); in gfs2_dir_get_hash_table()819 if (ip->i_diskflags & GFS2_DIF_EXHASH) { in gfs2_dirent_search()981 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()1901 if (dip->i_diskflags & GFS2_DIF_EXHASH) { in gfs2_dir_del()2173 if (!(ip->i_diskflags & GFS2_DIF_EXHASH) && in gfs2_diradd_alloc_required()
27 return ip->i_diskflags & GFS2_DIF_JDATA; in gfs2_is_jdata()
415 str->di_flags = cpu_to_be32(ip->i_diskflags); in gfs2_dinode_out()418 !(ip->i_diskflags & GFS2_DIF_EXHASH) ? in gfs2_dinode_out()1300 (ip->i_diskflags & GFS2_DIF_EXHASH)) { in evict_unlinked_inode()1477 ip->i_diskflags = 0; in gfs2_alloc_inode()
401 u32 i_diskflags; member
1396 ip->i_diskflags |= GFS2_DIF_TRUNC_IN_PROG; in trunc_start()2007 ip->i_diskflags &= ~GFS2_DIF_TRUNC_IN_PROG; in trunc_end()
1293 if (ip->i_diskflags & GFS2_DIF_SYSTEM) in gfs2_quota_change()
Completed in 36 milliseconds