Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/xfs/
Dxfs_icache.c1259 if ((eofb->eof_flags & XFS_EOF_FLAGS_UID) && in xfs_inode_match_id()
1263 if ((eofb->eof_flags & XFS_EOF_FLAGS_GID) && in xfs_inode_match_id()
1267 if ((eofb->eof_flags & XFS_EOF_FLAGS_PRID) && in xfs_inode_match_id()
1283 if ((eofb->eof_flags & XFS_EOF_FLAGS_UID) && in xfs_inode_match_id_union()
1287 if ((eofb->eof_flags & XFS_EOF_FLAGS_GID) && in xfs_inode_match_id_union()
1291 if ((eofb->eof_flags & XFS_EOF_FLAGS_PRID) && in xfs_inode_match_id_union()
1313 if (eofb->eof_flags & XFS_EOF_FLAGS_UNION) in xfs_inode_matches_eofb()
1321 if ((eofb->eof_flags & XFS_EOF_FLAGS_MINFILESIZE) && in xfs_inode_matches_eofb()
1355 wait = eofb && (eofb->eof_flags & XFS_EOF_FLAGS_SYNC); in xfs_inode_free_eofblocks()
1419 eofb.eof_flags = XFS_EOF_FLAGS_UNION|XFS_EOF_FLAGS_SYNC; in __xfs_inode_free_quota_eofblocks()
[all …]
Dxfs_icache.h13 __u32 eof_flags; member
Dxfs_ioctl.c2044 if (src->eof_flags & ~XFS_EOF_FLAGS_VALID) in xfs_fs_eofblocks_from_user()
2051 dst->eof_flags = src->eof_flags; in xfs_fs_eofblocks_from_user()
2056 if (src->eof_flags & XFS_EOF_FLAGS_UID) { in xfs_fs_eofblocks_from_user()
2063 if (src->eof_flags & XFS_EOF_FLAGS_GID) { in xfs_fs_eofblocks_from_user()
Dxfs_file.c703 eofb.eof_flags = XFS_EOF_FLAGS_SYNC; in xfs_file_buffered_aio_write()
/kernel/linux/linux-5.10/fs/xfs/libxfs/
Dxfs_fs.h521 __u32 eof_flags; member