Searched refs:di_flags (Results 1 – 24 of 24) sorted by relevance
63 if ((ip->i_d.di_flags & XFS_DIFLAG_EXTSIZE) && ip->i_d.di_extsize) in xfs_get_extsz_hint()603 uint16_t di_flags, in _xfs_dic2xflags() argument609 if (di_flags & XFS_DIFLAG_ANY) { in _xfs_dic2xflags()610 if (di_flags & XFS_DIFLAG_REALTIME) in _xfs_dic2xflags()612 if (di_flags & XFS_DIFLAG_PREALLOC) in _xfs_dic2xflags()614 if (di_flags & XFS_DIFLAG_IMMUTABLE) in _xfs_dic2xflags()616 if (di_flags & XFS_DIFLAG_APPEND) in _xfs_dic2xflags()618 if (di_flags & XFS_DIFLAG_SYNC) in _xfs_dic2xflags()620 if (di_flags & XFS_DIFLAG_NOATIME) in _xfs_dic2xflags()622 if (di_flags & XFS_DIFLAG_NODUMP) in _xfs_dic2xflags()[all …]
1088 uint16_t di_flags, in xfs_di2lxflags() argument1093 if (di_flags & XFS_DIFLAG_IMMUTABLE) in xfs_di2lxflags()1095 if (di_flags & XFS_DIFLAG_APPEND) in xfs_di2lxflags()1097 if (di_flags & XFS_DIFLAG_SYNC) in xfs_di2lxflags()1099 if (di_flags & XFS_DIFLAG_NOATIME) in xfs_di2lxflags()1101 if (di_flags & XFS_DIFLAG_NODUMP) in xfs_di2lxflags()1151 uint16_t di_flags = in xfs_flags2diflags() local1152 (ip->i_d.di_flags & XFS_DIFLAG_PREALLOC); in xfs_flags2diflags()1155 di_flags |= XFS_DIFLAG_IMMUTABLE; in xfs_flags2diflags()1157 di_flags |= XFS_DIFLAG_APPEND; in xfs_flags2diflags()[all …]
25 (ip->i_d.di_flags & XFS_DIFLAG_FILESTREAM); in xfs_inode_is_filestream()
237 (((ip)->i_d.di_flags & XFS_DIFLAG_REALTIME) && \
175 to->di_flags = cpu_to_be16(from->di_flags); in xfs_log_dinode_to_disk()
572 if (ip->i_d.di_flags & XFS_DIFLAG_IMMUTABLE) in xfs_vn_getattr()574 if (ip->i_d.di_flags & XFS_DIFLAG_APPEND) in xfs_vn_getattr()576 if (ip->i_d.di_flags & XFS_DIFLAG_NODUMP) in xfs_vn_getattr()
177 if (dp->i_d.di_flags & XFS_DIFLAG_PROJINHERIT) in xfs_get_initial_prid()
354 to->di_flags = from->di_flags; in xfs_inode_to_log_dinode()
210 if (dp->i_d.di_flags & XFS_DIFLAG_NOSYMLINKS) { in xfs_symlink()
1316 if (!(mp->m_rbmip->i_d.di_flags & XFS_DIFLAG_NEWRTBM)) { in xfs_rtpick_extent()1317 mp->m_rbmip->i_d.di_flags |= XFS_DIFLAG_NEWRTBM; in xfs_rtpick_extent()
92 ip->i_d.di_flags |= XFS_DIFLAG_PREALLOC; in xfs_update_prealloc_flags()94 ip->i_d.di_flags &= ~XFS_DIFLAG_PREALLOC; in xfs_update_prealloc_flags()
442 (ip->i_d.di_flags & in xfs_getbmap()623 if (ip->i_d.di_flags & (XFS_DIFLAG_PREALLOC | XFS_DIFLAG_APPEND)) in xfs_can_free_eofblocks()
830 if ((ip->i_d.di_flags & XFS_DIFLAG_PROJINHERIT) && in xfs_fs_statfs()836 (ip->i_d.di_flags & (XFS_DIFLAG_RTINHERIT | XFS_DIFLAG_REALTIME))) { in xfs_fs_statfs()
254 to->di_flags = be16_to_cpu(from->di_flags); in xfs_inode_from_disk()335 to->di_flags = cpu_to_be16(from->di_flags); in xfs_inode_to_disk()470 flags = be16_to_cpu(dip->di_flags); in xfs_dinode_verify()
27 uint16_t di_flags; /* random flags, XFS_DIFLAG_... */ member
1000 if (!(mp->m_rbmip->i_d.di_flags & XFS_DIFLAG_NEWRTBM)) in xfs_rtfree_extent()1001 mp->m_rbmip->i_d.di_flags |= XFS_DIFLAG_NEWRTBM; in xfs_rtfree_extent()
408 uint16_t di_flags; /* random flags, XFS_DIFLAG_... */ member
186 (dst->bc_ino.ip->i_d.di_flags & XFS_DIFLAG_REALTIME)); in xfs_bmbt_update_cursor()
984 __be16 di_flags; /* random flags, XFS_DIFLAG_... */ member
289 __be32 di_flags; /* GFS2_DIF_... */ member
231 flags = be16_to_cpu(dip->di_flags); in xchk_dinode()
838 if (sc->ip->i_d.di_flags & XFS_DIFLAG_REALTIME) { in xchk_metadata_inode_forks()
442 ip->i_diskflags = be32_to_cpu(str->di_flags); in gfs2_dinode_in()
492 str->di_flags = cpu_to_be32(ip->i_diskflags); in gfs2_dinode_out()