Searched refs:eofb (Results 1 – 3 of 3) sorted by relevance
1257 struct xfs_eofblocks *eofb) in xfs_inode_match_id() argument1259 if ((eofb->eof_flags & XFS_EOF_FLAGS_UID) && in xfs_inode_match_id()1260 !uid_eq(VFS_I(ip)->i_uid, eofb->eof_uid)) in xfs_inode_match_id()1263 if ((eofb->eof_flags & XFS_EOF_FLAGS_GID) && in xfs_inode_match_id()1264 !gid_eq(VFS_I(ip)->i_gid, eofb->eof_gid)) in xfs_inode_match_id()1267 if ((eofb->eof_flags & XFS_EOF_FLAGS_PRID) && in xfs_inode_match_id()1268 ip->i_d.di_projid != eofb->eof_prid) in xfs_inode_match_id()1281 struct xfs_eofblocks *eofb) in xfs_inode_match_id_union() argument1283 if ((eofb->eof_flags & XFS_EOF_FLAGS_UID) && in xfs_inode_match_id_union()1284 uid_eq(VFS_I(ip)->i_uid, eofb->eof_uid)) in xfs_inode_match_id_union()[all …]
697 struct xfs_eofblocks eofb = {0}; in xfs_file_buffered_aio_write() local703 eofb.eof_flags = XFS_EOF_FLAGS_SYNC; in xfs_file_buffered_aio_write()704 xfs_icache_free_eofblocks(ip->i_mount, &eofb); in xfs_file_buffered_aio_write()705 xfs_icache_free_cowblocks(ip->i_mount, &eofb); in xfs_file_buffered_aio_write()
2335 struct xfs_fs_eofblocks eofb; in xfs_file_ioctl() local2344 if (copy_from_user(&eofb, arg, sizeof(eofb))) in xfs_file_ioctl()2347 error = xfs_fs_eofblocks_from_user(&eofb, &keofb); in xfs_file_ioctl()