Home
last modified time | relevance | path

Searched refs:iflags (Results 1 – 5 of 5) sorted by relevance

/fs/xfs/
Dxfs_bmap_util.c514 int iflags; /* interface flags */ in xfs_getbmap() local
519 iflags = bmv->bmv_iflags; in xfs_getbmap()
520 whichfork = iflags & BMV_IF_ATTRFORK ? XFS_ATTR_FORK : XFS_DATA_FORK; in xfs_getbmap()
579 if (!(iflags & BMV_IF_DELALLOC) && in xfs_getbmap()
608 if (!(iflags & BMV_IF_PREALLOC)) in xfs_getbmap()
623 (whichfork == XFS_ATTR_FORK || !(iflags & BMV_IF_DELALLOC))) { in xfs_getbmap()
663 ASSERT((iflags & BMV_IF_DELALLOC) != 0); in xfs_getbmap()
688 if ((iflags & BMV_IF_NO_HOLES) && in xfs_getbmap()
Dxfs_icache.c286 int iflags; in xfs_iget_cache_miss() local
332 iflags = XFS_INEW; in xfs_iget_cache_miss()
334 iflags |= XFS_IDONTCACHE; in xfs_iget_cache_miss()
338 xfs_iflags_set(ip, iflags); in xfs_iget_cache_miss()
/fs/btrfs/
Dioctl.c108 unsigned int iflags = 0; in btrfs_flags_to_ioctl() local
111 iflags |= FS_SYNC_FL; in btrfs_flags_to_ioctl()
113 iflags |= FS_IMMUTABLE_FL; in btrfs_flags_to_ioctl()
115 iflags |= FS_APPEND_FL; in btrfs_flags_to_ioctl()
117 iflags |= FS_NODUMP_FL; in btrfs_flags_to_ioctl()
119 iflags |= FS_NOATIME_FL; in btrfs_flags_to_ioctl()
121 iflags |= FS_DIRSYNC_FL; in btrfs_flags_to_ioctl()
123 iflags |= FS_NOCOW_FL; in btrfs_flags_to_ioctl()
126 iflags |= FS_COMPR_FL; in btrfs_flags_to_ioctl()
128 iflags |= FS_NOCOMP_FL; in btrfs_flags_to_ioctl()
[all …]
/fs/gfs2/
Dglock.c1603 static const char *hflags2str(char *buf, unsigned flags, unsigned long iflags) in hflags2str() argument
1622 if (test_bit(HIF_HOLDER, &iflags)) in hflags2str()
1624 if (test_bit(HIF_WAIT, &iflags)) in hflags2str()
1626 if (test_bit(HIF_FIRST, &iflags)) in hflags2str()
/fs/
Dinode.c1509 int iflags = I_DIRTY_TIME; in generic_update_time() local
1521 iflags |= I_DIRTY_SYNC; in generic_update_time()
1522 __mark_inode_dirty(inode, iflags); in generic_update_time()