Searched refs:di_flags (Results 1 – 23 of 23) sorted by relevance
64 if ((ip->i_d.di_flags & XFS_DIFLAG_EXTSIZE) && ip->i_d.di_extsize) in xfs_get_extsz_hint()619 uint16_t di_flags, in _xfs_dic2xflags() argument625 if (di_flags & XFS_DIFLAG_ANY) { in _xfs_dic2xflags()626 if (di_flags & XFS_DIFLAG_REALTIME) in _xfs_dic2xflags()628 if (di_flags & XFS_DIFLAG_PREALLOC) in _xfs_dic2xflags()630 if (di_flags & XFS_DIFLAG_IMMUTABLE) in _xfs_dic2xflags()632 if (di_flags & XFS_DIFLAG_APPEND) in _xfs_dic2xflags()634 if (di_flags & XFS_DIFLAG_SYNC) in _xfs_dic2xflags()636 if (di_flags & XFS_DIFLAG_NOATIME) in _xfs_dic2xflags()638 if (di_flags & XFS_DIFLAG_NODUMP) in _xfs_dic2xflags()[all …]
866 uint16_t di_flags) in xfs_di2lxflags() argument870 if (di_flags & XFS_DIFLAG_IMMUTABLE) in xfs_di2lxflags()872 if (di_flags & XFS_DIFLAG_APPEND) in xfs_di2lxflags()874 if (di_flags & XFS_DIFLAG_SYNC) in xfs_di2lxflags()876 if (di_flags & XFS_DIFLAG_NOATIME) in xfs_di2lxflags()878 if (di_flags & XFS_DIFLAG_NODUMP) in xfs_di2lxflags()927 uint16_t di_flags = in xfs_flags2diflags() local928 (ip->i_d.di_flags & XFS_DIFLAG_PREALLOC); in xfs_flags2diflags()931 di_flags |= XFS_DIFLAG_IMMUTABLE; in xfs_flags2diflags()933 di_flags |= XFS_DIFLAG_APPEND; in xfs_flags2diflags()[all …]
25 (ip->i_d.di_flags & XFS_DIFLAG_FILESTREAM); in xfs_inode_is_filestream()
254 (((ip)->i_d.di_flags & XFS_DIFLAG_REALTIME) && \
538 if (ip->i_d.di_flags & XFS_DIFLAG_IMMUTABLE) in xfs_vn_getattr()540 if (ip->i_d.di_flags & XFS_DIFLAG_APPEND) in xfs_vn_getattr()542 if (ip->i_d.di_flags & XFS_DIFLAG_NODUMP) in xfs_vn_getattr()1258 uint16_t flags = ip->i_d.di_flags; in xfs_diflags_to_iflags()
336 to->di_flags = from->di_flags; in xfs_inode_to_log_dinode()
189 if (dp->i_d.di_flags & XFS_DIFLAG_PROJINHERIT) in xfs_get_initial_prid()
1265 if (!(mp->m_rbmip->i_d.di_flags & XFS_DIFLAG_NEWRTBM)) { in xfs_rtpick_extent()1266 mp->m_rbmip->i_d.di_flags |= XFS_DIFLAG_NEWRTBM; in xfs_rtpick_extent()
63 ip->i_d.di_flags |= XFS_DIFLAG_PREALLOC; in xfs_update_prealloc_flags()65 ip->i_d.di_flags &= ~XFS_DIFLAG_PREALLOC; in xfs_update_prealloc_flags()
231 if (dp->i_d.di_flags & XFS_DIFLAG_NOSYMLINKS) { in xfs_symlink()
1137 if ((ip->i_d.di_flags & XFS_DIFLAG_PROJINHERIT) && in xfs_fs_statfs()1143 (ip->i_d.di_flags & (XFS_DIFLAG_RTINHERIT | XFS_DIFLAG_REALTIME))) { in xfs_fs_statfs()
586 (ip->i_d.di_flags & in xfs_getbmap()767 if (ip->i_d.di_flags & (XFS_DIFLAG_PREALLOC | XFS_DIFLAG_APPEND)) in xfs_can_free_eofblocks()
256 to->di_flags = be16_to_cpu(from->di_flags); in xfs_inode_from_disk()307 to->di_flags = cpu_to_be16(from->di_flags); in xfs_inode_to_disk()358 to->di_flags = cpu_to_be16(from->di_flags); in xfs_log_dinode_to_disk()493 flags = be16_to_cpu(dip->di_flags); in xfs_dinode_verify()
35 uint16_t di_flags; /* random flags, XFS_DIFLAG_... */ member
1002 if (!(mp->m_rbmip->i_d.di_flags & XFS_DIFLAG_NEWRTBM)) in xfs_rtfree_extent()1003 mp->m_rbmip->i_d.di_flags |= XFS_DIFLAG_NEWRTBM; in xfs_rtfree_extent()
405 uint16_t di_flags; /* random flags, XFS_DIFLAG_... */ member
189 (dst->bc_private.b.ip->i_d.di_flags & XFS_DIFLAG_REALTIME)); in xfs_bmbt_update_cursor()
878 __be16 di_flags; /* random flags, XFS_DIFLAG_... */ member
283 __be32 di_flags; /* GFS2_DIF_... */ member
222 flags = be16_to_cpu(dip->di_flags); in xchk_dinode()
827 if (sc->ip->i_d.di_flags & XFS_DIFLAG_REALTIME) { in xchk_metadata_inode_forks()
377 ip->i_diskflags = be32_to_cpu(str->di_flags); in gfs2_dinode_in()
728 str->di_flags = cpu_to_be32(ip->i_diskflags); in gfs2_dinode_out()