Home
last modified time | relevance | path

Searched refs:di_flags (Results 1 – 17 of 17) sorted by relevance

/fs/xfs/
Dxfs_ioctl.c794 __uint16_t di_flags) in xfs_di2lxflags() argument
798 if (di_flags & XFS_DIFLAG_IMMUTABLE) in xfs_di2lxflags()
800 if (di_flags & XFS_DIFLAG_APPEND) in xfs_di2lxflags()
802 if (di_flags & XFS_DIFLAG_SYNC) in xfs_di2lxflags()
804 if (di_flags & XFS_DIFLAG_NOATIME) in xfs_di2lxflags()
806 if (di_flags & XFS_DIFLAG_NODUMP) in xfs_di2lxflags()
854 unsigned int di_flags; in xfs_set_diflags() local
857 di_flags = (ip->i_d.di_flags & XFS_DIFLAG_PREALLOC); in xfs_set_diflags()
859 di_flags |= XFS_DIFLAG_IMMUTABLE; in xfs_set_diflags()
861 di_flags |= XFS_DIFLAG_APPEND; in xfs_set_diflags()
[all …]
Dxfs_inode.c72 if ((ip->i_d.di_flags & XFS_DIFLAG_EXTSIZE) && ip->i_d.di_extsize) in xfs_get_extsz_hint()
534 if (unlikely((ip->i_d.di_flags & XFS_DIFLAG_REALTIME) && in xfs_iformat()
868 to->di_flags = be16_to_cpu(from->di_flags); in xfs_dinode_from_disk()
915 to->di_flags = cpu_to_be16(from->di_flags); in xfs_dinode_to_disk()
932 __uint16_t di_flags) in _xfs_dic2xflags() argument
936 if (di_flags & XFS_DIFLAG_ANY) { in _xfs_dic2xflags()
937 if (di_flags & XFS_DIFLAG_REALTIME) in _xfs_dic2xflags()
939 if (di_flags & XFS_DIFLAG_PREALLOC) in _xfs_dic2xflags()
941 if (di_flags & XFS_DIFLAG_IMMUTABLE) in _xfs_dic2xflags()
943 if (di_flags & XFS_DIFLAG_APPEND) in _xfs_dic2xflags()
[all …]
Dxfs_dinode.h68 __be16 di_flags; /* random flags, XFS_DIFLAG_... */ member
229 #define XFS_IS_REALTIME_INODE(ip) ((ip)->i_d.di_flags & XFS_DIFLAG_REALTIME)
Dxfs_filestream.h69 (ip->i_d.di_flags & XFS_DIFLAG_FILESTREAM); in xfs_inode_is_filestream()
Dxfs_iops.c1130 if (ip->i_d.di_flags & XFS_DIFLAG_IMMUTABLE) in xfs_diflags_to_iflags()
1134 if (ip->i_d.di_flags & XFS_DIFLAG_APPEND) in xfs_diflags_to_iflags()
1138 if (ip->i_d.di_flags & XFS_DIFLAG_SYNC) in xfs_diflags_to_iflags()
1142 if (ip->i_d.di_flags & XFS_DIFLAG_NOATIME) in xfs_diflags_to_iflags()
Dxfs_symlink.c379 if (dp->i_d.di_flags & XFS_DIFLAG_PROJINHERIT) in xfs_symlink()
421 if (dp->i_d.di_flags & XFS_DIFLAG_NOSYMLINKS) { in xfs_symlink()
Dxfs_rename.c173 if (unlikely((target_dp->i_d.di_flags & XFS_DIFLAG_PROJINHERIT) && in xfs_rename()
Dxfs_vnodeops.c510 if (dp->i_d.di_flags & XFS_DIFLAG_PROJINHERIT) in xfs_create()
1074 if (unlikely((tdp->i_d.di_flags & XFS_DIFLAG_PROJINHERIT) && in xfs_link()
1866 ip->i_d.di_flags |= XFS_DIFLAG_PREALLOC; in xfs_change_file_space()
1868 ip->i_d.di_flags &= ~XFS_DIFLAG_PREALLOC; in xfs_change_file_space()
Dxfs_rtalloc.c2183 if (!(mp->m_rbmip->i_d.di_flags & XFS_DIFLAG_NEWRTBM)) in xfs_rtfree_extent()
2184 mp->m_rbmip->i_d.di_flags |= XFS_DIFLAG_NEWRTBM; in xfs_rtfree_extent()
2300 if (!(mp->m_rbmip->i_d.di_flags & XFS_DIFLAG_NEWRTBM)) { in xfs_rtpick_extent()
2301 mp->m_rbmip->i_d.di_flags |= XFS_DIFLAG_NEWRTBM; in xfs_rtpick_extent()
Dxfs_inode.h151 __uint16_t di_flags; /* random flags, XFS_DIFLAG_... */ member
Dxfs_bmap_btree.c509 (dst->bc_private.b.ip->i_d.di_flags & XFS_DIFLAG_REALTIME)); in xfs_bmbt_update_cursor()
Dxfs_super.c1138 if ((ip->i_d.di_flags & XFS_DIFLAG_PROJINHERIT) && in xfs_fs_statfs()
Dxfs_bmap.c5930 ip->i_d.di_flags & (XFS_DIFLAG_PREALLOC|XFS_DIFLAG_APPEND)){ in xfs_getbmap()
/fs/logfs/
Dlogfs_abi.h351 __be32 di_flags; member
Dreadwrite.c121 li->li_flags = be32_to_cpu(di->di_flags); in logfs_disk_to_inode()
158 di->di_flags = cpu_to_be32(li->li_flags); in logfs_inode_to_disk()
453 BUILD_BUG_ON(offsetof(struct logfs_disk_inode, di_flags) != 4); in inode_val0()
/fs/gfs2/
Dglops.c342 ip->i_diskflags = be32_to_cpu(str->di_flags); in gfs2_dinode_in()
Dsuper.c689 str->di_flags = cpu_to_be32(ip->i_diskflags); in gfs2_dinode_out()